Kbase 34066: Error: Authorization Failed (7512) when inserting records
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Solution ID: P4066
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Access denied(Authorization failed) (7512)
Using SQL-92 to create new records
CAUSE:
The user does not have INSERT privilege on the table.
FIX:
Grant INSERT privilege on the table to the user.
For example:
GRANT INSERT ON pub.customer TO PUBLIC;
will give all users INSERT privilege on the table customer.