Warning Message - APT_CombinedOperatorController

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
Pete Morris
Charter Member
Charter Member
Posts: 39
Joined: Wed Jun 23, 2004 4:33 am
Location: UK, chester

Warning Message - APT_CombinedOperatorController

Post by Pete Morris »

I am encountering the following warning message:-

APT_CombinedOperatorController,1: Failure parsing the init expression X+part; the default value of 0 will be used.

but the job produces the expected output.

Any ideas what the warning relates to?
Pete Morris
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Should be due to some datatype mismatch handling. Trun off the combinability mode and check for more detailed warning messages.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Pete Morris
Charter Member
Charter Member
Posts: 39
Joined: Wed Jun 23, 2004 4:33 am
Location: UK, chester

Post by Pete Morris »

Yes you were right it was a data type mismatch.

I was pulling in a job parameter as the start value within the surrogate key stage. It seems the supplied start parameter needs to be a string.
Pete Morris
Post Reply