on 2009 Oct 25 3:46 PM
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
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, thanks for the clarification.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
-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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.