Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
2 ways to trace and debug your PeopleCode. You have Application Engine debug setup and/or PIA debug setup.
See the following post for how to trace application engine peoplecode. For PIA debug setup, all what you need to do is add ?cmd=login&trace=y to the end of your login url, pick your PeopleCode trace settings and that's it. You trace log will get created on the application server (please check w/ your PS admin for more assistance on how to get the file).
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog
For 8.9:
Navigate to the point prior to the code you want to trace.
Open a new window and navigate to PeopleTools >> Utilities >> Debug >> Trace PeopleCode.
Check the boxes of what trace level you want, and continue processing.
Check the server for the output of the trace.
my personal preference in debugging peoplecode is to use function settracepc as needed. It helps avoid all the junk the trace otherwise would generate.