<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SQLM missing results Current vs Time Interval in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sqlm-missing-results-current-vs-time-interval/m-p/12729754#M2020363</link>
    <description>&lt;P&gt;Thanks for help,&lt;/P&gt;&lt;P&gt;So if I read this correctly..&lt;/P&gt;&lt;P&gt;I checked the activation log and I can see that SQLM was running in our production system in 2018 for a couple of days, then that DPR_.. report would make sense. Then if I select Current, it mixes up those two timeframes old and new. And if I select that activation week in Feb 2023, then of course it's not there.&lt;/P&gt;&lt;P&gt;Also, why QA has exactly the same results, because we did a system refresh some years back, then it would probably also copy sqlm results, and they show up with exactly the same values as in prod.&lt;/P&gt;&lt;P&gt;Makes sense in a way. Weird I cannot display data for that other week in 2018 as it says no data found, but I guess there is an expiration date on results if I don't snapshot them.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michal&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2023 08:00:43 GMT</pubDate>
    <dc:creator>Szczerbowski</dc:creator>
    <dc:date>2023-03-13T08:00:43Z</dc:date>
    <item>
      <title>SQLM missing results Current vs Time Interval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sqlm-missing-results-current-vs-time-interval/m-p/12729752#M2020361</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
  &lt;P&gt;I had SQLM running in production for a couple of days and I found out one of the top consumers to be a report that we thought was decommissioned, in the entry points it says it's a Batch job but I cannot find that in SM37 log.I&lt;/P&gt;
  &lt;P&gt;It only shows in the result list if I select Current Data, and not if I select by Time Interval.&lt;/P&gt;
  &lt;P&gt;I was running my SQL log 14-17Feb, and if I select this as time interval, the entries won't show, if I select Current - it's there. Also..&lt;/P&gt;
  &lt;P&gt;I ran SQLM in my QA too last week, to try to find this job there, and again if I select by Time interval 7-10 March, this report is not listed, but if I select Current Data it is there - AND IT HAS exactly the same execution count as in production! 51 656 211 executions.&lt;/P&gt;
  &lt;P&gt;So is this some ghost execution count that did not really happen or where does it come from?&lt;/P&gt;
  &lt;P&gt;Regards,&lt;BR /&gt;Michal &lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2023 12:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sqlm-missing-results-current-vs-time-interval/m-p/12729752#M2020361</guid>
      <dc:creator>Szczerbowski</dc:creator>
      <dc:date>2023-03-10T12:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: SQLM missing results Current vs Time Interval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sqlm-missing-results-current-vs-time-interval/m-p/12729753#M2020362</link>
      <description>&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;See the following usage scenario for further information on how SQLM's results are persistent and how you may view results from all servers in one instance, this explain the "ghost":&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_FOR_SOH_740/a24970c68fcf4770a64bf9a78e3719e2/1ec2329419b64f3992a9c342437d3a0f.html" target="test_blank"&gt;https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_FOR_SOH_740/a24970c68fcf4770a64bf9a78e3719e2/1ec2329419b64f3992a9c342437d3a0f.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Related to not found it on SM37, I guess despite to see request type as Batch Job, the report information is Request Entry Point, which is related to SQL and not batch job.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_FOR_SOH_740/a24970c68fcf4770a64bf9a78e3719e2/5ad2f48682bb48bd81bf332ff7585823.html#loio5ad2f48682bb48bd81bf332ff7585823" target="test_blank"&gt;https://help.sap.com/docs/SAP_NETWEAVER_AS_ABAP_FOR_SOH_740/a24970c68fcf4770a64bf9a78e3719e2/5ad2f48682bb48bd81bf332ff7585823.html#loio5ad2f48682bb48bd81bf332ff7585823&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards, Fernando Da Rós&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 10:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sqlm-missing-results-current-vs-time-interval/m-p/12729753#M2020362</guid>
      <dc:creator>fedaros</dc:creator>
      <dc:date>2023-03-11T10:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: SQLM missing results Current vs Time Interval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sqlm-missing-results-current-vs-time-interval/m-p/12729754#M2020363</link>
      <description>&lt;P&gt;Thanks for help,&lt;/P&gt;&lt;P&gt;So if I read this correctly..&lt;/P&gt;&lt;P&gt;I checked the activation log and I can see that SQLM was running in our production system in 2018 for a couple of days, then that DPR_.. report would make sense. Then if I select Current, it mixes up those two timeframes old and new. And if I select that activation week in Feb 2023, then of course it's not there.&lt;/P&gt;&lt;P&gt;Also, why QA has exactly the same results, because we did a system refresh some years back, then it would probably also copy sqlm results, and they show up with exactly the same values as in prod.&lt;/P&gt;&lt;P&gt;Makes sense in a way. Weird I cannot display data for that other week in 2018 as it says no data found, but I guess there is an expiration date on results if I don't snapshot them.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michal&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 08:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sqlm-missing-results-current-vs-time-interval/m-p/12729754#M2020363</guid>
      <dc:creator>Szczerbowski</dc:creator>
      <dc:date>2023-03-13T08:00:43Z</dc:date>
    </item>
  </channel>
</rss>

