Show TOC

Error CodesLocate this document in the navigation structure

Use

You can use the following error codes when creating your own error pages.

Error Name

Meaning

ENOMEM

The SAP NetWeaver Application Server has no memory left for processing requests

ETIMEOUT

The SAP NetWeaver Application Server did not return a response within a specified period of time

ENOTAVAIL

A service is temporarily not available (for example, due to system overload or maintenance).

ENOTFOUND

The resource specified in the URL does not exist or it cannot be found (for example, a file in the file system)

ENOSESSION

The session for the session cookie no longer exists

ENOSSLREQ

SSL is expected on this port, no plaintext

EOVERLOAD

The SAP NetWeaver Application Server is overloaded and cannot accept any more requests

EPERM

Access is refused (for example, at the SAP Web Dispatcher)

EDISPATCHERR

The Web dispatcher could not forward the request (for instance, if no Java-enabled application server can be found for a Java request).

To handle any errors occurring while dispatching requests, create a file ICMERR-EDISPATCHERR.{html,shtml} in the directory specified by parameter icm/HTTP/error_templ_path.

EUNAUTH

Authorization for the request is missing.

For more information, see: icm/HTTP/auth_<xx>

EPROTERROR

HTTP protocol error (incorrect syntax, missing header fields,...)

EMAINTENANCE

ICM / Web Dispatcher is in the Maintenance Mode.

EINTERN

ICM internal error (unspecific)

EMAXSESSIONS

The maximum number of ABAP sessions has been exceeded (SAP Web Dispatcher).