error in trace file
Hi,
in FSCM8 tools 8.48 I have generated a trace file. According to 643394.1 (Metalink note) :
Third column = 0.020. This is the time that has elapsed since the previous trace line was written.
But in my trace file I have :
PSAPPSRV.65816 | 1-55409 15.49.42 | 0.000 Cur#1.MYSYSTEM RC=1 Dur=0.000 Fetch | |
PSAPPSRV.65816 | 1-55410 15.49.42 | 0.000 Cur#1.MYSYSTEM RC=0 Dur=0.000 Commit | |
PSAPPSRV.66184 | 1-184 | 15.49.44 220.087 Cur#1.MYSYSTEM RC=0 Dur=0.000 COM Stmt=SELECT VERSION FROM PSVERSION WHERE OBJECTTYPENAME = 'SYS' | |
PSAPPSRV.66184 | 1-185 | 15.49.44 | 0.000 Cur#1.MYSYSTEM RC=0 Dur=0.000 Fetch |
Then line 1-184 has written 220.087 seconds (more than 3 minutes) after line 1-55410.
But timestamp for lin e1-55410 is 15.49.42 and for line 1-184 i s15.49.44 then just 2 seconds. How is it possible ? Where am I wrong ?