Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com
http://www.free-online-exams.com
How to enable FND debug messages
To enable FND: Debug while reproducing the issue
Connected as System Administrator, modify the following system profiles:
FND: Debug Log Enabled Yes
FND: Debug Log Filename <empty>
FND: Debug Log Level STATEMENT
FND: Debug Log Mode Asynchronous with Cross-Tier Sequencing
FND: Debug Log Module % or fnd%
There is no need to stop and restart E-Business Suite.
All log information will be created in the table FND_LOG_MESSAGES. A typical query might be
SQL> select module||' '||message_text from fnd_log_messages
order by timestamp;
Connected as System Administrator, modify the following system profiles:
FND: Debug Log Enabled Yes
FND: Debug Log Filename <empty>
FND: Debug Log Level STATEMENT
FND: Debug Log Mode Asynchronous with Cross-Tier Sequencing
FND: Debug Log Module % or fnd%
There is no need to stop and restart E-Business Suite.
All log information will be created in the table FND_LOG_MESSAGES. A typical query might be
SQL> select module||' '||message_text from fnd_log_messages
order by timestamp;
No comments:
Post a Comment