Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3132

Re: User/group takes long to populate

$
0
0

Open Admin Tool

 

run this query:-

 

  • SELECT si_id, si_name, si_cuid, si_children FROM ci_appobjects WHERE si_cuid = 'Afqsxs5v179HpYaUtXhtK2A' or si_cuid = 'ATny4uBw60tKpHUAfhff22E'
  • The results of the query should look something like:
---------------------
si_name = Update Authentication Group Membership
si_cuid = Afqsxs5v179HpYaUtXhtK2A
si_id = 533
si_children = 49,134
---------------------
si_name = Update Authentication Group Membership and User Aliases
si_cuid = ATny4uBw60tKpHUAfhff22E
si_id = 538
si_children = 50,503
---------------------
if you get result in this form the procced for next step:-
  1. Be sure to have a recent backup your CMS database in case you need a restore point.
  2. Write down the two SI_ID values for the two objects returned in the query above.  You’ll need these for the following steps.
  3. Stop all CMS's in the environment.
  4. Run the following queries directly on the CMS database.  Use whichever native database tool to do this. (IE.  Sqlplus if Oracle, SQLServer Management Studio if SQL Server, etc).  Replace the id's after "PARENTID =" with the SI_ID you captured in step 2.  In many cases these id's will match the numbers shown below

    Delete from CMS_INFOOBJECTS7 where PARENTID = 533
    Delete from CMS_INFOOBJECTS7 where PARENTID = 538

  5. After the queries above are committed to the database and the corresponding rows are dropped, you can start the CMS.

Navigate to the users and group section and check if the performance has improved or not.


Viewing all articles
Browse latest Browse all 3132

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>