#NLS# is not a valid codepage

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
Developer9
Premium Member
Premium Member
Posts: 187
Joined: Thu Apr 14, 2011 5:10 pm

#NLS# is not a valid codepage

Post by Developer9 »

Hi,

I am testing a job with Salesforce stage in it and it is giving me a following error

Code: Select all

Salesforce_conn: Code page in use: UTF-8
FATAL ERROR (APT_CharsetConverterRep::initConv()): #NLS# is not a valid codepage.
I checked the NLS params project default utf-8

Please let me know if anyone experienced this error and resolution steps

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

Post by ray.wurlod »

How did you insert the job parameter reference into the stage (manually, or using the Insert Job Parameter tool)?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Developer9
Premium Member
Premium Member
Posts: 187
Joined: Thu Apr 14, 2011 5:10 pm

Post by Developer9 »

Ray,
It was running fine in 8.5 version and while testing in 11.3 , Job got aborted.
In a Sequential File Stage ,Under NLS map I changed "#NLS#" to project default (UTF-8) ..Job ran Successful

Thanks,
Mahesh
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Do you want it to be a job parameter? If so, re-read Ray's question.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply