orchadmin not working

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
meet_deb85
Premium Member
Premium Member
Posts: 132
Joined: Tue Sep 04, 2007 11:38 am
Location: NOIDA

orchadmin not working

Post by meet_deb85 »

Hi,

In my server which is on AIX 5.3 I am not able to run the orchadmin
command

It always throws up this error : -

Could not load program orchadmin:
Dependent module liborchgeneralaix64.so could not be loaded.
Could not load module liborchgeneralaix64.so.
System error: No such file or directory
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You need ensure that you have execute the dsenv script. The command

Code: Select all

. `cat /.dshome`/dsenv
should work on just about any UNIX installation.
meet_deb85
Premium Member
Premium Member
Posts: 132
Joined: Tue Sep 04, 2007 11:38 am
Location: NOIDA

Post by meet_deb85 »

Now the error message has changed to this : -

exec(): 0509-036 Cannot load program orchadmin because of the following errors:
0509-150 Dependent module liborchgeneralaix3.so could not be loaded.
0509-022 Cannot load module liborchgeneralaix3.so.
0509-026 System error: A file or directory in the path name does not exist.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

This is a basic UNIX problem. Use the "find" command to located in which directory the "liborchgeneralaix3.so" is located and then check your environment variable "LIBPATH" to see if that directory is included. It should be, if not then you have a problem in your dsenv file.
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

This has been discussed many times ...Use search
Nag
Post Reply