Search code examples
peoplesoft

Where are trace files saved in PeopleSoft?


In PeopleSoft Enterprise, there is an option to enable tracing options from the signon screen. (Tracing options are also accessible after logon from PeopleTools > Utilities > Debug)

I've enabled tracing for SQL statements for debugging purposes. However, I can't figure out where to find my trace logs on the server once the session is complete.

Where are trace logs saved in PeopleSoft when trace flags are enabled?


Solution

  • Typically they are on the Application Server under the directory for your environment.

    e.g.

    • <PS_HOME>/appserv/<domain>/LOGS (quoted from article)
    • /opt/test/psft/pt/8.53/appserv/prd/LOGS/PSAPPSRV.10742/process_state.txt (quoted from blog entry)
    • $PS_CFG_HOME/appserv/<DOMAIN>/LOGS (quoted from blog entry)