Create Monitoring Database Cache

Microsoft.ApplicationServer.CreateStoreInfoCache.Rule (Rule)

This rule creates a temporary file that the MP uses to optimize database discovery.

Knowledge Base article:

Summary

This rule creates a temporary file that the MP uses to optimize database discovery.

Element properties:

TargetMicrosoft.ApplicationServer.ServerRole
CategoryDiscovery
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler.DS DataSource System.SimpleScheduler Default
CreateStoreInfoCache.WA WriteAction Microsoft.ApplicationServer.CreateStoreInfoCache.WriteAction Default

Source Code:

<Rule ID="Microsoft.ApplicationServer.CreateStoreInfoCache.Rule" Enabled="true" Target="MicrosoftApplicationServerLibrary!Microsoft.ApplicationServer.ServerRole" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Discovery</Category>
<DataSources>
<DataSource ID="Scheduler.DS" TypeID="System!System.SimpleScheduler">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CreateStoreInfoCache.WA" TypeID="Microsoft.ApplicationServer.CreateStoreInfoCache.WriteAction">
<ClearCacheIntervalDays>7</ClearCacheIntervalDays>
</WriteAction>
</WriteActions>
</Rule>