Page 1 of 1

APT_CombinedOperatorController(1),3: Fatal Error: Not bounde

Posted: Fri Apr 10, 2009 9:55 am
by sumitmangl
Hi

i am getting the below error while extacting data from a text file and loading in a table.

while running i am getting the below error.
APT_CombinedOperatorController(1),3: Fatal Error: Not bounded length

initainally this job was running fine but we have added 3 new fields in the text file and after that i am getting this error.

i have already added new fields in the target table.

please suggest

Posted: Fri Apr 10, 2009 10:21 am
by ray.wurlod
Diagnosing errors from combined operators is only for the foolhardy. Disable operator combination (either at the job level or at the stage level) and run the job again, so that you can determine which stage (operator) is throwing the error.

Then look for a VarChar data type that has no maximum length. That would be my first guess, but it may not be the correct one.