AbaConnect Error Codes Documentation

Last Updated : 16.03.2021

This document lists some of the internal AbaConnect Error Codes that can occur when using the AbaConnect Interfaces. The error codes listed here are central error codes for the ABACUS AbaConnect Framework. Additional error code generating from Application errors are not documented. The central error codes included things, such as stuctural or format errors due to Schema comparisons, licence options, and possible internal configuration errors.

Note : The occurrance of central AbaConnect errors normally indicate global errors in the interface configuration or validation against the interface schema. Such errors will return immediately, before the data is transferred or processed at the application level.


AbaConnect Error Codes

The error codes are grouped in ranges to help identify the general context of the error. The individual error code define the error, and not the group. The groups can be used to help categorize the the error, but are not by ABACUS used internally.



Error Group :
Errors due to the initialisation of internal software components. These errors do not commonly occur for AbaConnect WebServices. They are normally due to configuration problems or incorrect values in an AbaConnect XML Import file.   
Error Range :
3000 - 3999   
Error CodeInternal Error IDDescription
3000  INVALID_FIELD_TYPE
An unknown field type value is defined (internal configuration error)
3001  UNEXPECTED_FIELD_TYPE
An unexpected field type value is defined (internal configuration error)
3002  UNEXPECTED_FORMAT_OF_NUMBER
An unexpected number format is defined
3003  APPLICATION_NOT_FOUND
The application is not defined
3004  APPLICATION_NOT_SETTED
The application is not defined
3005  MANDANTVALUE_IS_NOT_NUMBER
The Mandant number contain non-numerical characters
3006  MANDANTVALUE_IS_OUT_OF_RANGE
The Mandant number is not within the defined allowed range
3007  MANDANTVALUE_NOT_FOUND
The Mandant number could not be found
3008  MANDANTVALUE_NOT_SETTED
The Mandant number is not defined
3009  VERSIONVALUE_IS_IN_WRONG_FORMAT
The Version value has an incorrect format
3010  VERSIONVALUE_IS_INVALID
The Version value is invalid
3011  VERSIONVALUE_NOT_SETTED
The Version value is not defined
3012  DEFINITION_NOT_CREATED
The interface definition could not be created
3013  DEFINITIONVALUE_NOT_SETTED
The interface definition value is not defined
3014  MAPPING_NOT_CREATED
The interface Mapping could not be created
3015  MAPPINGVALUE_NOT_SETTED
The interface Mapping value is not defined
3016  EMAILADRESS_WRONG_FORMATED
An Email address value has an incorrect format
3017  ROOTBEAN_IS_NOT_DEFINED
The main interface component is not defined (internal configuration error)
3018  ELEMENT_NOT_DEFINED
An Element is not defined (internal configuration error)
3019  EMPTY_TRANSACTION
A tranaction is empty
3020  MAPPINGELEMENT_NOT_DEFINED
A Mapping element is not defined
3021  PARENTVIEWLET_NOT_DEFINED
The main viewlet component for the interface is not defined (internal configuration error)
3022  ELEMENTBEAN_NAME_NOT_DEFINED
The main element component (Bean) for the interface is not defined (internal configuration error)
3023  MAPPINGELEMENT_NAME_NOT_DEFINED
The Mapping name for the interface is not defined
3024  NAMES_ARE_NOT_EQUALS
The specified names are different
3025  SUBELEMENT_SETTED_BUT_NOT_DEFINED
A Sub-Element is specified but not defined (internal configuration error)
3026  DEFINITION_FOR_SUB_ELEMENT_NOT_FOUND
A definition for a Sub-Element cannot be found (internal configuration error)
3027  VALUE_MAPPING_ELEMENT_NOT_SETTED
A Mapping element property is not initialised or set
3028  VALUE_IS_NOT_SETTED
A value is not initialised or set
3029  VALUE_AS_STRING_IS_NOT_SETTED
A string value is not initialised or set
3030  COULD_NOT_CONVERT_VALUE_TO_NUMBER
A specified value in the XML structure could not be converted to a number (e.g. contains non-digit values)
3031  COULD_NOT_CONVERT_VALUE_TO_DATE
A specified value in the XML structure could not be converted to a Date (e.g. not in the form yyyy-MM-dd)
3032  COULD_NOT_CONVERT_VALUE_TO_DATE_TIME
A specified value in the XML structure could not be converted to a Date-Time (e.g. not in the form yyyy-MM-ddTHH.mm.SS.sssZ)
3033  COULD_NOT_CONVERT_VALUE_TO_BOOLEAN
A specified value in the XML structure could not be converted to a Boolean (e.g. not defined as true or false)
3034  VALUE_UKNOWN_TYPE_1
The type of specified value in the XML structure is not defined
3035  VALUE_AS_OBJECT_IS_NOT_SETTED
A generic object value is not initialised or set
3036  VALUE_IS_NOT_INTEGER_1
A specified value in the XML structure could not be converted to a integer value (e.g. contains non-digit values)
3037  VALUE_IS_NOT_INTEGER_2
A specified value in the XML structure could not be converted to a integer value (e.g. contains non-digit values)
3038  VALUE_IS_NOT_LONG
A specified value in the XML structure could not be converted to a long value (e.g. contains non-digit values)
3039  VALUE_IS_NOT_ABA_NUMBER
A specified value in the XML structure could not be converted to a decimal value (e.g. contains non-digit values)
3040  VALUE_IS_NOT_ABADATE
A specified value in the XML structure could not be converted to a Date (e.g. not in the form yyyy-MM-dd)
3041  VALUE_IS_NOT_ABADATETIME
A specified value in the XML structure could not be converted to a Date-Time (e.g. not in the form yyyy-MM-ddTHH.mm.SS.sssZ)
3042  VALUE_IS_NOT_BOOLEAN
A specified value in the XML structure could not be converted to a Boolean (e.g. not defined as true or false)
3043  VALUE_IS_NOT_ENUM
A specified value in the XML structure could not be converted to a ENUM (e.g. value is not defined is accepted ENUM value)
3044  VALUE_IS_NOT_ENUM_SST
A specified value in the XML structure could not be converted to a interface ENUM (e.g. value is not defined is accepted ENUM value)
3045  VALUE_IS_NOT_BINARY_NAME
A specified value in the XML structure does not conform to the Binary name (e.g. not a valid filename)
3046  TASK_BEAN_IS_NOT_INITIALIZIED
An internal software component (Bean) is not available (normally due an internal interface configuration problem)
3047  ROOT_ELEMENT_IS_NULL
The parent element (Root-Element) is invalid or not set
3048  VALUE_IS_NOT_ABA_GUID
A specified value in the XML structure could not be converted to a GUID value (e.g. normally GUID with fixed lengths of 26 or 32 are used)
3050  VALUE_UKNOWN_TYPE_2
The type of specified value in the XML structure is not defined
3051  INVALID_ACTION_FIELD_TYPE
An invalid Action field is defined
3052  WRONG_DEFAULT_ASCII_MAPPING
An incorrect ASCII Mapping defined for an AbaConnect import
3053  MAPPING_NOT_CREATED_2
Mapping could not be created
3054  WRONG_FIELDTYPE_OF_ELEMENT
An element field has an incorrect type
3055  ENUM_SST_UNKNOWN_VALUE
An ENUM value is not accessible as static (internal configuration error)
3056  ENUM_SST_TYPE_VALUEOF_IS_NOT_PUBLIC_STATIC
An interface ENUM value is not accessible as public static (internal configuration error)
3057  ENUM_SST_TYPE_VALUEOF_IS_NOT_ACCESABLE
An interface ENUM value is not accessible (internal configuration error)
3058  ENUM_SST_TYPE_VALUEOF_IS_NOT_ACCESABLE_2
An interface ENUM value is not accessible (internal configuration error)
3059  ENUM_SST_TYPE_VALUEOF_IS_NOT_ACCESABLE_3
An interface ENUM value is not accessible (internal configuration error)
3060  ENUM_SST_TYPE_VALUEOF_IS_NOT_EXIST
An interface ENUM value does not exist (internal configuration error)
3061  ENUM_SST_TYPE_VALUEOF_GIVE_NULL_BACK
An interface ENUM value is returning an invalid (null) value (internal configuration error)
3062  GETTER_NOT_EXIST
A get-method for a given field is not available (internal configuration error)
3063  UKNOWN_VALUEOF_TYPE
An unknown type value is defined (internal configuration error)
3064  UKNOWN_VALUEOF_TYPE_2
An unknown type value is defined (internal configuration error)
3065  COULD_NOT_CONVERT_VALUE_TO_BOOLEAN_WITH_BOOLEAN_CONVERTER
A specified value in the XML structure could not be converted to a boolean value (e.g. not defined as true or false)
3070  VALUE_IS_NOT_INTEGER_3
A specified value in the XML structure could not be converted to a integer value (e.g. contains non-digit values)
3071  ELEMENT_MODE_IS_NULL
The parent element mode attribute is not defined (e.g. mode=SAVE)
3072  MANDANT_NOT_THE_SAME_AS_GLOBAL_INTERFACE
The defined Mandant is not the same as the Mandant defined by the user session




