Kbase P142657: SQL Clients are getting disconnected with error 796 errno = 13 in database log file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/03/2009 |
|
Status: Unverified
SYMPTOM(s):
SQL Clients are getting disconnected with error 796 errno = 13 in database log file
Error writing msg, socket=<n> errno=<n> usernum=<n> disconnected. (796)
Error writing msg, socket=53 errno=13 usernum=1 disconnected. (796)
Users are unable to connect to a database
errno 13 on connect is permission denied.
FACT(s) (Environment):
UNIX
Progress/OpenEdge Versions
CHANGE:
New extents were added to the database.
CAUSE:
User is denied access because the extents were added to the database by root, however, the database was owned by a different user.
FIX:
Stop the database, change the ownership of the new extents to match the owner of the database, and restart the database.