DB2 Connection time out

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
rggoud
Participant
Posts: 15
Joined: Thu Nov 06, 2003 9:59 am

DB2 Connection time out

Post by rggoud »

Hi,

I'm getting the following error in one of the jobs connecting to Mainframe Db2 database.

[IBM][CLI Driver] SQL1224N A database agent could not be started to service a request, or was terminated as a result of a database system shutdown or a force command. SQLSTATE=55032

This job has 6 lookup stages querying the DB2 database ( some are complex queries / some are simple) . Lookup happens at db2 and updates happens at Oracle. I will appreciate your views on how to avoid this error ?


Thanks.
legendkiller
Participant
Posts: 60
Joined: Sun Nov 21, 2004 2:24 am

Post by legendkiller »

I guess this is problem on source database and not with datastage
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

This occurs in db2 when it has memory and heap size problems. Ask you DBA for it.

I believe your job will work with less number of db2 connections. So alternatively look for splitting the load into smaller jobs.
Post Reply