Do not attempt to start the Tracer when another requestor session on the same Pega Platform node, using the same Operator ID, or is running the Tracer.
Ordinarily, Pega Platform uses HTTP compression to reduce the length of text messages sent to Internet Explorer. HTTP compression is also used in SOAP messages. This may complicate Tracer debugging, as it is difficult to interpret the messages.
To disable HTTP compression, edit the prconfig.xml
file or Dynamic System Setting and adjust the value of the Tracer setting enable-compression
setting to "false." This change takes effect the next time your system starts.
Reset this value to enable compression when debugging is complete.
In some Pega Platform installations, the ClientHostName
value appears only as a numeric Internet Protocol (IP) address. The true ClientHostName
is visible only when the application server is enabled to perform Domain Name Server lookups:
enableLookups
(in the server.xml
file) to "true" to allow DNS lookups.ReverseDNSAllowed="true"
to the config.xml
file to allow DNS lookups.