Oracle Report Format Disturbed. (Language changed and formatting Issues)
Problem: When I was getting output of report form Oracle E-Business Suite R12, font of report and tittles of the report was disturbed. Report output was totally disturbed. Also the tittle of report was changed to some other language.
Solution: We have to add the following lines to our environment file.
1- $ cd $APPL_TOP
2- vi <SID>_hostname.env (eg. vi PROD_stest.env)
3- Search for APPL_CONFIG_HOME
4- Add the following line under APPL_CONFIG_HOME.
IX_PRINTING="/appshome/appsprod/PROD/apps/apps_st/appl/fnd/12.0.0/resource/ixlib.cfg"
export IX_PRINTING
Change the path as per your file system.
5- Save and exit.
6- Bounce the application services.
7- Retest the issue.
0 comments:
Post a Comment