Have a new server running HP-UX 11.11 with a fresh install of 7.5.2 on it for testing purposes. Trying to run a shell command from DSExecute gives the following failure:
Code: Select all
Warning! One or more of your selected locales are not available.
Please invoke the commands "locale" and "locale -a" to verify your
selections and the available locales.
Continuing processing using the "C" locale.It doesn't really seem to matter what command we execute, this little 'header' block is included in the output. When I execute a 'locale' command, I get the same output as it would give on any of our HP-UX servers, , but I'm guessing that's because it has 'forced' the use of the "C" locale:
Code: Select all
LANG=
LC_CTYPE=C.utf8
LC_COLLATE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=When we execute 'locale -a' these are listed as valid selections.
Anyone seen this before? The DS Server install is 'out of the box' right now, nothing has been tweaked other than normal stuff we need for OCI that goes into dsenv. Is there somewhere in DataStage that this 'default locale' is setup that it is complaining about?
