Informix - Unable to initialize plug-in

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Luciana
Participant
Posts: 60
Joined: Fri Jun 10, 2005 7:22 am
Location: Brasil

Informix - Unable to initialize plug-in

Post by Luciana »

Hi

I am trying to configure a native connection with the database Informix, but when trying to import table definitions returns Unable to initialize plug-in.

dsenv file:

Code: Select all

INFORMIXDIR=/home/informix7; export INFORMIXDIR
INFORMIXSERVER=u01r_rede; export INFORMIXSERVER
LIBPATH=$LIBPATH:$INFORMIXDIR/lib:$INFORMIXDIR/lib/esql:$INFORMIXDIR/lib/cli; export LIBPATH
I configured a connection ODBC in the file odbc of the type DataDirect and I got to import a table definition, but I don't get through the plug-in. The Informix CLI SDK 2.9 was installed.

.odbc.ini file:

Code: Select all

[ifmxu01r]
QEWSD=37499
Driver=/datastage/Ascential/DataStage/branded_odbc/lib/VMinf5120.so
Description=DataDirect Informix
Database=porto
ServerName=u01r_rede
HostName=u125
Service=sqldu01r 
Protocol=onsoctcp
EnableInsertCursors=0
GetDBListFromInformix=0
CursorBehavior=0
CancelDetectInterval=0
TrimBlankFromIndexName=1
ApplicationUsingThreads=1
Can anybody help me with this problem?

Thanks in advance

Regards,

Luciana
Luciana
Participant
Posts: 60
Joined: Fri Jun 10, 2005 7:22 am
Location: Brasil

Post by Luciana »

I will post the solution of my problem here, this can help somebody with the same problem.

WebSphere DataStage is a 32-bit application. If you are running in a 64-bit environment, you must ensure any database clients you use are also 32 bit.

The problem was solved installing Informix Client 32 bit.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

... and making sure the 32-bit libraries appear in LIBPATH for DataStage processes instead of or, at the very least, ahead of the 64-bit libraries.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply