Consultor Eletrônico



Kbase P86491: Error 1136 when connecting to a database using the 4GL CONNECT statement while Fathom Replication is
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/14/2004
Status: Unverified

FACT(s) (Environment):

Fathom High Availability Replication 2.0A
UNIX

SYMPTOM(s):

Fathom Replication is replicating the database.

A 4GL "connect" statement is used to connect to the database in host-based mode.

Shared memory access permissions denied (1136)

CAUSE:

The Fathom Replication <dbname>.repl.recovery file found within the database directory does not have adequate permissions.

FIX:

Change the permissions of the <dbname>.repl.recovery file found on source and target machines to match the database files. E.g:

chmod 660 dbname.repl.recovery