Search found 8 matches

by sobral
Thu Dec 22, 2005 11:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob error in AIX 5.3
Replies: 5
Views: 3213

I executed ldd vmdsapi.so and received:
ldd: vmdsapi.so: File is not an executable XCOFF file.
by sobral
Thu Dec 08, 2005 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob error in AIX 5.3
Replies: 5
Views: 3213

See my scenario system: directory: /home/dsadm/Ascential/DataStage/DSEngine/lib ls -lsa ------------ lrwxrwxrwx 1 dsadm dstage 10 Dec 07 15:17 libvmdsapi.so -> vmdsapi.so ------------ /home/dsadm/Ascential/DataStage/DSEngine/lib> ls -lsa vm* 292 -rwxr-xr-x 1 dsadm dstage 296768 Nov 30 11:01 vmdsapi....
by sobral
Tue Dec 06, 2005 12:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob error in AIX 5.3
Replies: 5
Views: 3213

dsjob error in AIX 5.3

I have AIX 5.3 with DataStage 7.5 e when I run: dsjob I receive the error message: ------------------------------------- exec(): 0509-036 Cannot load program dsjob because of the following errors: 0509-150 Dependent module /home/dsadm/Ascential/DataStage/DSEngine/lib/libvmdsapi.so could not be loade...
by sobral
Wed Nov 30, 2005 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob ERROR
Replies: 9
Views: 5981

I received the library vmdsapi.so and put in the path $DSHOME/lib and when I run dsjob now I recive the error message: ----------- exec(): 0509-036 Cannot load program dsjob because of the following errors: 0509-150 Dependent module /home/dsadm/Ascential/DataStage/DSEngine/lib/libvmdsapi.so could no...
by sobral
Tue Nov 22, 2005 12:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob ERROR
Replies: 9
Views: 5981

The environment LIBPATH variable is present.
by sobral
Tue Nov 22, 2005 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob ERROR
Replies: 9
Views: 5981

continue

I execute dsenv in my .profile as: cd `cat /.dshome` . ./dsenv And the error message still continue. See my dsenv: ------------------------ set +u #ent.config if [ -z "$DSHOME" ] && [ -f "/.dshome" ] then DSHOME=`cat /.dshome` export DSHOME fi if [ -z "$DSHOME" ...
by sobral
Tue Nov 22, 2005 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob ERROR
Replies: 9
Views: 5981

dsjob ERROR

When I try run the dsjob command , I receive the error message: -------------- $/home/dsadm/Ascential/DataStage/DSEngine> cd bin $/home/dsadm/Ascential/DataStage/DSEngine/bin> dsjob exec(): 0509-036 Cannot load program dsjob because of the following errors: 0509-150 Dependent module libvmdsapi.so co...
by sobral
Tue Nov 08, 2005 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage with Oracle client 10 G - Plugin
Replies: 4
Views: 3354

solved

hi kcbland

I think that you solved the problem.
I change my enviroments to $ORACLE_HOME/lib32
The directory $ORACLE_HOME/lib32 is for 32 bits plataform.
The directory $ORACLE_HOME/lib is for 64 bits plataform.

Thanks a lot