More resolutions for 0 reject datasets transformer 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
UCDI
Premium Member
Premium Member
Posts: 383
Joined: Mon Mar 21, 2016 2:00 pm

More resolutions for 0 reject datasets transformer error

Post by UCDI »

There are a few threads on this error already

<transform> Error when checking composite operator: The number of reject datasets "0" is less than the number of input datasets "1".

Our team has found 2 additional causes.
1) we had a keyword in a link name (in our case the word RAW) which was being found by the C++ compiler as a function call and creating chaos.
2) Link names, or possibly link names AND stage names, were too long. I am unsure of the threshold, but simply shortening my link names cleared the error.

Hope this helps others.
Post Reply