Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DSJob for DataStage

Status
Not open for further replies.

coxm19

Technical User
Jun 29, 2004
1
US
Does anyone know of any documentation for using DSJob -run from a command line? I can run a job with the following command: dsjob.exe -run PROJECTNAME JOBNAME

However, the command seems to only function sporadically. I often get an error,
ERROR: Failed to open project
Status Code: 39204

Anyone dealt with this command and/or the error?

Thanks
 
try this
$DSHOME/bin/dsjob -run -mode NORMAL PROJECT-NAME JOB-NAME

thanks
ramasen
 
I issued the following command ok.

dsjob -server lpgbmis1101 -user dsadm -password PaSs -run misc HelloWorld

Remember that your project name is case sensitive, so that may be a problem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top