sort stage problem

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
monaz
Participant
Posts: 98
Joined: Sat Aug 23, 2008 3:14 am

sort stage problem

Post by monaz »

Hi
I have problem with the sort stage.My job is getting aborted by the below FATAL ERROR: "CopyOfTestRSNAM_ExtractBPSA_Seg10..Sort_28: ct_fetch failed or canceled
Sybase Open Client error: ct_fetch(): user api layer: internal common library error: The bind of result set item 6 resulted in an overflow."


Can anyone guide me what exactly the mistake i have done in the Sort stage.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This is actually an error with the connection to Sybase. It is reported by the Sort stage because passive stages do not have processes and therefore can not report their own errors. Make sure that the columns defined in your job match those in the SQL query, both in number and in data type.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply