upgrade 11 problem

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
wuruima
Participant
Posts: 65
Joined: Mon Nov 04, 2013 10:15 pm

upgrade 11 problem

Post by wuruima »

dear fri,
in my old ds environment, when i run the command , it's able to list out the projects.

now I upgrade to 11x, I don't know if anything is missing, I encounter error when I try to list the projects. and this is the error message below.

I tried to search in the forum but nothing found . could you help me to fix it? thanks so much.

dsjob -lprojects

Last recorded error message =
Connection to the specified engine tier host failed or was refused. Check that the RPC daemon service is running on the host and that no firewall is blocking the connection
wuruimao
wuruima
Participant
Posts: 65
Joined: Mon Nov 04, 2013 10:15 pm

Re: upgrade 11 problem

Post by wuruima »

Even if I just run the command dsjob, the last line is an error.
dsjob
Command Syntax:
dsjob [-authfile <authfile> | -file <file> <domain> <DataStage server> | [-domain <domain> | -url <url>] -user <user> -password <password> -server <DataStage server>] | -domain <domain> [-user <user>] -server <DataStage server>
<primary command> [<arguments>]

Valid primary command options are:
-run
-stop
-lqueues
-lprojects
-ljobs
-linvocations
-lstages
-llinks
-projectinfo
-jobinfo
-stageinfo
-linkinfo
-lparams
-paraminfo
-log
-logsum
-logdetail
-lognewest
-report
-jobid
-import

Status code = -9999 DSJE_DSJOB_ERROR
wuruimao
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: upgrade 11 problem

Post by chulett »

wuruima wrote:Check that the RPC daemon service is running on the host and that no firewall is blocking the connection
And... did you?
-craig

"You can never have too many knives" -- Logan Nine Fingers
wuruima
Participant
Posts: 65
Joined: Mon Nov 04, 2013 10:15 pm

Re: upgrade 11 problem

Post by wuruima »

so, how to fix this problem ?
wuruimao
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The easiest way to determine whether the daemon is running is to see whether its process (dsrpcd) exists.

Code: Select all

ps -ef | grep dsrpcd | grep -v grep
Another way is to use the uv command to pose the question.

Code: Select all

cd `cat /.dshome`
. ./dsenv
bin/uv -admin -info
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If the dsprcd process is running, then perhaps you need to provide minimum credentials on the 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.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: upgrade 11 problem

Post by chulett »

wuruima wrote:so, how to fix this problem ?
Well... as I was attempting to point out, first you must determine what is causing the problem so you have a clue what needs 'fixing'. The message suggested two things to check and you've yet to say if you had checked either of them.

Then Ray dropped some relevant knowledge on you.
-craig

"You can never have too many knives" -- Logan Nine Fingers
rkashyap
Premium Member
Premium Member
Posts: 532
Joined: Fri Dec 02, 2011 12:02 pm
Location: Richmond VA

Post by rkashyap »

See this post.
skathaitrooney
Participant
Posts: 103
Joined: Tue Jan 06, 2015 4:30 am

Post by skathaitrooney »

Are you using non-default ports for DataStage? Try passing all the arguements to the dsjob command namely the domain and server arguements
Post Reply