Replies: 1 comment 4 replies
-
Look at https://github.com/Netcentric/accesscontroltool/blob/develop/docs/Installation.md#oak-index-for-repacl. Have you installed the index configuration? Also there is https://github.com/Netcentric/accesscontroltool/pull/664/files which might help. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While installing ACL package from AC tool its triggering the following query and the installation fails with node traversal error.
When we checked with Adobe they informed taht the query is written in the tool. It is the responsibility of the tool owner to make sure that his custom query is optimized. This can involve creating custom index for the custom query. If the query is not optimized or custom index is not created then it will pick up default index (rightly so) which may not be optimized for the custom query.
Please let us know if any fix for this.
Query:
SELECT ace.* FROM [rep:ACE] AS ace WHERE ace.[rep:principalName] IS NOT NULL AND ISDESCENDANTNODE(ace, [/content])
Error Log:
Beta Was this translation helpful? Give feedback.
All reactions