Deleting 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

Post Reply
suryadev
Premium Member
Premium Member
Posts: 211
Joined: Sun Jul 11, 2010 7:39 pm

Deleting datasets

Post 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!
Thanks,
Surya
tbharathkumar
Participant
Posts: 26
Joined: Mon Aug 27, 2007 6:27 am
Location: Des Moines

Re: Deleting datasets

Post by tbharathkumar »

execute command from below directory will help

/etl/InformationServer/Server/PXEngine/bin/
Regards,
Bharath Tipirisetty
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post 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.
-craig

"You can never have too many knives" -- Logan Nine Fingers
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post 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.
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
suryadev
Premium Member
Premium Member
Posts: 211
Joined: Sun Jul 11, 2010 7:39 pm

Post by suryadev »

Thanks for the input!


I will contact my admin to set these and run the ORCHADMIN.
Thanks,
Surya
Post Reply