Datastage job failing after upgrade to 9.1.2

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
babbu9
Premium Member
Premium Member
Posts: 75
Joined: Tue Jun 01, 2004 9:44 am

Datastage job failing after upgrade to 9.1.2

Post by babbu9 »

We have a job that uses BigInt which was running fine in version 8.7 but once we upgraded to 9.1.2 the job is failing with a message:

endTimeData,0: The field MEGS_FREE has the value 149809.94 which does not have a valid string representation for the type INT64 of this field. (CC_PXBigBufferHandler::formatStringAsInteger, file CC_PXBigBufferHandler.cpp, line 8,109)

Where MEGS_FREE is column name and 149809.94 is the data value in it. What is the solution to the issue?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

149809.94 isn't a valid integer so you'll need to use a different target data type, one more appropriate to that value - a decimal.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply