working on Datasets

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

bhasannew
Participant
Posts: 31
Joined: Wed Aug 06, 2008 10:54 pm

Post by bhasannew »

Hi Sainath,

Sorry. I did not get you.

Can you please be clear. Please don't think that i am testing your patience. am new to this. so asked you to say clearly.

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

Post by chulett »

You seem to have combined his advice with mine. Please do one or the other... and his does not involve a cd.
-craig

"You can never have too many knives" -- Logan Nine Fingers
srividya
Participant
Posts: 62
Joined: Thu Aug 25, 2005 2:31 am
Location: Ashburn,VA

Post by srividya »

Sainath wants you to go to the DSEngine folder and see if the dsenv file is existing or not .. i have pasted the steps from MY environment (Folder names and path will vary). Try doing it along the same lines

dsstg@omzpnr1:/dsstg/data/src
[1157] $ cd /dsstg/Ascential/DataStage/DSEngine
dsstg@omzpnr1:/dsstg/Ascential/DataStage/DSEngine
[1158] $ ls -ltr *env*
-rwxr--r-- 1 dsstg dsadmn 2191 May 16 2006 dsenv


In your case after login say
cd /app/ascential/Ascential/DataStage/DSEngine

Then issue command ls -ltr *env*.

This will pull out any file/folder with env string in it

Thanks[/img]
bhasannew
Participant
Posts: 31
Joined: Wed Aug 06, 2008 10:54 pm

Post by bhasannew »

hi Srividya/chulett,

thanks for your replies.

after setting the PATH and APT_CONFIG_FILE variables, i executed the following command

>orchadmin check Dataset1.ds
>Could not load program orchadmin:
Dependent module liborchgeneralaix3.so could not be loaded.
Could not load module liborchgeneralaix3.so.
System error: No such file or directory

I got the above error. I think liborchgeneralaix3.so is missing.
My doubt is am able to process a dataset using GUI (by means of Dataset Management tool available in Datastage Manager) then how come am unbale to use Orchadmin utilities. I guess both use same backend functionalities right?

Thanks,
Bhasan.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Please check that APT_ORCHHOME and LD_LIBRARY_PATH (or LIBPATH or SHLIB_PATH) environment variables are also correctly set.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bhasannew
Participant
Posts: 31
Joined: Wed Aug 06, 2008 10:54 pm

Post by bhasannew »

Hi,

Thank you very much ray. Atlast am able to execute the commands of Orchadmin utility.

I had to set variable to LIBPATH pointing to the path where required ".so" file is existing.

This solved my problem.

So in total it resolved my doubts. Thanks a ton !!! :)

thanks,
Bhasan.
Post Reply