fatal message in job log, yet job finishes with (warnings).

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
Rob4732
Premium Member
Premium Member
Posts: 66
Joined: Mon Oct 06, 2008 5:14 pm

fatal message in job log, yet job finishes with (warnings).

Post by Rob4732 »

Running job to load records into sql server 2008 table. One record is bad, causing the following fatal error in job log:

ODBC_INSERT_TABLE,0: [DataDirect][ODBC SQL Server Driver]Invalid character value for cast specification

<message type is fatal>

Job doesn't abort, but finishes with warnings.

Any help appreciated.

Thx

Robert
We don't see things as they are;
We see them as we are.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This problem is being detected by the ODBC driver - it does not send that row through to SQL Server. Use a reject link from your ODBC stage to capture that row.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Rob4732
Premium Member
Premium Member
Posts: 66
Joined: Mon Oct 06, 2008 5:14 pm

Post by Rob4732 »

The interesting thing is that even if I define an invalid table in my odbc sql server stage, the job log captures the fatal messages, but the job doesn't abort.

We are updating our sql server odbc driver to see if that makes a difference.

thx
We don't see things as they are;
We see them as we are.
Post Reply