Error Group :
General errors due to the validation of internal software components or due to interface schema validation.   
Error Range :
4000 - 4999   
Error CodeInternal Error IDDescription
4000  USER_NOT_DEFINED
The user is not defined.
4001  MANDANT_NOT_DEFINED
The client (Mandant) is not defined.
4002  MANDANT_NOT_INSTALLED
The client (Mandant) is not available or does not exist for the specified application.
4003  APPLICATION_NOT_DEFINED
The application is not defined or does not exist.
4004  APPLICATION_NOT_OPENED
The internal component for the Application access could not be created.
4008  APPLICATION_SPECIAL_VALIDATION_EXCEPTION
The application parameters are incorrect.
4009  VIEWLET_NOT_SETTED
The internal application Viewlet was not found.
4010  DEFINITION_NOT_SETTED
The interface definition is not defined or could not be found.
4011  MAPPING_NOT_SETTED
The interface mapping is not defined or cannot be found.
4012  ELEMENTBEAN_IS_NOT_INITIALISED_1
An interface element has not been initialised. Please inspect the ABACUS Log files for more information.
4013  PARENTVIEWLET_IS_NOT_SETTED
An internal viewlet component could be found for a defined element. Please inspect the ABACUS Log files for more information.
4014  VALUE_REQUIRED_BUT_NOT_SETTED
The value of a element for a particular parent-element does not exist or is not available. Please inspect the ABACUS Log files for more information.
4015  ELEMENT_REQUIRED_BUT_NOT_SETTED
The value of a sub-element for a particular parent-element does not exist or is not available. Please inspect the ABACUS Log files for more information.
4016  ELEMENTBEAN_IS_NOT_INITIALISED_2
An interface element has not been initialised. Please inspect the ABACUS Log files for more information.
4017  UEXPECTED_ELEMENT_TYPE
An interface element has an incorrect type. Please inspect the ABACUS Log files for more information.
4018  COULDNOT_CONVERT_VALUE_LONG_TO_INT
An interface element has an incorrect type (a long value could not be converted to an integer). Please inspect the ABACUS Log files for more information.
4019  VALUE_IS_FROM_WRONG_TYPE
An interface element has an incorrect type. Please inspect the ABACUS Log files for more information.
4020  VALUE_IS_NOT_STRING
An interface element has an incorrect type (Value should be a string). Please inspect the ABACUS Log files for more information.
4021  STRING_IS_TO_BIG
The length of the string value is longer the specified length allowed from the interface definition.
4022  UNEXPECTED_INTEGER_LONG
An interface element has an incorrect type (Value should be an integer or long). Please inspect the ABACUS Log files for more information.
4023  INTEGER_LONG_IS_TO_BIG
The length of the number value is longer the specified length allowed from the interface definition.
4024  UNEXPECTED_ABANUMBER
An interface element has an incorrect type (Value should be a number). Please inspect the ABACUS Log files for more information.
4025  UNEXPECTED_ENUM
An interface element has an incorrect type (Value should be an enum). Please inspect the ABACUS Log files for more information.
4026  UNEXPECTED_ENUM_SST
An interface element has an incorrect type (Value should be an enum). Please inspect the ABACUS Log files for more information.
4027  COULDNOT_CONVERT_VALUE_ABANUMBER_TO_INT
An interface element has an incorrect type (a number value could not be converted to an integer). Please inspect the ABACUS Log files for more information.
4028  COULDNOT_CONVERT_VALUE_ABANUMBER_TO_LONG
An interface element has an incorrect type (a number value could not be converted to a long). Please inspect the ABACUS Log files for more information.
4029  UNEXPECTED_ABA_GUID
An interface element has an incorrect type (Value should be an GUID). Please inspect the ABACUS Log files for more information.
4030  USER_HAS_NO_APPLICATION_ACCESS
The current user does not have access to the application.
4031  USER_HAS_NO_MANDANT_ACCESS
Current user does not have accesss to the ABACUS Client-Mandant.
4032  USER_HAS_NO_PROGRAM_ACCESS
Current user does not have accesss to the ABACUS Program.
4033  USER_HAS_NO_APPLICATIONSPESIAL_ACCESS
The current user does not have access to the application.
4034  USER_HAS_NO_TASKBEAN_ACCESS
Current user does not have accesss to the interface.
4040  ABANUMBER_IS_TO_BIG
The length of the decimal number value is longer the specified length allowed from the interface definition.
4041  ABANUMBER_HAS_TO_MUCH_DEZIMALPLASES
The number of decimal places for the value is longer the specified in the interface definition.
4042  IMPORT_EXPORT_NOT_POSIBLE_IN_NULLER_MANDANT
It is not possible to export or import in the central client-Mandant.
4045  SST_IS_NOT_APPROVED_FOR_EXPORT
The interface does not support export
4046  SST_IS_NOT_APPROVED_FOR_XML_EXPORT
The interface does not support XML export
4047  SST_IS_NOT_APPROVED_FOR_ASCII_EXPORT
The interface does not support ASCII export
4050  SST_IS_NOT_APPROVED_FOR_IMPORT
The interface does not support import
4051  SST_IS_NOT_APPROVED_FOR_XML_IMPORT
The interface does not support XML import
4052  SST_IS_NOT_APPROVED_FOR_ASCII_IMPORT
The interface does not support ASCII import
4055  UNSUPPORTED_EXPORT_FORMAT
The export format is not supported.
4056  UNSUPPORTED_IMPORT_FORMAT
The import format is not supported.
4060  UNSUPPORTED_ACTION_TYPE
The specified Action Export or Import is not supported.
4070  LICENSE_CANNOT_BE_APPOINTED
Registration could not be determined (Licence is not valid).
4071  LICENSE_INVALID
The licence is not valid.
4072  LICENSE_DEMOEXPIERED
The Demo licence has expired
4073  LICENSE_TRAININGINVALID
The Educational licence is invalid or has expired
4074  LICENSE_OKBUTEXPIRED
The licence has expired
4075  LICENSE_ATKINVALID
The ATK licence is not valid (ABACUS Toolkit).
4076  LICENSE_UKNOWN_STATE
Unknown registration status (licence is not valid).




