Reserved

Microsoft.SystemCenter.SyntheticTransactions.OleDbPing (Task)

Use this task to test the connection of a specified connection string. It will not function correctly when directly run from the knowledge or the actions pane.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
AccessibilityInternal
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction System.OleDbTriggerProbe Default

Source Code:

<Task ID="Microsoft.SystemCenter.SyntheticTransactions.OleDbPing" Accessibility="Internal" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.AllManagementServersPool" Timeout="300" Remotable="true">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="System!System.OleDbTriggerProbe">
<ConnectionString>Provider=SQLOLEDB;Database=;Server=.;Integrated Security=SSPI</ConnectionString>
<Query/>
<QueryTimeout>0</QueryTimeout>
<GetFetchTime>false</GetFetchTime>
</ProbeAction>
</Task>