|
Do not attempt to start the Tracer when another requestor session on the same PRPC node, using the same Operator ID, is running the Tracer. KENDM 2/2007
Ordinarily, PRPC 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. B-3254
Reset this value to enable compression when debugging is complete.
B-13160In some PRPC installations, the ClientHostName value appears only as a numeric Internet Protocol 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.