Folder stage to xml stage

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
waklook
Charter Member
Charter Member
Posts: 31
Joined: Sat Dec 10, 2005 4:13 am
Contact:

Folder stage to xml stage

Post by waklook »

Hi all,
I'm using folder stage to extract multiple xml files from some directory in unix server , i have this error coming up,

"XmlFoldrTEst..Folder_0.: DSD_DIROpen Failed to set NLS map MS1252-CS on directory /invoice/NOV_Invoice."

by the way i change the NLS to many other including "NONE ,ASCII,...etc"

but same error occured and in some of them giving this:

"Read operation failure. DataStage Job 1208 Phantom 15962
"MS1256" does not contain a round trip mapping and therefore is not a valid NLS file map.
Job Aborted after Fatal Error logged.
Attempting to Cleanup after ABORT raised in stage XmlFoldrTEst..Sequential_File_1.IDENT1
DataStage Phantom Aborting with @ABORT.CODE = 1"


can any help me on that Please,

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

Post by ray.wurlod »

Failure to set NLS map may indicate that the executing user ID lacks write permission to the /invoice/NOV_Invoice directory. Setting an NLS map involves writing a hidden file called .nlsmap into the directory.
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