Olayları Aktar

Microsoft.SystemCenter.SqlJobs.TransferEvents (Rule)

Veri aktarmak için bir iş akışı çalıştıran sistem kuralı.

Knowledge Base article:

Özet

Bu kural, veritabanı bakım görevlerini ve işleri yürütmek için dahili olarak kullanılır. Çalışır durumdaki veritabanının genel sistem durumu, işlevsellik ve tutarlığını olumsuz etkileyeceğinden bu kural geçersiz kılınmamalıdır.

Nedenler

Bu bölüm bu kural türü için geçerli değil.

Çözümlemeler

Bu kural türü için bir kullanıcı eylemi yok.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryMaintenance
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Scheduler Default
WA WriteAction Microsoft.SystemCenter.SqlJobExecuter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.SqlJobs.TransferEvents" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Maintenance</Category>
<DataSources>
<DataSource ID="DS" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">5</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.SqlJobExecuter">
<JobName>p_EventTransfer</JobName>
</WriteAction>
</WriteActions>
</Rule>