0% found this document useful (0 votes)
10 views1 page

R12 FRD Trace Setup Guide

The document provides steps to enable FRD tracing in Oracle Applications Release 12. It describes running scripts to change a forms application to communicate via sockets or servlets. It then lists the steps to take which include modifying the ICX: Forms Launcher profile option, logging out and back in, and noting the FORMS_TRACE_DIR value to find the generated trace file.

Uploaded by

infyrajayaar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

R12 FRD Trace Setup Guide

The document provides steps to enable FRD tracing in Oracle Applications Release 12. It describes running scripts to change a forms application to communicate via sockets or servlets. It then lists the steps to take which include modifying the ICX: Forms Launcher profile option, logging out and back in, and noting the FORMS_TRACE_DIR value to find the generated trace file.

Uploaded by

infyrajayaar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Exercise-2 Servlet to Socket $FND_TOP/bin/[Link] -script=ChangeFormsMode contextfile=$INST_TOP/appl/admin/[Link] -mode=socket port=9095 -runautoconfig=Yes Socket to Servlet $FND_TOP/bin/[Link] -script=ChangeFormsMode contextfile=$INST_TOP/appl/admin/mycontext.

xml -mode=servlet runautoconfig=Yes Steps to take FRD trace in R12 1. Login to application tier. [Link] the USER value for profile option 'ICX: Forms Launcher' the same as the SITE value. 3. Append the USER value of ICX: Forms Launcher with the "?record=collect" 4. Logout and Log back in again, for this profile to take effect. When you login again, a message box pops up, which alerts you that Diagnostics is enabled. 5. Go to Help->About Oracle Applications, go to the section 'Forms Server Environment Variables' We will get a value in FORMS_TRACE_DIR. Note down the value. 6. Locate the file in the directory noted in FORMS_TRACE_DIR. Please Note: By default, this directories named as forms_[pid].trc where pid is the process identifier. Collect _[form_process_id]

You might also like