Monday, November 18, 2019

12.2 E-Business Suite Steps To Enable FND: Debug and AF Logging When Access To Change Profile Options Is Not Possible (Doc ID 1563168.1)

In this Document
Goal
Solution


APPLIES TO:

Oracle E-Business Suite Technology Stack - Version 12.2 and later
Information in this document applies to any platform.

GOAL

E-Business Suite Technology Stack, Weblogic Server related issues




Document the different steps to enable FND Debug and / or AF Logging in E-Business Suite.
The standard method to enable this type of debug is via the following profile options:
FND: Debug Log Enabled
FND: Debug Log Filename for Middle-Tier
FND: Debug Log Level
FND: Debug Log Module
However, in some circumstances you may be unable to login and set these profiles.
This note explains the alternative method, which is to enable the same level of debug via the Fusion Middleware configuration options.

SOLUTION

Test the following steps to enable FND Debug and / or AF Logging in E-Business Suite:
1. Source the run file system environment file.
2. Backup file:
   $INST_TOP/appl/admin/oacore_wls.properties
3. Edit $INST_TOP/appl/admin/oacore_wls.properties and add the following lines (adjust the variables accordingly):
AFLOG_ENABLED=true
AFLOG_LEVEL=statement
AFLOG_MODULE=%
AFLOG_FILENAME=/tmp/aflog.txt
4. Re-start Middle tier services.
5. Reproduce the issue.
6. Collect the log file.
7. Disable logging by removing the lines which were addded to oacore_wls.properties and re-start services.
Didn't find what you are looking for?

No comments:

Post a Comment

Oracle E-Business Suite Release 12.2 System Schema Migration

In This Document Section 1: Overview of the EBS System Schema Section 2: Requirements for Using the EBS System Schema Section 3: Migrating t...