Parallel job problem with NLS/BOM

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
ShaneMuir
Premium Member
Premium Member
Posts: 508
Joined: Tue Jun 15, 2004 5:00 am
Location: London

Post by ShaneMuir »

So can you manually insert those characters into the DWH? (Just trying to ascertain if the DWH can actually accept those char)

Do you have the column data types set appropriately in your DS job?
dveltman1
Participant
Posts: 12
Joined: Thu Jul 02, 2015 6:12 am

Post by dveltman1 »

Hi Shane, thanks for the fast reply.

I manually inserted the records from the SQL overwrite into the DWH and that works fine, no adjustment of characters.

The column data types are OK in DS.

It looks like the DS proces is transforming the characters.
ShaneMuir
Premium Member
Premium Member
Posts: 508
Joined: Tue Jun 15, 2004 5:00 am
Location: London

Post by ShaneMuir »

What is the column data type you are using for the column carrying this data?

If you are not already - try setting it to either NVarChar or Varchar Unicode.
dveltman1
Participant
Posts: 12
Joined: Thu Jul 02, 2015 6:12 am

Post by dveltman1 »

It is in varchar unicode, both input and output.
Post Reply