Consultor Eletrônico



Kbase P30060: Error 10370 trying to start replication target database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Verified

FACT(s) (Environment):

Fathom Replication

SYMPTOM(s):

Error 10370 starting the target database

Replication (target) cannot be enabled on a database that has not already been enabled for source replication. (10370)

Source database has replication enabled

Target database has replication enabled

CAUSE:

The 10370 error message can be misleading. The problem is that there is a port conflict on the target database machine. The port used to start the replication enabled target database is all ready in use.

FIX:

Adjust the port number of the replication agent in the sourcedb.repl.properties file, then restart the source database and restart the target database with the new port number of the replication agent.

Example:

[control-agent.agent1]
name=agent1
database=target
host=<hostname>
port=4501
connect-timeout=120
replication-method=async
critical=0

proserve source [+startup parameters] -DBService replserv
proserve target [+startup parameters] -S 4501 -DBService replagent