Advantage Error Guide
Problem: An operation on a database table failed because it requires permission not granted to the user performing the operation. Some of the possible causes are:
Attempting to update an existing row in the table but the UPDATE permission was not granted on the table or not granted on some columns to be modified,
Attempting to insert a new row in the table but the INSERT permission was not granted on the table
Attempting to delete a row in a table but the DELETE permission was not granted on the table
Attempting to set a filter or scope on a table but the filter expression or the scope index contains columns that the user has no READ permission
Solution: If the requested operation is necessary, the database administrator must grant the user the appropriate permission.