OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: rstockton on November 16, 2012, 03:34:27 PM

Title: How to tie a 66 Msg Num to a 65 for queries
Post by: rstockton on November 16, 2012, 03:34:27 PM
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,
Title: Re: How to tie a 66 Msg Num to a 65 for queries
Post by: ali.arsiwala on November 18, 2012, 11:02:15 PM
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.
Title: Re: How to tie a 66 Msg Num to a 65 for queries
Post by: rstockton on November 19, 2012, 02:15:03 PM
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
Title: Re: How to tie a 66 Msg Num to a 65 for queries
Post by: Justin Derrick on November 19, 2012, 06:30:19 PM
They might be separate events, depending on how your front end is implemented.

-JD.