Can't Start DataStage Designer!

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
cbres00
Participant
Posts: 34
Joined: Tue Sep 21, 2004 9:20 am

Can't Start DataStage Designer!

Post by cbres00 »

UGH...I can't start DataStage Designer. I just shut it down
(bin/uv -admin -stop) and when I start it up (bin/uv -admin -start)it looks fine.

Then I try to bring up Designer I get the classic

Failed to connect to host: xxxxxx project: yyyy
(The connection was refused or the RPC daemon is not running (81016))


How can I debug this thing?? Those start/stop commands have worked flawlessly in the past. Any help is greatly appreciated!

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

Post by ray.wurlod »

First thing to check is whether the dsrpcd process is running.

Code: Select all

ps -ef | grep dsrpcd | grep -v grep
If it's not running, you need to find out why. Search the forum for dsrpc, netstat and debugging to get some techniques.
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

Post by chulett »

More than likely, your dsrpcd deamon is not starting. A couple of things to try...

With the server shutdown, kill any errant client connections - things like 'phantom', 'dsapi_slave' or any other entries associated with DataStage. After doing that, try restarting the server. If it still doesn't start, you'll need to try starting it in 'debug mode', so that it can tell you why it is havinf problems. Check this post and/or this one for instructions.
-craig

"You can never have too many knives" -- Logan Nine Fingers
cbres00
Participant
Posts: 34
Joined: Tue Sep 21, 2004 9:20 am

Post by cbres00 »

Thanks to you both! I'll check after dinner. Mmmmmm!

Cathy :P
Post Reply