dsrpc is not responding

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
nandela.sudheer
Participant
Posts: 39
Joined: Mon May 19, 2008 7:22 am

dsrpc is not responding

Post by nandela.sudheer »

I restarted DSEngine successfully without any issues,but I am unable to login into Datastage designet dute to below error. And DSRPCD is showing status NOT RESPONDING in Operation console.


Failed to connect Information Server Engine 81002.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Here is what I would do.

Kill everything and start again.

Drop the dsrpc, node agents, and WAS.

Restart in reverse order.

#1
Execute "$DSHOME/bin/dsjob -lprojects" From the command line.

#2
If that works, then "$DSHOME/bin/dsjob -domain host:9445 -server host -user someone -password hohoho -lprojects"

The reason you want the two versions of execution is for determining where something might be failing.

If #1 fails, you have something fundamentally wrong with your setup. Check full mounts. permissions etc...

If #2 fails, you have something wrong in your WAS configuration, or LDAP/QAS authentication. Your xmeta might also be faulty.



That's where I would start at least.
Post Reply