Invalid Characters

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
mourya33
Participant
Posts: 8
Joined: Fri Mar 20, 2009 3:53 am

Invalid Characters

Post by mourya33 »

Im receiving the folloing warning while running a parallel job which loads data into oracle database from an oracle database:

main_program: Invalid character(s) ([xB0]) found converting string (code point(s): HOLD_TYPE_DESCRIPTION[x00][x00][x00][x00][x00][x00][x00][x00][x00][x00][x00][xB0][x09]![x08][x06][x00][x00][x00][x0A][x00]) from codepage UTF-8 to Unicode, substituting.

All the rows are getting loaded in the target without any rejections.Can anyone help me to avoid the warning?

Thanks in advance.
Mourya
Mourya
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

How is this character getting into the data in the first place? It seems to me that prevention may be better than cure, if the field is simply intended to be space padded.
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