Symantec Access Management

 View Only
  • 1.  How do we delete an Organization on Risk Authentication?

    Posted May 22, 2018 04:35 AM

    How do we completely remove an organization from the deleted selection on the Risk Authentication admin console?

    I have deleted an org on the console, however I am not able to recreate that org as it already exists on the deleted option.

     

    Regards,

    Kele



  • 2.  Re: How do we delete an Organization on Risk Authentication?

    Posted May 22, 2018 06:08 AM

    HI Kele,

     

    You can't delete an organization completely and we need it for history check. Hence we are not having this option.

     

    Thanks,

    Sharan



  • 3.  Re: How do we delete an Organization on Risk Authentication?

    Broadcom Employee
    Posted May 23, 2018 02:36 AM

    For Audit purpose deleted organization is maintained in Database with "Deleted Status".

    You need to run Database purging SQL scripts. 

    Please open a support case for this business need.



  • 4.  Re: How do we delete an Organization on Risk Authentication?

    Posted Sep 23, 2018 05:12 PM

    Still, in the DEV environments users might end up different ORG and at this point they have to live with it unless they clean up from DB directly. 



  • 5.  Re: How do we delete an Organization on Risk Authentication?
    Best Answer

    Broadcom Employee
    Posted May 23, 2018 05:04 AM

    You need update database directly to purge the record of a deleted organization. 

    Though the direct update to the database is not recommeneded yet if you are stuck then follow the following process and ensure that you do not do this in the higher environment until fully tested in the lower/dev environment.

     

    Step 1: Remove the deleted organization rows from the following tables  ( if there is any)

    [ARCMNKEY]

    [ARPFCMNORGCONFIGSTATE]

    [ARADMINPAFCONFIG]

    [ARUDSREPOSITORYUSER]

    [ARUDSORGREPOATTRIBUTES]

    [ARUDSORGANIZATION]

    [ARUDSLDAPREPOSITORYCONFIG]

     

    Step 2: Restart the web server hosting the arcot admin console web application.



  • 6.  Re: How do we delete an Organization on Risk Authentication?

    Broadcom Employee
    Posted May 23, 2018 05:56 PM

    Deleting anything from database directly is a bad solution. No control and auditing. We may run into more issue.