Monday, March 3, 2014

How to turn SQL Trace and PeopleCode Trace on an App 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).

No comments:

Post a Comment