0% found this document useful (0 votes)
643 views2 pages

SAP Note 63342 - List: NI Error Codes: Symptom

This document lists error codes returned by the SAP Network Interface (NI) and SAPRouter. It defines over 30 error codes for different types of errors that can occur in networking and communication, such as unknown host names, service errors, timeouts, invalid parameters, and connection issues. It provides the code, error message, and brief explanation for standard NI errors and additional codes for errors specific to the SAPRouter.

Uploaded by

igor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
643 views2 pages

SAP Note 63342 - List: NI Error Codes: Symptom

This document lists error codes returned by the SAP Network Interface (NI) and SAPRouter. It defines over 30 error codes for different types of errors that can occur in networking and communication, such as unknown host names, service errors, timeouts, invalid parameters, and connection issues. It provides the code, error message, and brief explanation for standard NI errors and additional codes for errors specific to the SAPRouter.

Uploaded by

igor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SAP Note 63342 - List: NI error codes

Note Language: English Version: 3 Validity: Valid Since 24.07.1998

Summary

Symptom
Error analysis in the environment "Network", unknown error codes

Additional key words


Error return codes SAP RC

Cause and prerequisites

Solution
#define NIEINTERN -1 /* NI-internal error */
#define NIEHOST_UNKNOWN -2 /* Host name unknown */
#define NIESERV_UNKNOWN -3 /* Service unknown */
#define NIESERV_USED -4 /* Service already used */
#define NIETIMEOUT -5 /* Time limit reached */
#define NIECONN_BROKEN -6 /* Connection to partner broken */ */
#define NIETOO_SMALL -7 /* Data range too small */
#define NIEINVAL -8 /* Invalid parameters */
#define NIEWAKEUP -9 /* Wake-Up (without data) */
#define NIECONN_REFUSED -10 /* Connection setup failed */
#define NIEPING -11 /* PING/PONG signal received */
#define NIECONN_PENDING -12 /* Connection to partner via */
/* NiRouter not yet set up */
#define NIEVERSION -13 /* Invalid version */
#define NIEMYHOSTNAME -14 /* Local hostname cannot be found */
#define NIENOFREEPORT -15 /* No free port in range */
#define NIEMYHOST_VERIFY -16 /* Local hostname invalid */
#define NIESNC_FAILURE -17 /* Error in the SNC shift */
/* in the saprouter ==> */
#define NIEOPCODE -18 /* Opcode received */
#define NIEQUE_FULL -19 /* queue limit reached, next */
/* package not accepted */
#define NIETOO_BIG -20 /* Requested package too large */

SAProuter-internal errors:
#define NIEROUT_HOST_UNKNOWN -90 /* Host name unknown */
#define NIEROUT_SERV_UNKNOWN -91 /* Service unknown */
#define NIEROUT_CONN_REFUSED -92 /* Connection setup failed */
#define NIEROUT_INTERN of -93 /* NI-internal errors */
#define NIEROUT_PERM_DENIED -94 /* Connect from source to */
/* destination not allowed */
#define NIEROUT_CONN_BROKEN -95 /* Connection terminated */
#define NIEROUT_VERSION -96 /* Invalid client version */
#define NIEROUT_CANCELED -97 /* Connection cancelled by */
/* administrator */
#define NIEROUT_SHUTDOWN -98 /* saprouter shutdown */
#define NIEROUT_INFO_DENIED -99 /* Information request refused */
#define NIEROUT_OVERFLOW -100 /* Max. number of clients reached */
#define NIEROUT_MODE_DENIED -101 /* Talkmode not allowed */
#define NIEROUT_NOCLIENT -102 /* Client not available */
#define NIEROUT_EXTERN -103 /* Error in external library */
#define NIEROUT_SNC_FAILURE -104 /* Error in the SNC shift */

31.03.2011 Page 1 of 2
SAP Note 63342 - List: NI error codes

Header Data
Release Status: Released for Customer
Released on: 23.07.1998 22:00:00
Master Language: German
Priority: Recommendations/additional info
Category: Help for error analysis
Primary Component: BC-CST-NI Network Interface

Secondary Components:
BC-NET Network Infrastructure

The Note is release-independent

Related Notes
Number Short Text
1139596 SAP GUI: Connection to partner 'sapserver:sapdp00' broken
64015 Description of test program lgtst
63347 List: CPIC error codes

31.03.2011 Page 2 of 2

You might also like