2.5 Error Reporting

The Operations Center server returns a MosFaultException for any fatal processing error. Table 2-13 describes the fault codes returned and their meaning.

Table 2-13 Server Error Messages

Name

Description

INTERNAL_ERROR

Indicates a problem with server configuration or code that prevented processing of the request. Check the formula.trc file for more information.

CREDENTIALS_ERR

Invalid user name or password in a login request.

SESSION_LIMIT_ERR

Too many active sessions already established for the user in this login attempt.

INVALID_SESSION

Session used in the request was not found. If it was previously active, it has already been closed and reaped.

SESSION_EXPIRED

Session used in the request has timed out.

NOT_FOUND

A required item to fulfill the request was not found; for example, the DName used for a query did not identify a known element.

NOT_ALLOWED

The session user does not have sufficient permissions to perform the requested action.

ALREADY_EXISTS

An attempt was made to create an item that already exists; for example, an attempt to create an element that already exists.

INVALID_REQUEST

Not used at this time.

NOT_IMPLEMENTED

Not used at this time.