Failed to open project - Status code = 81011

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Luciana
Participant
Posts: 60
Joined: Fri Jun 10, 2005 7:22 am
Location: Brasil

Failed to open project - Status code = 81011

Post by Luciana »

I am trying to execute a job with the command dsjob and return the error: Failed to open project - Status code = 81011

The job execute in DataStage GUI with sucess. Can anyone may help me?

Thank you in advance
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Luciana,

could you post your command line, most of the time the problem lies in the syntax of the dsjob command.
Luciana
Participant
Posts: 60
Joined: Fri Jun 10, 2005 7:22 am
Location: Brasil

Post by Luciana »

Hi Arndw,

Return error for all the commands of the dsjob

Syntax:

Code: Select all

C:\Ascential\DataStage\Engine\bin\dsjob -lprojects

Status code = 81011

----------------------------------------------------------------
C:\Ascential\DataStage\Engine\bin\dsjob -run DStage CHash
ERROR: Failed to ope project

Status code = 81011

----------------------------------------------------------------
C:\Ascential\DataStage\Engine\bin\dsjob -logsum DStage CHash
ERROR: Failed to ope project

Status code = 81011
I try at other computer with Win XP, and command dsjob is executed with sucess.

Thank you,
Last edited by Luciana on Thu Sep 07, 2006 7:20 am, edited 1 time in total.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Did you search for 81011? It means "host name not valid or server not responding". Verify that the -host option is correct in your dsjob command. The -host option is required unless you are executing dsjob on the DataStage server machine.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Luciana
Participant
Posts: 60
Joined: Fri Jun 10, 2005 7:22 am
Location: Brasil

Post by Luciana »

Yes, I sought, but the problems that return the code 81011 are related to the connection with DataStage GUI. I am connecting in the project for DataStage GUI.

I believe that the problem is in the installation, if it doesn't have as to repair, I will have to re-install.

Thank you
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

So the GUI is connecting but dsjob is not. What does that suggest to you? Try specifying authentication information (-host, -user and -password options) in your dsjob command line.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rhino95
Participant
Posts: 1
Joined: Fri Sep 15, 2006 4:46 am

Post by rhino95 »

Hi there.
Did you ever get this right, I am having the same issue.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

With dsjob always give it the server name or ip address on the command line option.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply