OBIEE Installation Issue – SQLState=IM003

admin

Recently while installing OBIEE on one of our training PCs, we ran into the following error.

Unable to connect
SQLState=IM003
Specified driver could not be loaded due to system error 998 (Oracle in OraDb10g_home1)

This error occured at the time of setting up the ODBC connection. After some research the fix was to just change your enviornment PATH setting.

It seems that the OBIEE installation changed the PATH string by placing the new oralcebi home as the first path in the string. This annoyed its elder brother which already resided at the old oracle home and contained the 10g database. The ODBC dll (sqora32.dll) resides in the database home so it couldn’t find it when the path was changed by OBIEE installation. So the fix is to update the PATH string and place the Oracle database home as the first entry in the string.

Image

As you see, the c:\oracle\product\10.2.0\db_1\bin is now moved to the front, ahead of the f:\oraclebi (this is where OBIEE is installed)

Comments Off

Understanding Customers Through Business Intelligence

MFillmore

Using the business intelligence programs that you are already familiar with to extract useful information from customer interactions can turn out to be difficult. Most business intelligence analytics like OLAP (On Line Analytical Processing) and data warehousing function very well when dealing with structured data, but when faced with unstructured data like customer comments these tools are not helpful in and of themselves. The question is how to make customer comments, whether collected through surveys, customer service calls, comment cards, or other means, assessable to these tools. These comments can include information on everything from performance to service quality to cost to reliability. The key is to organize the unstructured data.

In order to structure this data, a few questions have to be addressed:

  • What kind of information is your company looking for in the comments?
  • What categories should the comments be broken down into?
  • What kinds of terms are important to categorize these comments?

The types of categories for a comment can usually be broken down into complaints, either about the product, delivery, shipment, and/or cost; questions about the product, delivery, or billing; compliments about the product or service; and suggestions for how to improve service. Using techniques for text mining, you can find the most important terms and phrases in the comments to add a new level of analysis to your current business intelligence findings. This process will find the names of products or people, dates, times, and monetary amounts. There is a variety of entity extraction tools on the market, including a number of open source versions that can be starting points for your company to build a custom version.

Nouns, verbs, and adjectives will all be identified and can be used to identify the type of comment and its tone. The comment can then be categorized and the unstructured data begins to take on a structure that can be analyzed by your business intelligence program. Using fixed categorization, the comments can be used in existing structured data elements in mining and statistic analysis.

Since the words and terms will vary from customer to customer and region to region, the different versions of the same concept will have to be recognized as one and the same and processed as such by the tools that you use. The same applies to semantic rules. Once you find a text mining technique that can deliver the structured information that your company can use to make strong decisions based on business intelligence you can rest assured that the information you have from your customers could be used to enhance your business.

Comments Off