Can't log in Datastage after re-cycling datastage service

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
yiminghu
Participant
Posts: 91
Joined: Fri Nov 14, 2003 10:09 am

Can't log in Datastage after re-cycling datastage service

Post by yiminghu »

Hi,

I have a very strange problem. After change uvtemp parameter in uvconfig, the datastage service is recycled, then, I found out I was not able to log in to datastage (director, manager etc.) with my original account.

The message I got is like
'Failed to connect to host: fosentsvr02, proect PROD_GAMING [Internal Error (39202))

Any suggestions?

Carol
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Any change to your uvconfig must be followed by a regeneration of DataStage.

Possible reasons for connection problems are:
1.) Change in dsenv
2.) DataStage not restarted
3.) DataStage was not brought down properly - maybe some hanging zombie process.

Bring DataStage down. Check 'netstat -na | grep 31538'. This must not return anything. If it does, something is still holding the port.

You can search for other posts on how to perform this.
peterbaun
Premium Member
Premium Member
Posts: 93
Joined: Thu Jul 10, 2003 5:27 am
Location: Denmark
Contact:

Post by peterbaun »

Hi -

What parameters did you change ?

Don't know if the following applies for DS 6 on Unix.
On DS 7.5 on Windows you have this bug -
If you change RLTABSZ to a value greater then 180 then you will see a behaviour similar to the one you describe. Uvconfig will get completely corrupted and it cannot be changed back with uvregen. Only way I could get DataStage back again was to
- either uninstall and reinstall DataStage
- make a new identical DS installation and use the new uvconfig file

Regards
Peter
peterbaun
Premium Member
Premium Member
Posts: 93
Joined: Thu Jul 10, 2003 5:27 am
Location: Denmark
Contact:

Post by peterbaun »

Hi again -

"What parameters did you change ? " - Forget this question - you wrote it clearly in your mail - sorry.

Regards
Peter
throbinson
Charter Member
Charter Member
Posts: 299
Joined: Wed Nov 13, 2002 5:38 pm
Location: USA

Post by throbinson »

Did you shutdown the Engine when there were still active connections?
Doing a netstat -a | grep dsrpc will verify this. If so, then on HP-UX 11.11 the only remedy was an OS re-boot.
trokosz
Premium Member
Premium Member
Posts: 188
Joined: Thu Sep 16, 2004 6:38 pm
Contact:

Post by trokosz »

If you change uvconfig then as indicated already you need to regen as follows:

cd $DSHOME
. ./dsenv
bin/uv -admin -stop
bin/uv -admin -regen
bin/uv -admin -start
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Did you start DataStage as root or as dsadm? If the problem persists, try the other one. Also make sure that dsrpcd starts.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi All,
I just had the same error :
Failed to connect to host: hosname, project: projectname
(Internal Error (39202))

This happened for no aparant reason.
users were working sysadmins were already off so they were not meesing with anything AFAIK.
and for some reason every client dissconnected and any new connection atempts gave the above error.

I brought the dsrpcd down (since no new connections were available and issueing uv gave wiered messages to contact sysadmin.
eventually I found an on duty sysadmin who killed all dsapi hung processes and netstat was finally cleard
to allow me to bring dsrpcd back up, now it seems to work.

My main concern now is what caused this or what may cause this again???

any ideas???
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

One simple reason is people leaving things on for a long time. Next one is not doing periodic maintenance and bouncing DS system to clear any unwanted process.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Are you sure you have write permission to the new uvtemp directory?
Mamu Kim
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
in my case bouncing the dsrpcd solved the issue, hence nothing in terms of permitions,changed configuration, ... should have caused this simply since I didn't change anything ot get it working again.
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
Post Reply