Google

Monday, February 26, 2007

Digging out the Log File

Get the Local Copy:

If you have the appropriate access, you would prefer to get the log file in your machine than viewing it from Oracle Apps Concurrent Manager.

I hope the following steps may help you:

1.Run the following query from back end:
select logfile_name, outfile_name from fnd_concurrent_requests where request_id = &request_id
2. If you do not know in which unix box your apps is running, please navigate to
Help - > Oracle Applications to get the information.


So once the file is located, I hope you know the basic commands to get it to your local machine.


View as HTML:
Another way you would prefer to see your Log is as an HTML page.

In the Apps Screen, click on Edit -> Preferences -> Profiles
Query for "Viewer%"

Set Viewer: Text to "Browser"
Set "Viewer: Application for Text" to "Browser"
Set "Viewer: Application for HTML" to "Browser"



(OR)

Once you run the Concurrent Request, follow the below steps

1) Click on "View log" for the particular request id.
2) Then you can click on Tools -> Copy File.

The contents of the log are then opened in a new explorer window.


Happy Debugging!

No comments: