Invalid character(s) ([x8D]) found converting string

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
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

Invalid character(s) ([x8D]) found converting string

Post by deesh »

Hi
I am getting below warning can any one can explain what is the meaning and how to resolve the issue.

1) SqlTb_Stg_Mstr,0: Invalid character(s) ([x8D]) found converting string (code point(s): SLA_000215_D[xC3][x8D]AS DE CINE) from codepage ASCL_MS1252 to Unicode, substituting.

2)APT_CombinedOperatorController,1: Field 'PGTOT_parent' from input dataset '-1' is NULL. Record sent to reject dataset.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

(1) Somewhere in your data the byte sequence 0x8D is being found, which is not valid for ASCL_MS1252.

(2) Not really possible to tell. Disable operator combination and run the job again so that you can determine which actual stage is throwing the error.
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