Compilation Error on NLS

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
Alagusakthivelan
Participant
Posts: 19
Joined: Tue Apr 26, 2005 11:41 pm

Compilation Error on NLS

Post by Alagusakthivelan »

I get an error like "SQL Datatype of NChar is only supported when NLS is enabled" while compiling. I need the cause for the error.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The cause of the error is that NChar is not supported in that stage/job when you don't have NLS enabled. Try using Char instead.
Alagusakthivelan
Participant
Posts: 19
Joined: Tue Apr 26, 2005 11:41 pm

Post by Alagusakthivelan »

NLS is enabled in our server butstill it is showing the same error, is it particular to a job or if we have used some language settings..still that problem can come...

please give solution ASAP
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Alagusakthivelan,

The best place to get ASAP help is your support provider. Please contact them for a quick response.

The compiler doesn't think NLS is enabled. Does this happen with just one job or with all?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Please post the full error message so we can determine its origin (that is, DataStage or your database server).
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