EntireX Version 9.7
 —  Error Messages and Codes  —

Message Class 0010 - EntireX ACI - Commands to Server

This class is valid for servers only and indicates that the server received a command. These messages have the format:

0010nnnn

where 0010 is the message class, and
nnnn is the message number in the range 0000-9999.

Overview of Messages

00100022 | 00100050 | 00100051

00100022 Attach Service required
Explanation

This is not an error, but a notification that an attach service is required. In order to distinguish between a normal RECEIVE (including user data and the like) and an attach manager notification, the latter does not end with a 00000000 return code. In addition to the error code, a data structure in the receive buffer provides more information, for instance, which server to start.

Action

No user action is required, the attach manager has to start a server.


00100050 Shutdown IMMED required
Explanation

The administrator has requested an immediate shutdown, the only operation permitted is DEREGISTER with the option IMMEDIATE.

Action

No user action is required; the shutdown IMMED response means that the server no longer exists.


00100051 Shutdown QUIESCE required
Explanation

The administrator has requested this server to be shut down, the only operation permitted is DEREGISTER with the option QUIESCE.

Action

Perform a DEREGISTER with option QUIESCE.


Top of page