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
APT_CombinedOperatorController(1),3: Fatal Error: Not bounde
Moderators: chulett, rschirm, roy
-
sumitmangl
- Participant
- Posts: 2
- Joined: Thu Apr 09, 2009 8:28 am
- Location: Pune
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
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.
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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.