Kbase P115714: How to tell the replication status of a database that is offline?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/03/2007 |
|
Status: Unverified
GOAL:
How to tell the replication status of a database that is offline?
FACT(s) (Environment):
Fathom High Availability Replication 10.1A
FIX:
Run the replstatus command against the 10.1A database in question:On Unix:
_proutil db -C replstatus
echo $?
For Windows:
_proutil db -C replstatus
echo %errorlevel%
This command is only available with OpenEdge Replication 10.1A.