Back Forward Tracer
Selecting a connection

Tracer connectionBy default, the Tracer traces your own requestor session. To trace another session:

1. Click the Remote Tracer button (Connection) to open the Connection Information window.

The Connection selection box contains the connections of every requestor connected to your PRPC server.

The first letter of a session ID identifies the requestor type:

2. Select the connection you want to trace.

3. Click  OK  .

You cannot trace listener processing (such as processing defined by a MQ Listener data instance). Listeners operate as Java threads, not full PRPC requestor sessions. Use remote logging to debug listeners.

Up Using the Tracer