Policy Action Completion

A PC trace has the following fields:

~<ActionID>~<ActionName>~<ActionParmeters>~~~<Result>[~<ActionError>]

A PC trace looks similar to the following:

~~PC~ActionID_1181252224665~~Document=(ou=xpemlPEP,ou=mastercdn, ou=ContentPublisherContainer,ou=Partition,ou=PartitionsContainer,ou=VCDN_Root,ou=accessManagerContainer,o=novell:romaContentCollectionXMLDoc),Policy=(Manager),Rule=(1::RuleID_1181251958207),Action=(AddRole::ActionID_1181252224665)~AdditionalRole(6601):unknown():Manager:~~~Success(0)

Table 33-9 Fields in a Policy Action Completion Trace

Element

Description

<ActionID>

The ID assigned to the action.

In the sample PC trace, this is ActionID_1181252224665.

<ActionName>

The fully distinguished name of the action.

In the sample PC trace, the action has the following parts in its name:

  • Document=(ou=xpemlPEP,ou=mastercdn, ou=ContentPublisherContainer,ou=Partition,ou=PartitionsContainer,ou=VCDN_Root,ou=accessManagerContainer,o=novell:romaContentCollectionXMLDoc)

  • Policy=(Manager)

  • Rule=(1::RuleID_1181251958207)

  • Action=(AddRole::ActionID_1181252224665)

<ActionParmeters>

A list of the action parameters passed to the action handler.

In this sample PC trace, the Role policy has an action and a parameter. The value of this element is AdditionalRole(6601):unknown(): Manager:

<Result>

A string followed by a number that specifies the result. See Policy Result Values.

In the sample PC trace, this is Success(0)and indicates success.

<ActionError>

A string describing the error that occurred when invoking the action. This is an optional field that only appears when the Result field contains an error code.

The sample PC trace did not result in an error, so it has no string.