Page 2 of 2

Posted: Mon Dec 14, 2009 9:23 am
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.

Posted: Mon Dec 14, 2009 11:11 am
by chulett
You seem to have combined his advice with mine. Please do one or the other... and his does not involve a cd.

Posted: Mon Dec 14, 2009 1:01 pm
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]

Posted: Tue Dec 15, 2009 1:23 am
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.

Posted: Tue Dec 15, 2009 2:28 am
by ray.wurlod
Please check that APT_ORCHHOME and LD_LIBRARY_PATH (or LIBPATH or SHLIB_PATH) environment variables are also correctly set.

Posted: Tue Dec 15, 2009 3:10 am
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.