I am running the following query:
update dm_folder objects set acl_name='ISOPermissions' set acl_domain='docadmin' where folder('/Library/ISO',descend) and acl_name<>'ISOPermissions'
and I receive the following error
Error occured during query execution :[DM_QUERY_F_UP_SAVE]fatal: "UPDATE: An error has occurred during a save operation."
[DM_SYSOBJECT_E_CANT_FETCH_ACL]error: "Failed to fetch the ACL 'ISOPermissions' in domain 'docadmin' for dm_folder 'Vendor Quality Management'. [ProcessACL]"
[DM_ACL_E_CANT_FETCH_ACL]error: "Failed to fetch the ACL 'ISOPermissions' in the domain 'docadmin'."
Any ideas??? Owner of the ACL I changed to the docadmin user because I thought that might be it, but no luck. Thanks.