Consultor Eletrônico



Kbase P111228: Error 10356 when starting a Fathom Replication Target Database due to missing startup parameter
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

All Supported Operating Systems
Fathom Replication

SYMPTOM(s):

Error starting Source Database:

Access to database <db> not allowed. The database is enabled for site replication but either replication is not running, or this process is not authorized to open a replication enabled database. (10356)

CAUSE:

The -DBService replserv option is missing.

FIX:

Add the following database startup parameter to your database server startup script:

-DBService replserv

For example:

proserve myDatabase -S 8089 -DBService replserv