dsjob run command--- Failed to open project

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
kiran0435
Participant
Posts: 39
Joined: Sun Sep 26, 2010 10:28 pm

dsjob run command--- Failed to open project

Post by kiran0435 »

hi,

I am using dsjob run command through putty to run the job

but i am getting an error like
ERROR: Failed to open project

Status code : 39202

The same dsjob run command ran fine in 8.1 environment. Now we migrated the code to 8.5v and using the same command but facing this error.

The project name which I have given is correct. I am logging into putty with my user id not with dsadm.

Please help to run this...
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

Did you set the dsenv path for that.
Jothi
kiran0435
Participant
Posts: 39
Joined: Sun Sep 26, 2010 10:28 pm

Post by kiran0435 »

i have run the dsenv file from DSEngine path using . ./dsenv command and then used this dsjob command...
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

It will be great if you show command and error message to help you.
Jothi
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

What are the file permissions on your DS project. Go to the folder that contains your DS project by using PuTTY and then check the file permissions on your DS project first.
Arvind
kiran0435
Participant
Posts: 39
Joined: Sun Sep 26, 2010 10:28 pm

Post by kiran0435 »

permission to the project is 775.

The command used is

dsjob -run <project name> <job name>

project name and job name are correctly given**
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

For V8.x, you need to provide the domain and server info. when issue the dsjob command. Command you issued is for V7.x.
Post Reply