synthetic partition Error

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
skumar
Participant
Posts: 88
Joined: Thu May 25, 2006 5:11 am
Location: Hyderabad

synthetic partition Error

Post by skumar »

Hi all,

I am having a straight load of data from a dataset to a database table. when i am loading the data it is giving me the following error.The error is "repartition(0),1: An operator downstream from node2[op0,p1], parallel {natural="/path/filename.ds", synthetic="input repartition(0)"} did not consume all of the available data"

Can i request all to give some suggestions why this is happening...one thing i am not doing transformation in between apart from setting the Null value if source data is blank.The First info message i got is "db2Load: When checking operator: When binding input interface field "COL_NAME" to field "COL_NAME": Converting a nullable source to a non-nullable result;
a fatal runtime error could occur;
use a modify operator to specify the value to which the null should be"
.even though the COL_NAME field doesn't contain null values from source i am getting this warning

please suggest me some solution.Thanks in advance.

Regards
skumar
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

Can you able to see the records in View data in Dataset?
Post Reply