ODBC Error Code = IM002

Hello .. i am having problem in site. I have created the DSN connection aswell and maped on /db folder. All information in application file is correct.. but even then i am having this error please give any sugestion to resolve this issue..

Error Occurred While Processing Request

Error Diagnostic Information

ODBC Error Code = IM002 (Data source not found and no default driver specified)

[Microsoft][ODBC Driver Manager] Data source 'CFNUKE' not found and no default driver specified

Hint: In order to use ODBC data sources with Cold Fusion you must create the data source using the Data Sources page of the Cold Fusion Administrator. In addition, if you are running under Windows NT you must make sure that the Data Source is created as a System DSN in order for it to be available to ColdFusion.

The error occurred while processing an element with a general identifier of (CFQUERY), occupying document position (39:3) to (39:53).

Date/Time: 09/13/04 14:59:42

Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

[1144 byte] By [ImranZaheer] at [2007-11-25 22:32:39]
# 1

In order to analyze your problem, we will need additional information and a detailed, step-by-step procedure leading up to the problem.

This includes:

1. Your operating system:

2. Your StarOffice version + any installed patches:

3. Type of database (name and version):

4. ODBC driver and version:

5. Describe in detail the steps made up to when the error message appears:

6. Does this issue/error message occur while using StarOffice? What does this issue have to do with StarOffice?

Unfortunately, this problem description is not explicit enough to pinpoint the reason for this behavior.

Please note:

The more detailed the information we have to work with, the more quickly and precisely we can solve your problem. We thank you in advance for your cooperation!

ying at 2007-7-5 2:47:27 > top of Java-index,StarOffice,StarSuite...
# 2

IM002 means the ODBC driver cannot find the database resource you are talking about (another driver).

You are either not properly specifying the connection string:

<a href="http&#58;&#47;&#47;www.connectionstrings.com" target="_blank">http://www.connectionstrings.com</a>

or the driver is not installed on your computer:

Under 'Administrative Tools' in the 'Control Panel'

Open the 'Data Sources ODBC'

click on the 'Drivers' tab. The database you are trying to connect to should be listed there.

You may be able to map it, but if it was not done correctly, or the DB driver is not installed, it will produce the IM002 error

Peter

ppostma1 at 2007-7-5 2:47:27 > top of Java-index,StarOffice,StarSuite...