Regarding NLS MAP

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
srini.dw
Premium Member
Premium Member
Posts: 186
Joined: Fri Aug 18, 2006 1:59 am
Location: Chennai

Regarding NLS MAP

Post by srini.dw »

Hi,

Loading source data [Sql server] to Teradata as target database. Extracting data from Sql server using Dynamic RDBMS stage. Source containing one description column length as 4000 chars. This column contain data as multiple language values.

NLS MAP ----- Project default (ISO-8859-1)

I am getting below warning.....

APT_CombinedOperatorController(1),0: Invalid character conversion found converting to ISO-8859-1, substituting.

Please guide me resolve this issue.


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

Post by ray.wurlod »

For starters disable operator combination so you can determine which stage is throwing the error.

Somewhere in your data is a character that does not exist in the ISO8859-1 character map. You will need to monitor your data to determine the row in which this occurs then seek out the unmappable character.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
srini.dw
Premium Member
Premium Member
Posts: 186
Joined: Fri Aug 18, 2006 1:59 am
Location: Chennai

Post by srini.dw »

Hi Ray,

I am getting this warning in Transformer stage.

TRNS_FDI_DATA,0: Invalid character conversion found converting to ISO-8859-1, substituting.


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

Post by ray.wurlod »

Search will be your friend.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
srini.dw
Premium Member
Premium Member
Posts: 186
Joined: Fri Aug 18, 2006 1:59 am
Location: Chennai

Post by srini.dw »

Before posting this issue i already did search in this forum.

But I didn't find any posts related this issue.

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

Post by ray.wurlod »

How strange!

I just did a search (exact match) for "Invalid character conversion found converting to ISO-8859-1, substituting" and got 12 matches.
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