Turn on or off Tracing from URL

Description

This project contains iScripts to allow the following to occur:

  • Turn on PeopleCode Tracing
  • Turn off PeopleCode Tracing
  • Turn on basic SQL tracing
  • Turn off SQL tracing

It also includes a UserDefined Language for the PeopleSoft SQL trace file in NotePad++. Here is  more information regarding what it is and how to use it.

Downloading the Project

Here is how you can download this project for your own use:

The current version of the PeopleTools objects can be installed in your environment using the following attachment Download. Here are the instructions for how the installers work. Also, at the bottom of this wiki page are attachments for the other revisions in the source code repository.

Any other objects can be downloaded directly from the pshome folder in the source tree

Bugs/Feature Requests

Existing bugs and feature requests for TraceFromURL are here.

If you have any issues, create a new ticket (requires registration).

Source

You can browse through the source code here. Here is a direct link to the tracing PeopleCode. If you'd like to install the project locally in your own environment, an installer is attached at the bottom of this page.

Registered users can check out TraceFromURL from  here using Subversion.

Recent Changes

[94] by chris.heller on 2010/08/09 05:16:30

Fix for handling multi-line PeopleCode comments in Notepad++ syntax highlighter. This removes the spaces around the "/*" and "*/" so that spaces are not required, and marks the block comments as treating keywords as symbols.

Note that this means that the slash and asterisk characters can not be listed in the operators section for the Notepad++ highlighting. Given the frequency of multi-line comments vs the amount of multiplication and division in PeopleCode this seems to be a good trade-off. It would be nice if Notepad++ allowed this though.

This closes ticket:22.

[65] by larry.grey on 2010/07/09 07:38:44

Syntax Highlighting for Trace Files.

[64] by larry.grey on 2010/07/09 07:37:56

Checkin of tracing iScript.

[62] by larry.grey on 2010/07/09 07:33:18

New project TraceFromURL, created by larry.grey

Attachments