Page 1 of 1

Deleting datasets

Posted: Tue Jun 19, 2012 10:45 am
by suryadev
We were trying to delete datasets from data set management in designer and our version is 8.5

As there are many number of datasets it is taking a while to delete them.

Is there any other way to delete the data sets together other than orchadmin rm datasetname.ds as this throws an error which says command not found.


Please suggest!

Re: Deleting datasets

Posted: Tue Jun 19, 2012 11:03 am
by tbharathkumar
execute command from below directory will help

/etl/InformationServer/Server/PXEngine/bin/

Posted: Tue Jun 19, 2012 11:15 am
by chulett
... or add that path to your $PATH or fully path the executable. You have to help it find it, that's a pretty basic command line rule of play.

Posted: Thu Jun 21, 2012 9:33 am
by priyadarshikunal
I think you need to set $PATH, $LD_LIBRARY_PATH and $APT_CONFIG_FILE to run orchadmin.

First two can be easily set by sourcing dsenv. Last one you need to set.

Posted: Thu Jun 21, 2012 9:55 am
by suryadev
Thanks for the input!


I will contact my admin to set these and run the ORCHADMIN.