Kbase P104632: Error 22 when querying Progress Database with Windev
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
Querying the Progress Database from Windev
Getting error 22, native error code -20212
Error 22 [MERANT] [ODBC PROGRESS DRIVER] [PROGRESS] Error in Network Daemon
SQLSTATE=HY000
Native error code=-20212
Access with SQL-Explorer fails with "access denied"
CAUSE:
Access permission on database objects is mandatory
FIX:
Solve the permission problem as per the following way for example:
create the sysprogress user, using the UNIX Data Dictionary or Windows Data Administration tool.
You need to select: Admin-> Security-> Edit User List. Make sure you assign the "sysprogress" user a password.