Error Group :
Errors that may occur due using AbaConnect WebServices (SOAP)   
Error Range :
8000 - 8299   
Error CodeInternal Error IDDescription
8000  SOAP_GENERAL_ERROR
A general SOAP Exception. It can be associated with the writing of Export binary Data.
8001  SOAP_NOT_LOGGED_IN
The loginToken is not valid. User has not logged in before and tried to login with a loginToken.
8003  SOAP_INVALID_PARAMETER_VALUE
Invalid Request Parameter value. Check that the required AbaConnect parameters are available in the SOAP request (e.g. AbaConnectParam, Login details, Revision, etc.).
8004  SOAP_SESSION_TIMEOUT
Timeout for User. The ABACUS User has been logged out.
8005  SOAP_LOGIN_WITH_DIFFERENT_MANDANT
Could not Login with User and Password. The User is already logged in with a different Client (Mandant) number. Logout first and login again.
8006  SOAP_REMOTE_APP_NOT_LOADED
Error in loading RemoteApplication : RemoteApplication creation failed.
8007  SOAP_GENERAL_IMPORT_ERROR
A general error with Import of Data via WebService. The data may or may not have been saved.
8009  SOAP_GENERAL_LOGOUT_ERROR
Error during User Logout: A unexpected Error occured during the logout operation. Please check the ABACUS Log-Files for further information.
8010  SOAP_DATA_STRUCTURE_ERROR
Invalid Request Data Structure. Check that the required AbaConnect data elements are available in the SOAP request (e.g. AbaConnectParam, Login, Revision, etc.).
8011  SOAP_DATA_INVALIDE_REVISION_NUMBER
Invalid Request Data. Revision number must be greater then zero
8012  SOAP_DATA_STRUCTURE_ERROR_MULTIPLE_RECORDS
Invalid Request Data Structure. It is not allowed to send more then one Datapart
8020  SOAP_LOGIN_ERROR
A general error with the login via WebService occurred. The response messages and the ABACUS logfiles should be checked for more information. If the error message indicates a problem with AbaConnect.WebService.Users access then a server configuration is required (see the AbaConnect FAQs on the Abacus Homepage).
8021  SOAP_LOGIN_FAILED_USER_PWD_UNKOWN
Error with Login. This is a generic error message for a failed login. One of the main causes can be unknown user or password, user is disabled, or user is not configured for AbaConnect.WebService.Users
8022  SOAP_LOGIN_TOKEN_NULL
LoginToken was not set or defined.
8023  SOAP_LOGIN_TOKEN_NOT_FOUND
The specified User LoginToken was not recognized.
8024  SOAP_LOGIN_USER_ALREADY_LOGGED_IN
WebService Login failed : the User is already logged in. (Check AbaMenu : Most common reason is the user is already logged into the ABACUS Menu).
8025  SOAP_LOGIN_MANDANT_NOT_VALID
WebService Login failed Mandantnumber or Application is not valid:
8026  SOAP_LOGIN_USER_HAS_NO_ACCESS_TO_APPLICATION_MANDANT
The User does not have access rights for the Mandant. Normally an error message ocurring during login.
8027  SOAP_USER_ACTIVE_IN_ACWS_NOT_IN_ABACUS
The User has been found in the AbaConnect-Webservice environment, but the User is not logged in to ABACUS.
8028  SOAP_LOGINTYPE_NOT_EQUAL
The Login information does not match the current Login login data. This is normally associated with the mixed use of internal ABACUS WebService components and AbaConnect WebServices.
8029  SOAP_LOGIN_USER_PW_CHECK_FAILED
The Login failed : The Mandant number or Application is not valid.
8031  SOAP_LICENCE_HASH_ALOG_NOT_FOUND
There was an error with the decoding of a Hash Algorithm. The Hash Algorithm was not found.
8040  SOAP_REQUEST_IS_ALREADY_PENDING
There is already a Request-ID pending for the user session. Multiple requests per user Session are not supported for AbaConnect WebServices
8041  SOAP_REQUEST_ID_IS_NOT_SET
The Request-ID has not be set or specified for the call to the method : isFinished
8042  SOAP_REQUEST_ID_IS_NOT_VALID
The specified Request-ID for the IsFinished loop is invalid or unknown.
8043  SOAP_REQUEST_IS_SIMULATION_WRONG_FORMAT, SOAP_REQUEST_ERROR_DEFAULT_VALUES
Error in 1 or more Parameters when calling method save, insert, etc. Check that all required Request parameters are supplied and correctly defined with correct types.
8044  SOAP_REQUEST_ERROR_FIND
A general error in the error in the find method occurred. Check all required parameters for the find call have been defined.
8045  SOAP_REQUEST_ERROR_INSERT
An error occurred during the call of the insert method occurred. Check all required parameters for the find call have been defined.
8046  SOAP_REQUEST_ERROR_UPDATE
A general error in the error in the update method occurred. Check all required parameters for the update call have been defined.
8047  SOAP_REQUEST_ERROR_DELETE
A general error in the error in the delete method occurred. Check all required parameters for the delete call have been defined.
8048  SOAP_REQUEST_ERROR_SAVE
A general error in the error in the save method occurred. Check all required parameters for the save call have been defined.
8049  SOAP_REMOTE_APPLICATION_PING
Error in the internal connection to the remote application.
8050  SOAP_NOTHING_FOUND
No data was found with the specified parameters. Please check that the search parameters are valid. This message can occur normally, when more data is available using the current search criteria.
8055  SOAP_FATAL_ERROR_IN_READING_BINARY_DATA_EXPORT
An error occurred reading the binary data attachments from the internal application components.




