Issue with dsjob command

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
LD
Premium Member
Premium Member
Posts: 32
Joined: Thu Oct 21, 2010 9:03 am

Issue with dsjob command

Post by LD »

Hi,

I'm trying to use the dsjob command to get some info about DS jobs from command line.

Below command used to run fine in v7.5, but not working in 8.1. I added <-domain> as this was not there in v7.5 but still I get the same error
"Unable to connect to project"

dsjob -domain <server_name>:9080 -user <name> -password <pwd> -server <server_name> -jobinfo <project> <jobname>

when I run below command, it works

dsjob -jobinfo <project> <jobname>

I think the issue is with the value of -domain that I'm providing. I tried both, <server_name>:9080 and 9080 but the error is same.

Thanks,
Shashank
Post Reply