book
Article ID: KB0075221
calendar_today
Updated On:
Description
Method Heartbeat:pingEMSServer will return three fields below:
Name | Type | Description |
isServerAccessible | String | Is server accessible? True or False |
Status Code | String | Status code |
Status Details | String | Status details |
If ems server running in different status, status code may be different. An example of the return:
What does the status code mean?
Resolution
That status code is defined by EMS and returned by EMS JAVA API.
Status Code | EMS Server Status | Details |
3 | SERVER_STATE_STANDBY | Standby server |
4 | SERVER_STATE_ACTIVE | Active server |
51 | SERVER_STATE_STANDBY_PAUSED | Standby server paused |
52 | SERVER_STATE_ACTIVE_PAUSED | Active server paused |
For more status please see
EMS JAVA API DOC and article
000020883
Issue/Introduction
What does the state code mean which returned by Heartbeat:pingEMSServer