Stage responsible for APTCombinedOperatorController Warning

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
atul9806
Participant
Posts: 96
Joined: Tue Mar 06, 2012 6:12 am
Location: Pune
Contact:

Stage responsible for APTCombinedOperatorController Warning

Post by atul9806 »

Hi Team
My parallel job is giving below warning :

Code: Select all

APT_CombinedOperatorController(4),1: Conversion error calling conversion routine decimal_from_string data may have been lost
I know, this warning is generated when Job is doing conversion from string to decimal and something is preventing them. I have checked all the conversion happening in my jobs, they all are fine.
I want to know, is there a way to get the responsible stage for this warning or I have to trace the whole job :(.
~Atul Singh
<a href=http://www.datagenx.net>DataGenX</a> | <a href=https://www.linkedin.com/in/atulsinghds>LinkedIn</a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Optionally add the environment variable APT_DISABLE_COMBINATION to your job as a parameter. Set its value to True before running the job (whether it's the parameter or the project-wide setting).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
atul9806
Participant
Posts: 96
Joined: Tue Mar 06, 2012 6:12 am
Location: Pune
Contact:

Post by atul9806 »

Thanks Ray. I got the Warning, Now Job is fine. :)
~Atul Singh
<a href=http://www.datagenx.net>DataGenX</a> | <a href=https://www.linkedin.com/in/atulsinghds>LinkedIn</a>
Post Reply