Option
|
Description
|
---|---|
catchup
|
Indicates whether the server is doing catchup. Catchup occurs after the Primary server connects to the Secondary. During catchup, the Primary sends accumulated transaction logs so that the Secondary can apply the changes. Possible values are: “ACTIVE” and “NOT ACTIVE”.
|
connect
|
Shows whether the last attempt to connect the servers was successful.
|
copy
|
Shows whether the last attempt to copy/netcopy was successful.
|
switch
|
Shows whether the last attempt to switch the server into PRIMARY ACTIVE or SECONDARY ACTIVE state was successful.
|
Error code
|
Text
|
Description
|
---|---|---|
0
|
CONNECTED
|
Connect active. Returned from both the Primary and Secondary server.
|
14007
|
CONNECTING
|
Primary server is connecting to the Secondary server. Returned from both the Primary and Secondary servers.
|
14008
|
CATCHUP
|
Primary server is connected to the Secondary server, but the transaction log is not yet fully copied. Returned from both the Primary and Secondary server.
|
14010
|
DISCONNECTING
|
The servers are in the process of disconnecting.
|
14537
|
BROKEN
|
Connection is broken. Returned from both the Primary and Secondary servers.
|