dsrpc status CLOSE_WAIT instead of LISTENING

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pxraja
Participant
Posts: 142
Joined: Fri Mar 14, 2008 10:22 am

dsrpc status CLOSE_WAIT instead of LISTENING

Post by pxraja »

Hi all,

I have an issue, when stoping and starting the datastage server. After following the procedure in administrator to stop the datastage for few hours and then starting the datastage server. I could not login in to the datastage designer. Its showing the following message...

Failed to authenticate the current user against the selected Domain:
Fail to get groups for user [dsadm]: Unable to begin a transaction: [Error opening repository: [Error initializing persistence manager module]]


when i checked the status for dsrpc its in CLOSE_WAIT

any one can give suggestion how to make dsrpc to LISTENING state.
everything other than this are same as in production server.

thanks in advance
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Do the following:
1. lsof -P |grep 31538
2. Find pid for the above
3. Kill the pid
4. Restart DS.
Post Reply