CLIENT_DISABLED

This notification alerts the application code that the FTL server administratively disabled this client process.

Diagnoses

  • An administrator modified the realm definition, but this application process could not accept the changes, and the administrator disabled it (along with other processes that could not accept the changes).
  • An administrator disabled this process to solve a problem (for example, consuming too much network bandwidth).

    The administrator can supply an optional string to indicate a reason for disabling client processes. The notification callback receives this reason string as an argument.

Actions

Your notification callback must arrange for either of these two recovery actions:

  • Create a new realm object and associated objects, and resume operation.
  • Exit and restart.

To determine the appropriate recovery action, see Recovery of a Disabled Process Restart versus Reopen the Realm.

To do either recovery action, see Clean-Up.