Thursday 21 August 2014

Language Issue in Oracle EBS .pdf reports

Language Changed in Oracle E Business Suite Release 12 .pdf reports after applying patch:


In Oracle E Business Suite Release 12 after applying few patches the report in pdf format show different language.

To resolve the issue see workaround mentioned below:

Login Application Server through putty or VNC Viewer.

Edit Enviornment file in Application Server
vi PROD_erpapps.env

Find NLS_LANG

THIS SHOULD BE CHANGED TO AS PER BELOW:
NLS_LANG="American_America.US7ASCII"
export NLS_LANG


Find the word as per below:

/test

Press N to find next till reached the place something like [ if test "UTF8" = "UTF8"; then ] change to below mentioned line:

if test "US7ASCII" = "US7ASCII"; then

Bounce the Instance

No comments:

Post a Comment