Search found 3 matches

by guoyf
Tue Aug 15, 2006 12:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMMIT PROBLEM IN JOB
Replies: 12
Views: 6698

Failing to plan is planning to fail

Great!!

I think if we can have some patterns or templetes or guides for ETL job with DS just like Java programe patterns
by guoyf
Mon Aug 07, 2006 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob executable
Replies: 8
Views: 6692

You need to add

"/home/dsadm/Ascential/DataStage/PXEngine/lib" into your LD_LIBRARY_PATH env. here dsadm is my DataStage admin user


edit your dsenv file and add one line ike this:


Code: Select all

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/dsadm/Ascential/DataStage/PXEngine/lib
by guoyf
Thu Jul 06, 2006 1:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Connect
Replies: 2
Views: 1501

try this command

# netstat -a | grep dsrpc

if u see following that means the dsrpc working well.

tcp4 0 0 *.dsrpc *.* LISTEN

I guess still had connection when u shutdown DS.