Job Error

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
csrazdan
Participant
Posts: 127
Joined: Wed May 12, 2004 6:03 pm
Location: Chicago IL

Post by csrazdan »

1. Is your ETL Server and DB2 database of 2 different machines?
2. Is you DB2 database partitioned on multiple nodes?
3. Login to DataStage Manager with the same id who is running the job and check your configuration file. Is it also giving you the same error?

If answer for all these questions is "YES" then you have problem with SSH setup for the user.

DB2 requirs SSH connectivity from ETL server to DB2 Server(s).

Hope it helps...
Assume everything I say or do is positive
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: Job Error

Post by ray.wurlod »

fmartinsferreira wrote:We have a job that worked and now doesn't work anymore.
What has changed? Something has.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
diamondabhi
Premium Member
Premium Member
Posts: 108
Joined: Sat Feb 05, 2005 6:52 pm
Location: US

Post by diamondabhi »

Look whether the PX ENgine mountpoints are mounted or not on the DB2 server.
Every great mistake has a halfway moment, a split second when it can be recalled and perhaps remedied.
fmartinsferreira
Participant
Posts: 142
Joined: Wed Mar 24, 2004 10:51 am
Location: Brazil

Post by fmartinsferreira »

We solve the problem.
The Unix admin disable "rsh" so this error started.
There is another way with out "rsh", using "ssh" the job worked again.

Thanks all,

Fernando
Post Reply