Informix Configuration for DS 7.1
Posted: Wed Jul 06, 2005 6:12 am
Hi,
I have my Datastage server installed in a HP unix box say, D0.
I need to access the informix database which is in another HP UX box I0.
So, I have copied all the Informix library files from I0 system to D0 system. When I try to import the table definitions of tables from Informix DB, I get an error as follows.
"DSR.MetaGeta(GET.TABLES)(SQLConnect('proj_test','user1')): BCI Error:
SQLSTATE=S1000,CODE=-1829,[DataStage][SQL Client][ODBC][DataDirect][ODBC Informix driver][Informix]Unable to load locale categories."
The following are the entries in the dsenv file.
#####Start#####
MINFX=/dstage/dsadm/informix
export MINFX
INFORMIXDIR=/informix
export INFORMIXDIR
DBSERVERNAME=test
export DBSERVERNAME
TERM=vt100
export TERM
INFORMIXSERVER=test
export INFORMIXSERVER
LD_LIBRARY_PATH=$MINFX/lib:$MINFX/lib/esql
export LD_LIBRARY_PATH
SHLIB_PATH=`dirname $DSHOME`/branded_odbc/lib:$DSHOME/lib:$DSHOME/uvdlls
:$DSHOME/java/jre/lib/PA_RISC/hotspot:$DSHOME/java/jre/lib/PA_RISC:$MINFX/lib/cl
ient:$MINFX/lib:$MINFX/lib/esql:$MINFX/lib/cli:$MINFX/lib/dmi:$SHLIB_PATH
export SHLIB_PATH
#####End#####
The following are the entries in .odbc.ini file:
[proj_test]
Driver=/dstage/dsadm/Ascential/DataStage/branded_odbc/lib/VMinf19.sl
Description=DataDirect Informix
Database=abcd
LogonID=user1
Password=user1
ServerName=test
HostName=10.237.5.157
Service=online
Protocol=onsoctcp
EnableInsertCursors=0
GetDBListFromInformix=0
CursorBehavior=0
CancelDetectInterval=0
TrimBlankFromIndexName=1
ApplicationUsingThreads=1
Let me know what need to be done on configuration.
Regards,
Hari
I have my Datastage server installed in a HP unix box say, D0.
I need to access the informix database which is in another HP UX box I0.
So, I have copied all the Informix library files from I0 system to D0 system. When I try to import the table definitions of tables from Informix DB, I get an error as follows.
"DSR.MetaGeta(GET.TABLES)(SQLConnect('proj_test','user1')): BCI Error:
SQLSTATE=S1000,CODE=-1829,[DataStage][SQL Client][ODBC][DataDirect][ODBC Informix driver][Informix]Unable to load locale categories."
The following are the entries in the dsenv file.
#####Start#####
MINFX=/dstage/dsadm/informix
export MINFX
INFORMIXDIR=/informix
export INFORMIXDIR
DBSERVERNAME=test
export DBSERVERNAME
TERM=vt100
export TERM
INFORMIXSERVER=test
export INFORMIXSERVER
LD_LIBRARY_PATH=$MINFX/lib:$MINFX/lib/esql
export LD_LIBRARY_PATH
SHLIB_PATH=`dirname $DSHOME`/branded_odbc/lib:$DSHOME/lib:$DSHOME/uvdlls
:$DSHOME/java/jre/lib/PA_RISC/hotspot:$DSHOME/java/jre/lib/PA_RISC:$MINFX/lib/cl
ient:$MINFX/lib:$MINFX/lib/esql:$MINFX/lib/cli:$MINFX/lib/dmi:$SHLIB_PATH
export SHLIB_PATH
#####End#####
The following are the entries in .odbc.ini file:
[proj_test]
Driver=/dstage/dsadm/Ascential/DataStage/branded_odbc/lib/VMinf19.sl
Description=DataDirect Informix
Database=abcd
LogonID=user1
Password=user1
ServerName=test
HostName=10.237.5.157
Service=online
Protocol=onsoctcp
EnableInsertCursors=0
GetDBListFromInformix=0
CursorBehavior=0
CancelDetectInterval=0
TrimBlankFromIndexName=1
ApplicationUsingThreads=1
Let me know what need to be done on configuration.
Regards,
Hari