Kbase P117437: Normal startup arguments for Replication Transition with lower cases
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
SYMPTOM(s):
Replication Transition Properties screen in Explorer used
Normal startup arguments given with uppercases , as per "-S 6666 -B 10000" for example
Within <dbanme>.repl.properties, the [transition] section shows startup parameters in lower cases
normal-startup-arguments=-s 6666 -b 10000
CAUSE:
This is a known issue being investigated by Development
FIX:
Edit manually the <dbname>.repl.properties file to put back the startup parameters with uppercases, as for example:
[transition]
database-role=normal
normal-startup-arguments=-S 6666 -B 10000