Page 1 of 1

dsrpc is not responding

Posted: Sat Dec 24, 2016 5:49 am
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.

Posted: Sat Dec 24, 2016 11:46 am
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.