Kbase P124444: Error 10559 when enabling or disabling replication for a database via proutil
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/21/2009 |
|
Status: Verified
SYMPTOM(s):
Error 10559 when enabling or disabling replication for a database via proutil
Cannot enable/disable site replication for database <dbname>. Site replication has not been installed. (10559)
FACT(s) (Environment):
showcfg shows OpenEdge Replication installed
OpenEdge Replication is installed to same directory as OpenEdge Enterprise
Running proutil <db> -C disablesitereplication source
Running proutil <db> -C disablesitereplication target
OpenEdge 10.x
OpenEdge Replication
CAUSE:
Bug# OE00103607
CAUSE:
Proutil command looks for pmmgr.properties file which was not created during the tailoring phase of the install process.
FIX:
1) Copy pmmgr.properties from $DLC of another machine or create the default pmmgr.properties file with the content shown in the OpenEdge Replication Documentation.
Example:
[replserv]
install-dir=<DLCinstallpath>
install-date=Mon May 21 14:34:29 2007
version=10.1B
[replagent]
install-dir==<DLCinstallpath>
install-date=Mon May 21 14:34:29 2007
version=10.1B
2) Repeat either the:
proutil <db> -C enablesitereplication <source/target>
proutil <db> -C disablesitereplication <source/target>