Consultor Eletrônico



Kbase P127972: Getting message 10356 when connecting to Replication target database after improperly issuing dsruti
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   07/01/2008
Status: Unverified

FACT(s) (Environment):

All Supported Operating Systems
Fathom Replication

SYMPTOM(s):

Getting message 10356 when connecting to Replication target database after improperly issuing dsrutil <target> -C restart server command against target 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:

If the target database is not in a transition state it is not correct procedure to issue a command to start or restart the Replication server against the target database.

FIX:

To allow client connections to the target datatabase it will be necessary to restart the target database and restart the replication server on the source database.

1) Shutdown the target database
Example:
proshut <target database> -by
2) Restart the target database
Example:
proserve <target database> -DBService replagent -S <target service port>
3) Restart the Replication server for the source database
Example:
dsrutil <source database> -C restart server