process still running after insert

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
dnat
Participant
Posts: 200
Joined: Thu Sep 06, 2007 2:06 am

process still running after insert

Post by dnat »

I am running a job in 4 node configuration which is inserting few records in a table through ODBC stage. The database connected through ODBC is progress. Here , even after the job completes(after inserting the records), the process is still running in the database. And when the next job runs, it again creates some processes and so on. It takes longer time for the process to complete, but the records are inserted. Is there a way to commit the transaction and close all the connections.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Talk to your DBA about keep-alive interval and/or inactivity timeout.

DataStage *should* disconnect; perhaps you could run an ODBC trace to see whether the SQLDisconnect() function is called - if it is, the problem is with ODBC, if it is not, the problem is with DataStage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply