SQLFetch: Error retrieving results from server

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
lakshya
Participant
Posts: 19
Joined: Fri Jan 21, 2005 2:39 pm

SQLFetch: Error retrieving results from server

Post by lakshya »

Hi all,

I am running a job with update statements and am getting the following warnings.I have set the limit of warnings to 50 and hence the job is getting aborted.Any suggestions?

SQLFetch: Error retrieving results from server

[IBM][CLI Driver] CLI0112E Error in assignment. SQLSTATE=22005


Thanks in advance
ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
What are the datatypes in the target table which is being updated?
Are you trying to assign a variable of the type BLOB to the field?

Ketfos
lakshya
Participant
Posts: 19
Joined: Fri Jan 21, 2005 2:39 pm

Post by lakshya »

Hi,

There was a data type mismatch from the source to the target field and I had overlooked it.I got it right.

Thanks
Post Reply