Re: IM003 when using ODBC

From: Marko Ristola <marko(dot)ristola(at)kolumbus(dot)fi>
To: "Brian J(dot) Erickson" <ericksbr(at)infocon-inc(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: IM003 when using ODBC
Date: 2005-05-27 16:03:11
Message-ID: 429744BF.3030800@kolumbus.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


I found something from the Internet (searched with "IM003"):
this might come with .NET or with Macromedia ColdFusion:

odbc.ini:
[somedb]
Driver=\file\is\missing.dll

[somedb]
Driver=/file/is/missing_driver.so

So the idea is, that if the PostgreSQL driver definition is invalid,
the IM003 error will occur.

The Driver= row may not exist, or the file has been removed,
or the file has such rights, that it is unreadable by the ODBC application.
If the Driver path has changed, the WWW server application
might still use the original one, and there comes also an error.

A good fix candidate:
1. Remove all PostgreSQL ODBC data sources.
2. Remove the broken PostgreSQL ODBC driver.
3. Install the PostgreSQL ODBC driver.
4. Create the PostgreSQL ODBC data sources.

Regards,

Marko Ristola

Brian J. Erickson wrote:

>Hello,
>
>What will cause the following error to occur:
> "IM003"
> "Specified driver could not be loaded due to system
> error 998 (PostgreSQL)."
>
>Thanks
>Brian
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Kille Tmat 2005-05-27 17:16:04 CrAz88Girz
Previous Message Brian J. Erickson 2005-05-27 15:34:29 IM003 when using ODBC