Error Group :
Errors that may occur during export of data via AbaConnect WebServices (SOAP)   
Error Range :
8300 - 8499   
Error CodeInternal Error IDDescription
8300  SOAP_EXPORT_FIND_PARAM_NOT_DEFINED
The find parameters for the search have not been defined or are incomplete
8301  SOAP_EXPORT_BOOKMARK_NOT_FOUND
A record with the specified Bookmark could not be found.
8302  SOAP_NO_FIND_OPERATION_DEFINED
No operation defined for the search. Please consult the documentation and define Find.FIRST, Find.NEXT, Find.EQUAL, Find.GREATER_EQUAL, etc.
8303  SOAP_UNSUPPORTED_FIND_OPERATION
The specified Find Operation is not supported.
8310  SOAP_UNEXPECTED_EXCEPTION_BY_WRITIG_ATTACHMENT_IN_VIEWLET
An unexpected error occurred when writing the attachment data from the application Viewlet component.




Error Group :
Server errors during Export or Import of AbaConnect Definition and Dokumentation files   
Error Range :
8500 - 8599   
Error CodeInternal Error IDDescription
8500  DEF_EXPORT_IMPORT_CHECKSUM_NOT_VALID
The AbaConnect definition file cannot be imported because it is invalid. AbaConnect Definition files cannot be edited or changed outside the ABACUS environment.
8501  DEF_EXPORT_IMPORT_CHECKSUM_FILE_WRITE_ERROR
The AbaConnect definition file is corrupt or invalid. AbaConnect Definition files cannot be edited or changed outside the ABACUS environment.
8502  DEF_IMPORT_UNKNOWN_ERROR
An unknown or unexpected error occurred during the import of a AbaConnect definition file.




