HP Operations Manager for Windows

OV_Service::SetDependencyPropagationRule()
OV_Service::SetDependencyPropagationRule_Trans()


void SetDependencyPropagationRule(
[in] string AntecedentService,
[in] string PropRuleId)
void SetDependencyPropagationRule_Trans(
[in] string TransId,
[in] string AntecedentService,
[in] string PropRuleId)

Parameters

TransId
Transaction ID returned from OV_Transaction::Start().
AntecedentService
The Name property of the service (instance of OV_Service) on which this service is dependent.
PropRuleId
New PropRuleId property value of the service dependency.

Calling Convention

These methods can be called only from a WMI instance object.

Description

Sets the propagation rule (instance of OV_PropagationRule) for the service on which this service is dependent.

If the service dependency does not exist, the method fails with MDLAPI_E_SVC_DEP_ASSOC_NOT_EXIST. If the new propagation rule does not exist, the method returns MDLAPI_E_PROPRULE_NOT_EXIST.

Return Value

None.

Extended Status Codes

MDLAPI_E_SVC_DEP_ASSOC_NOT_EXIST
Service dependency does not exist.
MDLAPI_E_PROPRULE_NOT_EXIST
Message propagation rule does not exist.
MDLAPI_E_TRANSACTION_NOT_EXIST
Transaction with the specified ID does not exist.