Symantec Access Management

Tech Tip - CA Single Sign-On : Policy Server :: XPSImport : Analysing Phase Looping getting over 100%

  • 1.  Tech Tip - CA Single Sign-On : Policy Server :: XPSImport : Analysing Phase Looping getting over 100%

    Broadcom Employee
    Posted Jun 26, 2015 08:25 AM

    CA Single Sign-On Tech Tip by Patrick Dussault, Support Engineer for June the 26th 2015

     

    Problem :

     

    I am running XPSImport command, the command never ends, and keep

    "analysing data" until I stop it manually. From the XPSImport

    output I can see such line as :

     

      06:00:22 Analyzing/Policy Data 5716/4763 120% 00:00:27 00:00:13

     

    Solution :

     

    From the exported data file, you should check that all

    the Expression configured have the XID value the same

    as the Expression.Name.

     

    To illustrate that :

     

    <Object class="CA.XPS::Expression"

    Xid="CA.XPS::Expression@#MY_EXPRESSION"

    CreatedDateTime="2013-08-23T06:59:38"

    ModifiedDateTime="2013-10-08T07:49:55"

    UpdatedBy="Joe Blo"

    UpdateMethod="GUI" ExportType="Replace">

     

    [...]

     

    <Property Name="CA.XPS::Expression.Name">

    <StringValue>#ANOTHER_EXPRESSION</StringValue>

    </Property>

     

    You have to change the name in the AdminUI to make it the

    same as the XID :

     

    <Object class="CA.XPS::Expression"

    Xid="CA.XPS::Expression@#MY_EXPRESSION"

    CreatedDateTime="2013-08-23T06:59:38"

    ModifiedDateTime="2013-10-08T07:49:55"

    UpdatedBy="Joe Blo"

    UpdateMethod="GUI" ExportType="Replace">

     

    [...]

     

    <Property Name="CA.XPS::Expression.Name">

    <StringValue>#MY_EXPRESSION</StringValue>

    </Property>

     

    Once done in the AdminUI, export the data and

    this should fix the issue.