Does anyone know of a way to tie a 66 Msg Num back to a 65 Msg Num when checking the sytem log for query information? We have many queries for a particular application happening at the same time and I do not see a way to tie back which query (65) generated the GET (66) because they are not always listed together because of timing.
Thanks,
Hi,
The Log ID in the system log is what you are looking for. If a 65 and 66 were generated in the same request, they should have the same Log ID.
Cheers,
Ali.
I am not seeing the 65 and 66 as having the same ID number, but the 65 and 226 do have the same ID.
Thanks
They might be separate events, depending on how your front end is implemented.
-JD.