Error Codes
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 (due to system overload or maintenance for example). |
|
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, not plaintext |
|
EOVERLOAD |
The SAP NetWeaver Application Server is overloaded and cannot accept any more requests. |
|
EPERM |
Access is refused (to the SAP Web Dispatcher for example). |
|
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 icm/HTTP/error_templ_path. |
|
EUNAUTH |
Authorization for the request is missing. |
|
EPROTERROR |
HTTP protocol error (incorrect syntax, missing header fields,...) |
|
EMAINTENANCE |
ICM / Web Dispatcher is in maintenance mode. |
|
EINTERN |
ICM internal error (unspecific) |
|
EMAXSESSIONS |
The maximum number of ABAP sessions has been exceeded (SAP Web Dispatcher). |
|
ERUNLEVELSTOPPED |
Valid only for the SAP Web Dispatcher: There are no services available at present, as the system Runlevel has the status STOPPED. |
|
ERUNLEVELINTERNAL |
Valid only for the SAP Web Dispatcher: There are no services available at present, as the system Runlevel has the status INTERNAL. |
|
ENOSYSTEMFOUND |
Valid only for the SAP Web Dispatcher: There are no services available at present, as no system could be found for the corresponding request. |
|
ENOSERVERFOUND |
Valid only for the SAP Web Dispatcher: There are no services available at present, as there is no system server. |