Kbase P104386: Error 234 when creating records in the _user table
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/30/2006 |
|
Status: Verified
SYMPTOM(s):
Error 234 when creating records in the _user table
Error 234 when deleting records in the _user table
** Insufficient access privilege for table <table>. (234)
** Insufficient access privilege for table _user. (234)
Security is enabled within the database
CAUSE:
This is expected behavior. The current implementation for database security is that CAN-CREATE, CAN-UPDATE, and CAN-DELETE permissions on the _User file are being checked and enforced at run-time against the current user-id (USERID.) when the _User table is accessed. Progress ignore all of the compile-time CAN-* permission checking that is in the r-code. Also, The CAN-READ permission is granted at run-time to anyone.
FIX:
Utilize an user that has permissions to create or delete records from the _user table.