We have moved to www.dataGenX.net, Keep Learning with us.

Sunday, September 28, 2014

DataStage Warning - APT_CombinedOperatorController


While we are running DataStage job, we got this warning like..

APT_CombinedOperatorController(1),0:  XXXXXXXXXXXXXXXXXXXXXXX
APT_CombinedOperatorController(2),1:  XXXXXXXXXXXXXXXXXXXXXXX

We don't get the stage name which is causing this issue ? How we will get the Culprit Stage :-) ?


Solution :


We got this kind of warning because DataStage is combined the operator when compiling or running the datastage job. For removing "APT_CombinedOperatorController" and getting the stage name we have to follow this approach :

a. Add this environment variable APT_DISABLE_COMBINATION in you job properties.
b. and set it to TRUE
c. Compile and Run the job

This will remove the warning like this and you will get the stage name which is causing this issue.




Like the Facebook Page & join Group
https://www.facebook.com/DataStage4you
https://www.facebook.com/groups/DataStage4you

https://twitter.com/datastage4you
For WHATSAPP group , drop a msg to 91-88-00-906098


No comments :

Post a Comment