The French language settings are not taken in account in the Manager for Oracle Applications V4.0.
search cancel

The French language settings are not taken in account in the Manager for Oracle Applications V4.0.

book

Article ID: 86811

calendar_today

Updated On:

Products

CA Automic Dollar Universe

Issue/Introduction

Affects Release version(s): 5

Error Message :
n/a

Patch level detected:Manager for Oracle Applications 4.0.00
Product Version: Dollar.Universe 5.6.0 FX25010

Description :The French language settings are not taken in account in the Manager for Oracle Applications.
The job output are all in English, even if "French" is specified in the settings.

Environment

OS: All
OS Version: All

Cause

Cause type:
Configuration
Root Cause: The NLS_LANG_UPR variable is not correctly defined.

Resolution

1) In uprocs of type OAPP_PGM, the variable 'NLS_LANG_UPR' / type : Text / Longueur : 255. must contain the following value:
FRENCH_FRANCE.WE8ISO8859P1

2)Remove from the 'uxoappenv_custom.ksh' the declaration of the variable NLS_LANG.

if [ "X${NLS_LANG_UPR}" = "X" ]
then
echo "--> NLS_LANG_UPR is not set else
echo "--> NLS_LANG_UPR is set to : " $NLS_LANG_UPR
NLS_LANG=$NLS_LANG_UPR
export NLS_LANG
echo "--> NLS_LANG is set to : " $NLS_LANG
fi
Now the language parameters are correctly defined.

Fix Status: No Fix

Additional Information

Workaround :
N/A