Symantec Access Management

 View Only
  • 1.  [PERL] syntax of the removeassociation command

    Posted Apr 10, 2013 07:13 AM

    Hello,

    In a perl script I want to remove a parameter from the Agent configuration Object.
    I can not find the syntax of the removeassociation command, is that someone could help me?

    Thank you.

    Ludo.



  • 2.  RE: [PERL] syntax of the removeassociation command
    Best Answer

    Broadcom Employee
    Posted Apr 11, 2013 02:38 PM
    Ludo,

    This is the syntax:

    RemoveAssociation Method—Removes a Configuration Parameter
    The RemoveAssociation method removes a configuration parameter name/value pair from the agent configuration object.

    Syntax

    The RemoveAssociation method has the following format:

    Netegrity::PolicyMgtAgentConfig‑>RemoveAssociation(assoc) Parameters

    The RemoveAssociation method accepts the following parameter:

    assoc (PolicyMgtAssociation)

    Specifies the configuration parameter name/value pair to remove.

    Return Value

    The RemoveAssociation method returns one of the following values:

    0 on success
    -1 if the call was unsuccessful


    - Best wishes. Vijay


    Ludovic wrote:

    Hello,

    In a perl script I want to remove a parameter from the Agent configuration Object.
    I can not find the syntax of the removeassociation command, is that someone could help me?

    Thank you.

    Ludo.


  • 3.  RE: [PERL] syntax of the removeassociation command

    Posted Apr 25, 2013 08:47 AM
    Thanks Vijay.

    Ludo.