Warning After Removing Columns (Netezza)

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
Teej
Participant
Posts: 677
Joined: Fri Aug 08, 2003 9:26 am
Location: USA

Post by Teej »

The column is on the database's table itself. It is informing you that you are not going to populate this field.

This usually happens when you are trying to update with the entire table, instead of using a generated SQL statement.
Developer of DataStage Parallel Engine (Orchestrate).
joycerecacho
Participant
Posts: 298
Joined: Tue Aug 26, 2008 12:17 pm

Post by joycerecacho »

Actually it is a link to new registers, so, it is an 'insert only' link.
These fields are nullable, what is the problem of not mentioning them?

And yes, the query was generated by datastage cause there are 118 fields!
Joyce A. Recacho
São Paulo/SP
Brazil
ds_developer
Premium Member
Premium Member
Posts: 224
Joined: Tue Sep 24, 2002 7:32 am
Location: Denver, CO USA

Post by ds_developer »

The Netezza Enterprise stage requires all fields to be provided on an insert.

John
Post Reply