<?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: Workload Statistics collector issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workload-statistics-collector-issue/m-p/9394397#M1735399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check for OSS notes on this now obsolete FM that SAP maintains until every standard report has been upgraded, there were some problems and corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look also in your system to jobs like SAP_COLLECTOR_FOR_PERFMONITOR, should be executed every hour, so should your job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in you report, you could read table TBTCO with information from GET_JOB_RUNTIME_INFO to compare scheduled date/time of execution and actual start, so raising a message when job was delayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 08:34:21 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2013-04-16T08:34:21Z</dc:date>
    <item>
      <title>Workload Statistics collector issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workload-statistics-collector-issue/m-p/9394394#M1735396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have created the custom program for Workload Anaysis, here the usage analysis program (scheduled in Background) reads the information from local system statistics data (STAT.DAT) and appends the same in the flat file at OS level. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;STAT.DAT is a local application server specific temporary storage that is used by SAP for transferring the contents from SAP Buffer and the contents of the file are DYNAMICALLY updated/refreshed by SAP. &lt;/LI&gt;&lt;/OL&gt;&lt;P style="text-indent: -0.25in;"&gt;&lt;SPAN class="pasted-list-info"&gt;a.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Current size of STAT.DAT file - 100MB&lt;/P&gt;&lt;P style="text-indent: -0.25in;"&gt;&lt;SPAN class="pasted-list-info"&gt;b.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Frequency &amp;amp; situation of update/refresh to STAT.DAT&amp;nbsp; - Controlled by SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the our current logic, our current custom program &lt;STRONG&gt;fails to capture all the tcode usage details&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our Justification Below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: -0.25in; padding-left: 22px;"&gt;&lt;SPAN class="pasted-list-info"&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Usage Analysis program reads the static information available in the STAT.DAT file at fixed intervals. &lt;/P&gt;&lt;P style="text-indent: -0.25in; padding-left: 22px;"&gt;&lt;SPAN class="pasted-list-info"&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;STAT.DAT file is DYNAMICALLY updated/refreshed by SAP. &lt;/P&gt;&lt;P style="text-indent: -0.25in; padding-left: 22px;"&gt;&lt;SPAN class="pasted-list-info"&gt;3.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Whenever the STAT.DAT file refreshed , Unprocessed / Unread data in the STAT.DAT will be lost (not captured by Usage Analysis program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: -0.25in; padding-left: 22px;"&gt;Please anyone guide me to solve the data loss issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-indent: -0.25in; padding-left: 22px;"&gt;Thanks.&lt;/P&gt;&lt;P style="text-indent: -0.25in; padding-left: 22px;"&gt;Viji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 12:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workload-statistics-collector-issue/m-p/9394394#M1735396</guid>
      <dc:creator>vijay_kumar134</dc:creator>
      <dc:date>2013-04-15T12:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Workload Statistics collector issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workload-statistics-collector-issue/m-p/9394395#M1735397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose you call SAPWL_STATREC_READ_FILE / SAPWL_STATREC_DIRECT_READ or similar tool to read the data, else can you elaborate ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that you get the data from each and every server available (use of TH_SERVER_LIST advised) Else try to reduce interval of execution or ask basis to increase allocated space for storage &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards;&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 07:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workload-statistics-collector-issue/m-p/9394395#M1735397</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-04-16T07:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Workload Statistics collector issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workload-statistics-collector-issue/m-p/9394396#M1735398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your respose Raymond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using FM : SAPWL_STATREC_READ_FILE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be&amp;nbsp; the interval period data has been lost. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 07:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workload-statistics-collector-issue/m-p/9394396#M1735398</guid>
      <dc:creator>vijay_kumar134</dc:creator>
      <dc:date>2013-04-16T07:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Workload Statistics collector issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workload-statistics-collector-issue/m-p/9394397#M1735399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check for OSS notes on this now obsolete FM that SAP maintains until every standard report has been upgraded, there were some problems and corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look also in your system to jobs like SAP_COLLECTOR_FOR_PERFMONITOR, should be executed every hour, so should your job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in you report, you could read table TBTCO with information from GET_JOB_RUNTIME_INFO to compare scheduled date/time of execution and actual start, so raising a message when job was delayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 08:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workload-statistics-collector-issue/m-p/9394397#M1735399</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-04-16T08:34:21Z</dc:date>
    </item>
  </channel>
</rss>

