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"
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgB0VnQtlVclsDn3Og5V2IhR6lGsg4ZMg1FKu7DRHSIoN92qAuJMMR727YwPoKO8PNFAMLKrAr1Cm6V_y6qpolWW6sOJQFLXJ5O2TSGaUH49EN1_7QM1iCygXI0_o18MhoPZN8i_ifxfnk/s320/viewer.gif)
(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:
Post a Comment