Hello All,
We are using the YAML file to manage the permission in AEM. we are using the Netcentric open-source package.
It was working fine in all the environments. However, it starts failing in publishers where we have millions of users.
Error is something like traversal Exception.
Any thoughts here?
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @sateeshreddy
If these are errors related to query traversal, requesting you to please check following:
- Is there any index able to deal with the query?
- Have you customized the index related to this primaryType? If yes, is the query able to work with OOTB index? (This you would have to check on a local instance with no custom code)
- Consider updating your indexes to deal with the query.
- Netcentric ACL Tool is dependent on https://github.com/Netcentric/accesscontroltool/tree/develop/accesscontroltool-oakindex-package. Please verify if the index is available,
Also, please submit the issue on https://github.com/Netcentric/accesscontroltool/issues
Hi,
I recommend to raise that question on the ACTool github project, and please also include some more details regarding the exception.
(Millions of users in the JCR sounds a bit problematic too me...)
Hello @sateeshreddy
If these are errors related to query traversal, requesting you to please check following:
- Is there any index able to deal with the query?
- Have you customized the index related to this primaryType? If yes, is the query able to work with OOTB index? (This you would have to check on a local instance with no custom code)
- Consider updating your indexes to deal with the query.
- Netcentric ACL Tool is dependent on https://github.com/Netcentric/accesscontroltool/tree/develop/accesscontroltool-oakindex-package. Please verify if the index is available,
Also, please submit the issue on https://github.com/Netcentric/accesscontroltool/issues
Views
Likes
Replies
Views
Likes
Replies