Kbase P169303: Replication failover fails with error 13191
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/7/2010 |
|
Status: Unverified
SYMPTOM(s):
Replication failover fails with error 13191
(13191) The -aiarcdir argument must be specified in order to start the After-image Extent Management daemon.
FACT(s) (Environment):
AI Archiver is enabled on the source
All Supported Operating Systems
OpenEdge 10.1x
OpenEdge 10.2x
CAUSE:
The source database properties file is incorrectly configured and doesn't contain the AI Archiver -aiarcdir parameter.
FIX:
If the the AI Archiver is enabled on the source database, when the source database is transitioned to become a target database then the database still has the AI Archiver enabled. Therefore, the startup parameters used when starting the database (which is now the target) must include the -aiarcdir parameter.
In the properties file within the [transition] section, the target-startup-arguments also needs to be modified to include the AI Archiver properties:
source-startup-arguments=-DBService replserv -aiarcdir ./arcdir -aiarcinterval 180
target-startup-arguments=-DBService replagent -S 4931 -aiarcdir ./arcdir -aiarcinterval 180