SYMPTOM:
The following error message is returned while accessing Warehouse Catalog even though the user has "Bypass Schema objects security access checks" privilege.
Sample Code/Error
"You do not have enough permissions to write to the `\Strategy Tutorial\Schema Objects\Tables` folder. Please ask your administrator to grant you the right permissions."
CAUSE:
This is working as designed. If the user has the "bypass schema access checks" privilege, it will bypass any ACL permission checks on schema objects. However, the error message indicates that the user does not have enough permissions to write to the `\Strategy Tutorial\Schema Objects\Tables` folder. Since a folder is an application object the schema bypass does not act upon it.
ACTION:
Grant user "write" permissions to the table folder.