Unicode issue

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
mprashant
Participant
Posts: 18
Joined: Thu Apr 29, 2004 1:23 pm

Unicode issue

Post by mprashant »

I have an input table and an output table whose column definitions are already known. All the columns that match are mapped accordingly.The columns that are present in the source database and NOT present in the target, have to be set to Null. I set the derivation field using @NULL for all these columns. Now however I get a mismatch error saying invalid data type for a column called BoxNumber in my target database which is defined as "ntext" in the SQL Server. This column is not present in my source database. I dont understand the problem as the fields are defined as nullable and datastage picks up the SQL type for BoxNumber as NLongVarchar (which suggests it is unicode).Please let me know if you have any inputs
Post Reply