Actions:
|
2011-08-23 09:42 AEST by Arthur Barrett - Client needs to trace the SERVER session id.
Currently the server traces out its session id:
08:21:54: -> Server trace started.
08:21:54: -> Tracelevel set to 0. PID is 51924
08:21:54: -> Session ID is cad44e52d68219ae
But so does the client:
08:22:00: -> Client trace started, level=3.
08:22:00: -> Tracelevel set to 4. PID is 64388
08:22:00: -> Session ID is fb844e52d68819c2
The clients SESSIONID really is of no interest to us (maybe :local: is an exception to this...)
What we really need to see in the client trace is the server session id. We already display the server
version number, and the session id should be displayed at about the same point in the trace:
08:22:00: -> Server version is CVSNT 2.8.01 (Soolin) Build 4218
The server session id is essential for;
* finding audit records
* finding the server trace that corresponds to the client trace |