PX Job problem

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
myotoo
Participant
Posts: 17
Joined: Sun Dec 04, 2005 11:19 pm

PX Job problem

Post by myotoo »

Hello,

Somehow, I'm facing this problem running PX jobs which were running fine last week.
Appreciate for any suggestion.

Info Message:
main_program: Could not load program /home/dsadm/Ascential/DataStage/PXEngine/bin/osh:
Could not load module /home/dsadm/Ascential/DataStage/PXEngine/lib/liborchoslaix3.a(libtemp.o).
Dependent module /home/db2inst1/sqllib/lib/librwtool.a(librwtool.o) could not be loaded.
Member librwtool.o is not found in archive
Could not load module osh.
Dependent module /home/dsadm/Ascential/DataStage/PXEngine/lib/liborchoslaix3.a(libtemp.o) could not be loaded.
Could not load module .
Fatal Message :
Parallel job reports failure (code 255)

Thanks in advance
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

It appears to be an issue with your Library Path.

Did you bounce the server ?
myotoo
Participant
Posts: 17
Joined: Sun Dec 04, 2005 11:19 pm

Post by myotoo »

[quote="Sainath.Srinivasan"]It appears to be an issue with your Library Path.

Did you bounce the server ? ...[/quote]

According to system admin, there is no changes recently. Please let me know how to check Library Path in UNIX and how to add for the paths.

Thanks.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You need to see if those "modules" it couldn't load actually still exist and where they are and then ensure your paths in the $DSHOME/dsenv file are still correct.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply