Bulk load issue with varchar field ?

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
kaps
Participant
Posts: 452
Joined: Tue May 10, 2005 12:36 pm

Bulk load issue with varchar field ?

Post by kaps »

We are having a problem with the bulk load option of Db2 connector stage in a partitioned database environment.
If the data type of the primary key is Varchar then it's not loading all the records and just loads records from one of the nodes.
FYI...Database is partitioned in 2 nodes.

Simplified Job design is : Seq file TO Transformer To DB2 Connector stage.

It loads all the records only If I change the execution mode to sequential.

Anyone have seen this issue ?
Post Reply