Kbase P125165: _ReplAgt-Status returns 12337 for normal and 0 for recovery
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/10/2008 |
|
Status: Verified
SYMPTOM(s):
_ReplAgt-Status returns 12337 for normal and 0 for recovery
_ReplAgt-CommStatus should return 1 or 2 according to the documentation
Querying _ReplAgtCtl-Status VST does not return the codes expected
_ReplAgtCtl-CommStatus VST return codes not mentioned in the documentation
FACT(s) (Environment):
OpenEdge 10.1B
All Supported Operating Systems
OpenEdge 10.1C
CAUSE:
Bug# OE00169391
FIX:
The 10.1B status values are represented in DEC when returned by querying the VST tables, these need to be converted to HEX (16) . The status values for 10.1C02 will match those returned by rprepl db ?C status ?detail. These change codes are included in column 2.
10.1B 10.1C Description
----- ----- -------------------------------
Remote agent initial connect status codes
4097 1001 Initial Connection
4098 1002 Initializing
4128 1032 Initial Connection Failed
4129 1033 Recovery Failed
4130 1034 Invalid Target Database Configuration
4131 1035 Agent Failed
4132 1036 Agent is Ignored
4133 1037 Agent is Stopped
4134 1038 Agent is Terminated
4159 1063 Agent is Ended
Local Agent
12336 3048 Startup Synchronization
12337 3049 Normal Processing
12338 3050 Recovery Synchronization
4135 3051 Being Transitioned
Local and Remote Agent
8272 2080 Pre Transition
8273 2081 Applying After-image Extent
8274 2082 Transitioning
8275 2083 Listening
Server
24577 6001 Server Initialization
24578 6002 Connecting to Agents
24579 6003 Configuring Agent(s)
24580 6004 Recovery Processing
24581 6005 Startup Synchronization
24597 6021 Normal Processing
24599 6022 Performing Transition
24600 6023 Replication is Suspended
24598 6060 Server is ended