2014 Nov 28 11:04 AM
Hi All,
When I am trying to run SQLM for Z* package in my development system. Its giving only few Select query errors and not all. Is it because SQLM picks only specific select queries or because I am using it in Development system?
Hi All,
When I am trying to run SQLM for Z* package in my development system. Its giving only few Select query errors and not all. Is it because SQLM picks only specific select queries or because I am using it in Development system?
2014 Nov 28 11:20 AM
Hi Sumit,
the SQLM shows the captured SQL profile, so assume you have report A and B, you activate the SQL Monitor but you only execute report A. After deactivation you investigate the results, so you won't see report B in the SQL Monitor data, as it has not been executed.
Therefore, it's important to regularly repeat the measurements with the SQLM, as you might lack certain business processes, which are not accessed in the phase when the SQLM has been activated. One example is year-end reporting, which would be missing in the SQLM data, if you don't activate the SQLM during these reporting periods.
Cheers,
Jasmin
2014 Nov 28 12:01 PM
Hi Jasmin,
Thanks for the reply, I followed the same procedure but after deactivating SQLM, when I tried to run it, It gives me the same old output and not the new trace.
First, I activated the monitor then Ran all the programs, then after deactivation I checked again and it was giving the same old output and not the new trace with new programs.
Please help.
Cheers,
Sumit
2014 Nov 28 1:49 PM
Hi Sumit,
you might need to update the statistics, i.e. the data is send asynchronously for storage. To trigger that manually, you can go to transaction SQLM and select (from the menu) something like SQLMonitor > Refresh.
Cheers,
Jasmin