Consultor Eletrônico



Kbase P4066: Error: Authorization Failed (7512) when inserting records
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Using SQL-92 to create new records

Access denied(Authorization failed) (7512)

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.