When the ACL optimization is disabled, 3 triggers are also disabled with this code:
#IF: ! aclOptimizationsEnabled ALTER TABLE acls DISABLE TRIGGER nx_trig_acls_modified; #IF: ! aclOptimizationsEnabled ALTER TABLE hierarchy DISABLE TRIGGER nx_trig_hierarchy_modified; #IF: ! aclOptimizationsEnabled ALTER TABLE aclr DISABLE TRIGGER nx_trig_aclr_modified;
but when the optimization is enabled, nothing enables the triggers.
Therefore all the newly created documents cannot be found for normal users, when the ACL optimization is on.
Note that a similar problem is present on SQL Server.
- is duplicated by
-
NXP-19377 Fix re-enabling of acl optimizations after they have been disabled
- Resolved
- is related to
-
NXP-27913 Re-enable triggers when the ACL optimizations are reactivated on Oracle
- Resolved
-
NXDOC-1053 add post HF installation steps for NXP-20862
- Resolved