Intercept Reporting Service

Configuring the Reporting Service

The Intercept reporting service has rules for scheduling when data is transferred from SE-Viewer to Advisor.  The TransferInterval is the interval in minutes between 2 different data transfers from SE-Viewer [default = 5 minutes]. The RefreshInterval is the number of seconds database polling to refresh the state of Problem Management rules that should be applied to the Advisor database [default = 20 seconds].

Skip configuring the Intercept reporting service if you want to use the default settings.

<managers>

<manager name="Transfer" class="Avicode.Intercept.Reporting.Transfer.Service.Manager.TransferManager" active="true or false">

<properties>

<add name="TransferInterval" value="5" />

</properties>

</manager>

...

</managers>

<managers>

<manager name="Transfer" class="Avicode.Intercept.Reporting.Transfer.Service.Manager.TransferManager" active="true or false">

<properties>

<add name="TransferInterval" value="5" />

</properties>

</manager>

...

</managers>

<managers>

...

<manager name="ApplyRule" class="Avicode.Intercept.Reporting.Transfer.Service.Manager.ApplyRuleManager" active="true">

<properties>

<add name="RefreshInterval" value="20" />

</properties>

</manager>

</managers>

Run Reporting Service

To run the Intercept Reporting Service you need to:

Last update: Thursday, December 09, 2010 02:42:44 PM