field from input dataset '-1' is NULL. Record dropped

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
bobyon
Premium Member
Premium Member
Posts: 200
Joined: Tue Mar 02, 2004 10:25 am
Location: Salisbury, NC

field from input dataset '-1' is NULL. Record dropped

Post by bobyon »

I've just received the following error in a Trasnsform stage:

Code: Select all

Xfm,5: Field 'HOURS_FLAG' from input dataset '-1' is NULL. Record dropped.
The problem was resolved with a simple restart of the job, but, I don't recall seeing "dataset '-1'" before.

What would the '-1' represent

The job is a simple:
ODBC_conn -----> TX -----> DB2_conn

There were no funky derivations on the 'HOURS_FLAG' column, just mapped straight through.
Bob
Post Reply