Kbase P136007: Can the connect-timeout property for the control agent be changed without having to stop and restart
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/03/2011 |
|
Status: Verified
GOAL:
Can the connect-timeout value in the source database repl.properties file be changed without stopping and restarting the database?
GOAL:
Does the source database need to be stopped and restarted for a change in the source repl.properties file to take effect?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1B
FIX:
Changes to the source repl.properties file do not require that the source database be stopped and restarted. If replication is currently running, only the replication server needs to be stopped and restarted. However, the target database will have to be stopped and restarted.
As an example, the following are steps that can be followed to modify the connect-timeout property for the controlling agent in the source repl.properties file without stopping and restarting the source database:
dsrutil <source db> -C terminate server
Edit the <source db>.repl.properties to change the value for the connect-timeout (connect-timeout=<new value>).
dsrutil <source db> -C restart server
shutdown the target db
restart the target db