Symantec IGA

  • 1.  policy express policy

    Posted Jan 23, 2019 09:22 PM
      |   view attached

    Hi Their,

    Using config express tool I've exported specific policy and trying to import in to an IME via Roles and Task settings using management console,getting the following exception.Find the attached and pls suggest

     

    Warning: Updating the Identity Manager environment "TestIMEEnvironment"
    Error: (1:329): cvc-elt.1: Cannot find the declaration of element "ManagedObject".
    Error: Failed to import

    *********
    1 error(s), 0 warning(s)

     

    Below is the 

    Attachment(s)



  • 2.  Re: policy express policy

    Broadcom Employee
    Posted Jan 24, 2019 10:17 AM

    I'm not sure about how ConfigXpress exports individual PX Policies, but if you do an export of the entire environment, you can then extract the single policy from it.

     

    In general, you need to have the <ims:ImsTemplate> tags at the beginning and end, and then any objects in between. In your case one managed object of type PX.

     

    Here's an example of an XML with PX that I've recently imported

     

    <?xml version="1.0" encoding="UTF-8"?>


    <ims:ImsTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://imsenvironmentobjects/xsd imsconfig://schema/ImsEnvironmentObjects.xsd" xmlns:ims="http://imsenvironmentobjects/xsd" xmlns:imsrule="http://imsmemberrule/xsd" xmlns:imsscope="http://imsscoperule/xsd" xmlns:imschange="http://imschangeaction/xsd">


    <ManagedObject type="POLICY XPRESS EXPORT" friendlyName="PX060.45_Terminate_User">
    <Attribute name="friendlyName">PX060.45_Terminate_User</Attribute>
    <Attribute name="enabled">true</Attribute>
    ...
    </ManagedObject>


    </ims:ImsTemplate>

     

    Pearse



  • 3.  Re: policy express policy

    Posted Jan 24, 2019 11:51 AM

    thanks for it.

    I have had as you cited, but getting below error any idea about it,pls?

     

    Warning: Updating the Identity Manager environment "rciysbEnvprv"
    Error: (3:329): cvc-complex-type.3.2.2: Attribute "icon" is not allowed to appear in element "ManagedObject".
    Error: Failed to import

    *********
    1 error(s), 0 warning(s)



  • 4.  Re: policy express policy

    Posted Jan 24, 2019 06:29 PM

    In fact,I've tried with the below which didn't help,same issue.I'm using 12.5sp17.

    Error on upgrade to Identity Manager 12.5 sp13 



  • 5.  Re: policy express policy

    Broadcom Employee
    Posted Jan 27, 2019 03:08 AM

    Your version (12.5 SP17) is End of Support since March 31, 2017.

    Please upgrade to latest release.



  • 6.  Re: policy express policy

    Broadcom Employee
    Posted Feb 04, 2019 12:34 AM

    Please remove icon="new" from the 1st line, i.e. ManagedObject element line.