No updates done on SQL Server using ODBC connector

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
stiantok
Participant
Posts: 8
Joined: Tue Sep 09, 2014 8:55 am

No updates done on SQL Server using ODBC connector

Post by stiantok »

I'm running a parallel job with an ODBC connector to update a table in an SQL Server database. The update statement is read from file.

The job always runs fine, and reports back "Number of rows consumed by the user-defined SQL statement: x". But, sometimes it takes longer than usual to run, and when I look at the resulting table in SQL Server, no updates were done, even if the job-log looks fine.

It is a generic job, and I run several (2) instances of it simultaneously.

Any tips on where to start looking/debugging?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

Perhaps you could start with enabling ODBC tracing, to see what actually gets passed "over the wire".
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