Articles
Alarm Handling Error
Description of the issue: Operator cannot close an alarm even though the restore has been received. Operators get the following error message: Failed to close Alarm: The zone must be restored before the alarm can be closed. Steps to re...
Application Server Calls
enum SERVER_REQUESTS
{
//SVR_CALL_GET_SINGLE_CUSTOMER = 0, // Do not delete
SVR_CALL_LOGON_USR = 1,
SVR_CALL_GET_USR_LIST = 2,
SVR_CALL_GET_LANG_TEXT_FOR_SECTION = 3,
SVR_CALL_GET_LANG_TEXT_FOR_ONE = 4,
SVR_CALL_GET_USR...
Application Server Error Codes
//----------------------------------------------------------------------------/
// All Errors between 1 and 99 are Fatal Errors
//
// Client will get 0-SvrError, so client fatal errors are -1 to -99
//
// Error numbers are fixed and should no...