If you are testing only, here are some steps. Please backup all files, etc. Not for production use...:)
!!!This does require you to make changes to key files, so the warning of saving a copy of the file prior to editing it is issued.!!!!
1 – Edit the “ApplicationMeteringPolicyConfigurationUI.aspx” file found at: “[SMP installed drive/folder]\Altiris\Inventory\Web\Metering\ApplicationMeteringPolicyConfigurationUI.aspx”
2 – Search for the following attributes, replacing Visible=”false” to Visible=”true”, and save the file when finished.
-chkClientSendSummary (checkbox)
- lblClientSendSummary (label)
- ddlSendSummaryFrequency (dropdown list)
(Sample code:
<td style="width: 33%">
<asp:CheckBox ID="chkClientSendSummary" runat="server" Visible="false"></asp:CheckBox>
<asp:Label ID="lblClientSendSummary" runat="server" Text="" Font-Size="11px"Visible="false"></asp:Label>
</td>
<td style="width: 77%" colspan="2">
<asp:DropDownList CssClass="ClsButton" ID="ddlSendSummaryFrequency" Font-Size="11px"
runat="server" Visible="false">
</asp:DropDownList>
</td>
4 – Perform IISRESET
5 – Open console and navigate to “Settings -> All Settings -> Discover and Inventory -> Inventory Solutions -> Application Metering Configuration” and adjust the “Client send summary data every:” interval.
If the above did not work the following can be performed
6 – Open “OS Drive:\Windows\Microsoft.Net\Framework64\v2.0.50727\Temporary ASP.NET Files”, delete all files. Reopen console.