|
Tracing on Application Engine |
|
|
|
|
Written by David Vandiver
|
|
Thursday, 28 April 2011 02:50 |
|
How to turn SQL Trace and PeopleCode Trace on an Application Engine
- Go into the process definition of the Application Engine.
- On the “Override Options” tab, on the parameter list, choose APPEND and enter the following:
-TRACE 7 -TOOLSTRACEPC 3596 -TOOLSTRACESQL 131 Change the numbers to reflect the level of tracing you desire.
- Run the App Engine through the normal processing pages. In the process monitor, you can retrieve the SQL and PeopleCode trace files with the logs.
- Once you are finished, change the settings back (most likely it was originally set as NONE).
|
|
Last Updated on Thursday, 28 April 2011 02:54 |