Page 1 of 1

Stage responsible for APTCombinedOperatorController Warning

Posted: Thu Jul 17, 2014 5:09 am
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 :(.

Posted: Thu Jul 17, 2014 5:15 am
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).

Posted: Thu Jul 17, 2014 5:25 am
by atul9806
Thanks Ray. I got the Warning, Now Job is fine. :)