ivtestlib Utility Failure

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
antonyraj.deva
Premium Member
Premium Member
Posts: 138
Joined: Wed Jul 16, 2008 9:51 pm
Location: Kolkata

ivtestlib Utility Failure

Post by antonyraj.deva »

Hi All,
I tried to load the VMdb220.so (DB2 Wire Protocol Driver) using the ivtestlib tool but the driver could not be loaded into the memory and the following is the error message I got:

exec(): 0509-036 Cannot load program /datastage/dsadm/Ascential/DataStage/brande
d_odbc/lib/VMdb220.so because of the following errors:
0509-022 Cannot load module /datastage/dsadm/Ascential/DataStage/branded
_odbc/lib/VMdb220.so.
0509-150 Dependent module libVMicu20.a(VMicu20.so) could not be loaded
.
0509-022 Cannot load module libVMicu20.a(VMicu20.so).
0509-026 System error: A file or directory in the path name does not exi
st.
0509-022 Cannot load module /datastage/dsadm/Ascential/DataStage/branded
_odbc/lib/VMdb220.so.
0509-150 Dependent module /datastage/dsadm/Ascential/DataStage/branded
_odbc/lib/VMdb220.so could not be loaded.

Kindly requesting help to successfully load the odbc driver into the server memory.

Thanks in advance.
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Possible reasons

1.You did not source the ld_library_path
2.file not present
3.do a 'file' and 'ldd' on the .do files to find if they are not corrupt

Regards
Sreeni
Post Reply