Consultor Eletrônico



Kbase P117256: Access denied (Authorization failed) error (7512) when table name is 32 characters in length.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/07/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1A

SYMPTOM(s):

[DataDirect][OpenEdge JDBC Driver][OpenEdge] Access denied (Authorization failed) (7512)

table name is 32 characters in length.

Table names with 31 or fewer characters work.

Client did not create table.

Owner has access to table.

Client have access rights to table.

sysprogress client works.

CAUSE:

This is a known issue being investigated by Development.

FIX:

Work around, use a view with name that is less than 32 characters.


IE:
create view v_man_program_reqs_codes as select * from manuf_program_requirements_codes;
grant select on v_man_program_reqs_codes to public;