Consultor Eletrônico



Kbase P15435: Encounters error 43 (errno=13) when attempting to reconnect to database after disconnecting
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   17/04/2009
Status: Verified

SYMPTOM(s):

Attempting to reconnect to database after disconnecting using 4GL code

** Cannot find or open file <file-name>, errno = 13. (43)

FACT(s) (Environment):

UNIX
Progress/OpenEdge Product Family

CAUSE:

Database permissions, owner and group were not set correctly.

FIX:

1. Ensure that the database files permissions are set to rw-rw----. (command chmod 660 dbname*)
2. Change the owner of the database files to root. (command chown root dbname*)
3. Ensure that your userid is part of the group that owns the database, or change the group to sys. (command: chgrp sys dbname*)