Page 1 of 1

Posted: Wed May 09, 2007 3:40 pm
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...

Re: Job Error

Posted: Wed May 09, 2007 8:50 pm
by ray.wurlod
fmartinsferreira wrote:We have a job that worked and now doesn't work anymore.
What has changed? Something has.

Posted: Thu May 10, 2007 10:40 am
by diamondabhi
Look whether the PX ENgine mountpoints are mounted or not on the DB2 server.

Posted: Tue May 22, 2007 8:47 am
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