Page 1 of 1

Error 81016 - conn was refused or RPC daemon not running

Posted: Tue Feb 14, 2006 5:49 am
by bgs_vb
Hi OnlineGurus,

I had an issue with connecting DRS Stage so my DBA modified some parameters in dsenv in the server. He shutdown the server and restarted it. From then on I am not able to connect to the server which i was able to do prior.

I get the error
'Error 81016 - conn was refused or RPC daemon not running'
Any help is most welcome at this stage.

Advance Thanks,
Vindy

Posted: Tue Feb 14, 2006 6:02 am
by kcshankar
Hi Vindy,
try this link,
http://dsxchange.com/viewtopic.php?t=95 ... 45df76f2e4

regards
kcs

Posted: Tue Feb 14, 2006 6:04 am
by ArndW
Most often this happens when there were still processes running when DataStage was restarted. Have your admin shutdown DataStage and ensure that all processes and connections are terminated prior to restarting. A "ps -ef | grep ds" should show any remaining processes. In addition, you can check using the command "ipcs -mop | grep 0xade" to show remaining memory segments after the shutdown - if none are left then the administrator may restart the server engine.

Posted: Tue Feb 14, 2006 7:06 am
by kumar_s
Hi,
Search for
daemon not running' you may get many result. Care should be taken before stoping the server. Once i faced the same issue, and happen to remount the unix machine :shock:

-Kumar