How to view dataset in unix

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
shalini11
Participant
Posts: 74
Joined: Thu Jan 22, 2009 3:00 am

How to view dataset in unix

Post by shalini11 »

Hi All,

I am trying to view dataset from unix using the below command:

orchadmin dump output.ds

This is giving error:

ld.so.1: orchadmin: fatal: liborchgeneralsun4.so: open failed: No such file or directory
Killed


How should I give the orchadmin command so that I am able to view data from dataset?


Thanks
Scope
Premium Member
Premium Member
Posts: 63
Joined: Wed Jun 06, 2007 6:38 am
Location: Chennai

Post by Scope »

You need to add the PXEngine Library Path to the Environment variable
Kumarez
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

... and a few other things as well, such as having APT_ORCHHOME and APT_CONFIG_FILE set. Usually all this can be achieved by executing the dsenv script in the $DSHOME directory.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
shalini11
Participant
Posts: 74
Joined: Thu Jan 22, 2009 3:00 am

Post by shalini11 »

Thanks for the reply.

I have set the PXEngine library path. Now it is giving another error:

##E TFPA 000021 $APT_CONFIG_FILE was not set, and config.apt was not found in the working directory or in $APT_ORCHHOME/etc.
##F TFCF 000009 Fatal Error: Cannot continue without a configuration file.


$APT_CONFIG_FILE is set in Administrator then why it is giving this error.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

APT_CONFIG_FILE is not set in your UNIX interactive process.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply