cancel
Showing results for 
Search instead for 
Did you mean: 

Locale settings when executing DS from command line

paul_kessler
Active Participant
0 Kudos
252

The Data Services Management Console's Export Execution Command option creates a batch file and a job engine command file. One of the arguments in the engine command file is -PLocaleUTF8. However, this parameter is not on the list of arguments available to al_engine.exe.

Since -P is already defined as password, can we assume the name of this argument is -PLocale, and the value is UTF8? What other values are available?

Another undocumented argument is -LocaleGV. Is this a variation of the -GV (global variable) parameter, or is it completely different? What are the available settings?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

paul_kessler
Active Participant
0 Kudos

What you ar saying is that the -PLocaleUTF8 parameter indicates that the DS job should run usng the Unicode UTF8 codepage. If the parameter is not present, the job will run using the default codepage. Is this correct?

Former Member
0 Kudos

-PLocaleUTF8 has nothing to do with was locale engine will use at run time, that is controlled by engine locale in DSConfig.txt

this flag only indicates how to process the command line arguments that you are passing to al_engine

Answers (2)

Answers (2)

paul_kessler
Active Participant
0 Kudos

OK, thanks for the clarification.

Former Member
0 Kudos

-PLocaleUTF8 is for command line parameter locale, its not -PLocale, its like a boolean flag -PLocaleUTF8 if set its true if not set its false

similarly -LocaleGV is for locale of Global Varaible, I wll have to check if this is used or not or how its being used