Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Informix ODBC Unable to Load Translation DLL 2

Status
Not open for further replies.

lordhowe

IS-IT--Management
Jun 25, 2001
11
0
0
AU
We have a SQL Server 7.0 database running on NT 4. We have loaded Informix Connect 2.7 with the Intersolve 3.80 driver.

We can run a DTS package in designer mode when trying to connect to our Informix database. But when we schedule the package, we get an error message : [Informix][Informix ODBC Driver] Unable to load translation DLL. Error Source : Microsoft OLE DB Provider for ODBC Drivers

Any ideas of what can be wrong ?

 

Check your path statement in AUTOEXEC.BAT. It should include \informix. It may also require \informix\bin and \informix\lib.

Another solution is to set an environment variable named INFORMIXDIR equal to the path of the Informix directory.

Example:
SET INFORMIXDIR=c:\imformix Terry L. Broadbent
Life would be easier if I had the source code. -Anonymous
 
Thanks. We've got it working now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top