<?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 APM - Opening up history in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116504#M1150</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're running SAS 9.3 (TS1M2), Rev. 930_12w41, on Windows Server 2008 64 bit R2 SP1.&amp;nbsp; It's been running since October 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Audit Performance Management has been installed, and is running, however it doesn't show more than one weeks worth of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change this such that it shows more than just one weeks worth of data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look at the following directory on the compute server:&lt;/P&gt;&lt;P&gt;F:\SAS\Config\Lev1\SASApp\WorkspaceServer\PerfLogs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see logs going back more than just one week, yet when I look at WorkspaceTopUsers.html in APM only has the data for the past week, so I don't think it's an issue of the logs disappearing or not having them to begin with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect there's a number that I can update and as a result it will show more history?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Apr 2013 06:09:59 GMT</pubDate>
    <dc:creator>JohnT</dc:creator>
    <dc:date>2013-04-23T06:09:59Z</dc:date>
    <item>
      <title>APM - Opening up history</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116504#M1150</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're running SAS 9.3 (TS1M2), Rev. 930_12w41, on Windows Server 2008 64 bit R2 SP1.&amp;nbsp; It's been running since October 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Audit Performance Management has been installed, and is running, however it doesn't show more than one weeks worth of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I change this such that it shows more than just one weeks worth of data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look at the following directory on the compute server:&lt;/P&gt;&lt;P&gt;F:\SAS\Config\Lev1\SASApp\WorkspaceServer\PerfLogs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see logs going back more than just one week, yet when I look at WorkspaceTopUsers.html in APM only has the data for the past week, so I don't think it's an issue of the logs disappearing or not having them to begin with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expect there's a number that I can update and as a result it will show more history?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 06:09:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116504#M1150</guid>
      <dc:creator>JohnT</dc:creator>
      <dc:date>2013-04-23T06:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: APM - Opening up history</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116505#M1151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Modify the job that creates the report, should be called in&amp;nbsp; artifactTopTen.sas&amp;nbsp; Ebiapm92\SASEnvironment\SASCode\Jobs\usageReports in particular the&amp;nbsp; &amp;amp;weekSubset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data work.temp /view=work.temp;&lt;BR /&gt;&amp;nbsp; set artifact.artifactusagedetails;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*&lt;BR /&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp; Select OPEN rows.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; */&lt;/P&gt;&lt;P&gt;&amp;nbsp; where type="OPEN";&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*&lt;BR /&gt;&amp;nbsp;&amp;nbsp; *&amp;nbsp; Include any subsetting defined in the defaults.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &amp;amp;weekSubset.;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or create a new job based on the above for more than a week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 22:35:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116505#M1151</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2013-04-25T22:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: APM - Opening up history</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116506#M1152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the lead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't look to be a simple enhancement, I think I need to trace backwards somehow to figure out where &amp;amp;weekSubset. comes from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 23:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116506#M1152</guid>
      <dc:creator>JohnT</dc:creator>
      <dc:date>2013-04-25T23:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: APM - Opening up history</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116507#M1153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may be able to change the value in artifactReportNumWeeks macro found in Ebiapm92\SASEnvironment\SASMacro.&amp;nbsp; This macro is called from the job I mentioned above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then weekSubset is set in artifactreportdefaults.sas&lt;/P&gt;&lt;P&gt;%let weekSubset=where also datetime&amp;gt;dhms(intnx('week',datepart(datetime()),-&amp;amp;numweeks.,'S'),0,0,0);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Barry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 02:40:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116507#M1153</guid>
      <dc:creator>twocanbazza</dc:creator>
      <dc:date>2013-04-26T02:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: APM - Opening up history</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116508#M1154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've finally gotten the time to look at this again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I've found it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I did:&lt;/P&gt;&lt;P&gt;* Looked at some code in the location Barry suggested, for our installation it was F:\SAS\Config\APM93\SASEnvironment\SASCode\Jobs\usageReports\artifactTopTen.sas&lt;/P&gt;&lt;P&gt;* Observe there is a call to %artifactReportSubSet; near the top of the code, it was two lines above the reference to &amp;amp;numWeeks.&lt;/P&gt;&lt;P&gt;* Looked in the Macro directory, for us it was F:\SAS\Config\APM93\SASEnvironment\SASMacro\artifactreportsubset.sas, chose the job which looked to have the macro in it (pretty well named I'd say)&lt;/P&gt;&lt;P&gt;* Find that the contents has all the magic figures I'm interested in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm more comfortable changing the figure in one location, rather than hard coding it in individual jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully if anyone else has this issue, this might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I was not following Barry very well because it looks as though we've on 9.3 and he was on 9.2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 00:44:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/APM-Opening-up-history/m-p/116508#M1154</guid>
      <dc:creator>JohnT</dc:creator>
      <dc:date>2013-08-20T00:44:10Z</dc:date>
    </item>
  </channel>
</rss>

