Page 1 of 1

EXPORT PROBLEM

Posted: Mon Apr 05, 2004 1:29 am
by rexy
Hi all,
I have a problem exporting my jobs.

The problem is that my DSX has all the value "TRUE" and "FALSE" in my local language (Italian) "VERO" and "FALSE".

My localization of the client is Italian, if I try to change it to international the export work but director and designe give me run-time error...
Other people that work with me has the same localitation of windows (Italian) and all works fine.

Any idea ? Pheraps some program has conflict with the international settings of Datastage ?

thanks
A.M

Posted: Mon Apr 05, 2004 4:36 pm
by ray.wurlod
In the header of the DSX file is a Character Set setting.
You can try changing this to the appropriate value for your Italian environment then try importing.

RE:

Posted: Thu Apr 08, 2004 3:55 am
by rexy
THANKS for your help,
but I can not find the header of the DSX
may you tell me more ?

thanks
A.M

Posted: Thu Apr 08, 2004 4:26 am
by Eric
Open the DSX file in NotePad (or any text editor) right at the top of the file you should see:

Code: Select all

BEGIN HEADER
   CharacterSet "CP1252"
   ExportingTool "Ascential DataStage Export"
Set the value for CharacterSet to the appropriate value for your Italian environment. (I'm not sure off hand what the code page is for Italy)