Error Group :
Miscellaneous errors for WebService (including metadata and Schema errors)   
Error Range :
8600 - 8699   
Error CodeInternal Error IDDescription
8600  SOAP_META_DATA_APPLICATION_NOT_VALID
The Application parameter is invalid. This error is normally associated with internal WebService components.
8601  SOAP_META_DATA_MANDANT_NOT_VALID
The Mandant parameter is invalid. This error is normally associated with internal WebService components.
8602  SOAP_META_DATA_ERROR_READING_SERVICE_FILE
A fatal error occurred during the loading or the installed/available Webservices. This error is normally associated with internal WebService components.
8603  SOAP_META_DATA_ERROR_FIND_PARAMETER_FILES_NOT_FOUND
A error occurred during the loading or the Find parameters for a particular Webservices. This error is normally associated with internal WebService components.
8604  SOAP_META_DATA_ERROR_FIND_PARAMETER_FILE_NOT_FOUND_FOR_APPLICATION
A fatal error occurred during the loading or the installed/available Webservices. No Find parameters found for the application. This error is normally associated with internal WebService components.
8605  SOAP_META_DATA_ERROR_FIND_PARAMETER_FILE_PARSING_ERROR
A fatal error occurred reading the Find parameters for the available Webservices. This error is normally associated with internal WebService components.