Page 1 of 1

Orchadmin command

Posted: Thu Feb 17, 2011 3:55 am
by dr.murthy
Where can i see the Orchadmin command in my unix box, i tried to search the below path /opt/Ascential/DataStage/DSEngine/bin , But its not available.

Can any one suggest me ???

Re: Orchadmin command

Posted: Thu Feb 17, 2011 4:28 am
by GJ_Stage
Try to find anyone of the ds command in main path like below :
find . -name 'dssearch'

Posted: Thu Feb 17, 2011 4:35 am
by ray.wurlod
It's in the PXEngine's bin directory.

Posted: Thu Feb 17, 2011 4:40 am
by dr.murthy
Hi ..

i got a location its in /opt/Ascential/DataStage/PXEngine/bin path i have some commands to work on datasets , but i need a small clarification on copying datasets.
$orchadmin copy <source.ds> <destination.ds> , i have a dataset named as chk.ds , in <source.ds> do i need to give chk.ds or entire file location .
i tried with the command as orchadmin truncate Target\chk.ds
am getting error like
ld.so.1: orchadmin: fatal: liborchgeneralsun4.so: open failed: No such file or directory
Killed

Could you please clarify me

Posted: Thu Feb 17, 2011 6:57 am
by ppgoml
source dsenv before your try the command

Posted: Tue Mar 29, 2011 8:24 am
by mczern
I believe you can solve the problem modifying your .profile:
1. Add the path for the location of PXEngine/bin to PATH.
2. Do a find for liborchgeneralsun4.so
3. Add the path to LD_LIBRARY_PATH

Posted: Tue Mar 29, 2011 8:56 am
by samyamkrishna
1. Source the dsenv file.
2. you should complete file path like /temp/proj/chk.ds if you only give chk.ds the command will not work.

Posted: Tue Mar 29, 2011 9:59 am
by Nagaraj
if i remember correctly, it should work without giving the full path if the env variable is set properly for orchadmin