System errors are "regular" errors, thrown by the xUML Runtime, that can be caught by the modeler (see Catching Errors). A system error, that has not been caught, will be written to the bridgeserver log.

Overview of the Error Domains

Click an error domain to go to the list of errors of that domain.
Click a context to go to the documentation of the selected topic.

Domain BESM

DomainError CodeDescription
BESM1Function did not return data.
BESM2One of the parameters of a vararg function is null.
BESM3No executable component found.
BESM4Accessor returned simple type instead of complex type.
BESM5Accessor returned simple type instead of complex type.
BESM6Type of retrieved item does not match required type.
BESM7Neither m_Execute nor execute are defined for function.
BESM9Access to component denied (role based access control).
BESM10License violation: Too many concurrent requests.
BESM11Database: The given statement was not prepared.
BESM12Database: Generic SQL API error.
BESM13Can not connect to database.
BESM14The virtual operation is not supported by the given object instance.
BESM15The given object instance is missing class information.
BESM16The given object is not a class.
BESM23The mapping guard does not return a boolean value.
BESM24Executing SQL statement.
BESM25Executing SQL statement.
BESM26Executing commit or rollback.
BESM27Can not find function
BESM28Accessor returned simple type instead of complex type.
BESM29Error parsing JSON.

Domain CRYPTSM (Crypto Adapter)

Refer to Crypto Adapter for more information on the context.

DomainError CodeDescription
CRYPTSM1Key is not given for createsignature.
CRYPTSM2Data is not given for createsignature.
CRYPTSM3Generating RSA key failed.
CRYPTSM4Writing private RSA key failed.
CRYPTSM5Writing public RSA key failed.
CRYPTSM6Value from key item is missing.
CRYPTSM7Private key is damaged.
CRYPTSM8Value from data item is missing.
CRYPTSM9Creating signature failed.
CRYPTSM10Key is not given for verifysignature.
CRYPTSM11Data is not given for verifysignature.
CRYPTSM12Signature is not given for verifysignature.
CRYPTSM13Value from key item is missing.
CRYPTSM15Value from data item is missing.
CRYPTSM16Value from signature item is missing.
CRYPTSM17Public key is damaged.
CRYPTSM18Verifying signature failed.
CRYPTSM19Data is missing.
CRYPTSM21Data is missing.

Domain FFADSM (Flat File Adapter)

Refer to Flat File Adapter for more information on the context.

Domain

Error Code

Description

FFADSM1The flat file parser is not correctly set up.
FFADSM2Flat parser is missing a data source (either file or blob).
FFADSM3Flat parser is missing a dataitem descriptor.
FFADSM5Failed to initialize flat file parser from file.
FFADSM6Failed to initialize flat file parser from blob.
FFADSM7Unexepected error while parsing flat file.
FFADSM8Parser error converting attribute to given type.
FFADSM9Error fetching next flat file record.
FFADSM10Invalid regular expression in record definition.
FFADSM11Parser missing dataitem descriptor for record.
FFADSM12Error while matching regular expression.
FFADSM13Invalid condition in record definition.
FFADSM14Parser missing attribute descriptor for record.
FFADSM15Missing data to pass through Composer.
FFADSM16Flat file composer is missing a dataitem descriptor.
FFADSM18Unexepected item type while composing flat file record.
FFADSM19Composer missing dataitem descriptor for record.
FFADSM20Composer missing attribute descriptor for record.
FFADSM21Composer error converting attribute to given type.
FFADSM22Error fetching next flat file record.
FFADSM23Composer error converting complex attribute.
FFADSM24Composer failed to build record.
FFADSM25Composer failed to write attribute.
FFADSM26Counter macro is missing counter ID.
FFADSM27Counter macro uses invalid counter ID.
FFADSM28Counter macro GetCounter only valid on Integer attributes.
FFADSM29Counter macro VerifyCounter detected an error.
FFADSM30Counter macro VerifyCounter only valid on Integer attributes.
FFADSM32Counter macro unknown.
FFADSM33Failed to parse flat file record using a regular expression.
FFADSM34Parsing of flat file aborted before end of file.
FFADSM35Path is outside allowed base directory.

Domain FLOWSM (Flows)

Refer to Basic Behavioral Modeling for more information on the context.

DomainError CodeDescription
FLOWSM2A called condition in a generic flow did not return a value.
FLOWSM3A called condition in a generic flow did not return boolean.
FLOWSM5Source for the iteration is not a complex item.
FLOWSM6Function did not return an error domain object.
FLOWSM7The returned error domain object is not of string type.
FLOWSM8Function did not return an error code object.
FLOWSM9The returned error code object is not of string type.
FLOWSM10Function did not return an error domain object.
FLOWSM11The returned error domain object is not of string type.
FLOWSM12Function did not return an error code object.
FLOWSM13The returned error code object is not of string type.
FLOWSM14Function did not return an error description object.
FLOWSM15The returned error description object is not of string type.
FLOWSM16It is not possible to store an iteration output to an input object of the same iteration. Correct the service model.

Domain FSADSM (File System Adapter)

Refer to File System Adapter for more information on the context.

DomainError CodeDescription
FSADSM1Failed opening file.
FSADSM3Position is invalid.
FSADSM4Failed reading file.
FSADSM6Failed stating file.
FSADSM7The content is smaller than the write size.
FSADSM8Failed opening file.
FSADSM9Position is invalid.
FSADSM10Failed writing file.
FSADSM13Failed stating file.
FSADSM14Failed renaming entry.
FSADSM16Failed creating directory.
FSADSM18Failed opening directory.
FSADSM21Data missing for write request.
FSADSM22Failed creating file.
FSADSM23Failed stating entry for removal.
FSADSM25Failed opening file.
FSADSM26Failed renaming entry.
FSADSM29File is not open.
FSADSM31Failed getting exact file size. The real size may differ.
FSADSM32Name is empty.
FSADSM33Path '%s' is outside allowed base directory '%s'.
FSADSM34Failed copying entry.

Domain FUASM (Arithmetic Operations)

Refer to Arithmetic Operations for more information on the context.

DomainError CodeDescription
FUASM2Floating point functions can only operate on float values
FUASM3A division by zero occurred during a float divide
FUASM5Integer operations can only operate on integer values
FUASM6A division by zero occured during an integer divide

Domain FUBLOBSM (Blob Operations)

Refer to Blob Operations for more information on the context.

DomainError CodeDescription
FUBLOBSM1Blob size is too large for universe.
FUBLOBSM2Can't concat blob to non-blob

Domain FUBSM (Boolean Operations)

Refer to Boolean Operations for more information on the context.

DomainError CodeDescription
FUBSM1Boolean function can only operate on boolean values
FUBSM2Boolean function can only operate on boolean values
FUBSM3Left and right argument of the comparison differ in type
FUBSM4Complex or unknown types can not be compared
FUBSM5The operator is not valid for this data type
FUBSM6Cannot compile the regular expression in like/not like expression.
FUBSM7Cannot compare with NULL using operator.

Domain FUCSM (Create)

DomainError CodeDescription
FUCSM1Function getServiceContext( "SystemEnvironment") is not supported at the moment. You can call getServiceContextValue() to get a value for one specific environment variable.

Domain FUDSM (DateTime Operations)

Refer to DateTime Operations for more information on the context.

DomainError CodeDescription
FUDSM1Accessor for function failed.
FUDSM2Item to convert is wrong type.
FUDSM3Accessor for function failed.
FUDSM4Item to convert is wrong type.
FUDSM5Accessor for function failed.
FUDSM6Item to convert is wrong type.
FUDSM7Accessor for function failed.
FUDSM8Item to convert is wrong type.
FUDSM9Parsing of "..." failed, it does not match format expression "...".
FUDSM10Time ticks must be greater or equal zero.
FUDSM11Unrecognized tabfile element found.

Domain FUMMAPSM (Map)

Refer to Map Operations for more information on the context.

DomainError CodeDescription
FUMMAPSM1No valid map key value
FUMMAPSM2No valid map item
FUMMAPSM3buildMap: No array to build a map from
FUMMAPSM4buildMap: No valid key name string
FUMMAPSM5buildMap: Did expect an non-empty array of records
FUMMAPSM6buildMap: Cannot find the key attribute in the array element

Domain FUMATHSM (Mathematics)

DomainError CodeDescription
FUMATHSM1Generation of random number failed.

Domain FUMSM (Miscellanous)

DomainError CodeDescription
FUMSM1The count function can only work on complex types.
FUMSM2The filter function can only work on complex types.
FUMSM3The filter function can only work with boolean arguments.
FUMSM4The source structure for getAt is not of complex type.
FUMSM5The accessor to the complex structure is not a number.
FUMSM6The accessor to the complex number is < 0 or > count.
FUMSM7The map function can only work on complex types.
FUMSM9The reduce function can only work on complex types.
FUMSM10The first item of a reduce function is NULLFUMSM.
FUMSM11The reduce function returned NULLFUMSM.
FUMSM13The target structure for setAt is not of complex type.
FUMSM14Index accessor of setAt function is negative.
FUMSM15The sort function can only work on complex types.
FUMSM16The clone function can only work on complex types.
FUMSM17Could not find the called component.
FUMSM18Invalid repository for the generic function: no called-component.
FUMSM19Only simple types can be cast by castValue().
FUMSM20castValue(): The dynamic type is String but the static type does not derive from String.
FUMSM21castValue(): Constraint violations.
FUMSM22castValue(): The dynamic type is Integer but the static type does not derive from Integer.
FUMSM23castValue(): Constraint violations.
FUMSM24castValue(): The dynamic type is Float but the static type does not derive from Float.
FUMSM25castValue(): Constraint violations.
FUMSM26Can't execute join on simple type.
FUMSM27All elements of the complex type must be strings. Element is not String.
FUMSM28All elements of the complex type must be strings. Element is NULL.
FUMSM29castValue(): The dynamic type is Boolean but the static type does not derive from Boolean.
FUMSM30castValue(): The dynamic type is Blob but the static type does not derive from Blob.
FUMSM31castValue(): The dynamic type is DateTime but the static type does not derive from DateTime.
FUMSM32URL parsing error.
FUMSM33URL composing error.
FUMSM34Invalid return type of sort condition.

Domain FUSSM (String Operations)

Refer to String Operations for more information on the context.

DomainError CodeDescription
FUSSM2concat function can only be applied to strings
FUSSM4chars to be found has not been found in accessed string
FUSSM5string shorter than start position of substring
FUSSM6Regular separator expression used to split a string is not valid.
FUSSM7Regular separator expression used to split a string is not valid.
FUSSM8Cannot compile the regular expression '%s' in split(). Error on line %d, column %d.
FUSSM9Cannot construct split matcher finding occurrences of '%s' in '%s'.
FUSSM10Split error.
FUSSM14Cannot compile the regular expression '%s' in replace(). Error on line %d, column %d.
FUSSM15Cannot construct replace matcher finding occurrences of '%s' in '%s'.
FUSSM16Cannot replace all occurences of '%s' in string '%s' by '%s'.
FUSSM17Cannot execute findPattern operations on undefined or empty strings.
FUSSM18Cannot execute findPattern operations using an undefined or empty pattern string.
FUSSM19Cannot compile the regular expression '%s' in findPattern(). Error on line %d, column %d.
FUSSM20Cannot construct findPattern matcher finding occurrences of '%s' in '%s'.
FUSSM21Cannot find any occurrences of '%s' in '%s'.
FUSSM22Error occurred while matching the first occurrences of '%s' in string '%s'.
FUSSM23Cannot execute findPatterns operations on undefined or empty strings.
FUSSM24Cannot execute findPatterns operations using an undefined or empty pattern string.
FUSSM25Cannot compile the regular expression '%s' in findPatterns(). Error on line %d, column %d.
FUSSM26Cannot construct findPatterns matcher finding occurrences of '%s' in '%s'.
FUSSM27Error occurred while matching the %d-th occurrences of '%s' in string '%s'.
FUSSM28Error converting float to string.
FUSSM29Error converting integer to string.
FUSSM30Error converting string to float.
FUSSM31Error converting string to integer.
FUSSM32Cannot execute capture operations on empty strings.
FUSSM33Cannot execute capture operations using an undefined or empty pattern string.
FUSSM34Cannot compile the regular expression '%s' in capture(). Error on line %d, column %d.
FUSSM35Cannot construct capture matcher finding occurrences of '%s' in '%s'.
FUSSM36Error occurred while capturing the %d-th occurrences of '%s' in string '%s'.
FUSSM39Cannot compile the regular expression in function matches.
FUSSM40Error during matching against pattern.

Domain FUTSM (Type Conversion Operations)

Refer to Overview of All Type Conversion Operations for more information on the context.

Runtime 2017.6

DomainError CodeDescription
FUTSM1type converter functions can not work on complex types
FUTSM2Binary integer is too big ( > 8 byte)
FUTSM

3

Illegal conversion
FUTSM

5

Length of HEX string is an odd number
FUTSM6Invalid duration

Domain JAVAADSM (Java Adapter)

Refer to Java Adapter for more information on the context.

DomainError CodeDescription
JAVAADSM1The gateway is not initialized for initialize.
JAVAADSM3Native Java exception occurred.
JAVAADSM6The gateway is not initialized for uninitialize.
JAVAADSM7The handle is not initialized for this class.
JAVAADSM8Shutdown pending, now more callbacks allowed.
JAVAADSM 9Parameter is not valid.
JAVAADSM 10The gateway is not initialized for start.

Domain JSONSM (JSON Parser)

Refer to jsonToClass() Operation and classToJSON() Operation for more information on the context.

DomainError CodeDescription
JSONSM1The input object is missing.
JSONSM2Input object must be an object of a class but it is of type.
JSONSM3JSONToClass(): The JSON input string is missing.
JSONSM4JSONToClass(): The JSON input must be of type string but it is of type.
JSONSM5JSONToClass(): Parser error.
JSONSM6Options object must be an object of a class.


Domain LOGADSM (Log Adapter)

Refer to Log Adapter for more information on the context.

DomainError CodeDescription
LOGADSM1Log level missing.
LOGADSM2Log domain missing.
LOGADSM3Log code missing.
LOGADSM4Log description missing.
LOGADSM5Transaction domain missing.
LOGADSM6Transaction description missing.
LOGADSM7Transaction state missing.
LOGADSM8Log channel name is missing.

Domain MEMADSM (Memory Adapter)

Refer to Memory Adapter for more information on the context.

DomainError CodeDescription
MEMADSM3The key is missing.
MEMADSM4The key is empty.
MEMADSM7The key is missing.
MEMADSM8The key is empty.
MEMADSM9The message is not stored here.
MEMADSM10The key is missing.
MEMADSM11The key is empty.
MEMADSM12The message is not stored here.
MEMADSM13The map key is empty.
MEMADSM14The map key is empty.
MEMADSM15The map key is empty.
MEMADSM16The map key is empty.

Domain MIMEADSM (Mime Adapter)

Refer to MIME Adapter for more information on the context.

DomainError CodeDescription
MIMEADSM1Wrong item type for content.
MIMEADSM3Missing input to be decoded
MIMEADSM4Missing headers to control decoding
MIMEADSM6Can't find declared multipart boundary

Domain MONGOADSM (MongoDB Adapter)

Refer to MongoDB Adapter for more information on the context.

DomainError CodeDescription
MONGOADSM1Blob to big to serialize.
MONGOADSM2Initializing MongoDB Addon failed.
MONGOADSM3Could not start session.
MONGOADSM4Accessing database/collection failed.
MONGOADSM5Operation failed.
MONGOADSM6No open result set '{}' for fetch operation.
MONGOADSM7Type is unknown.
MONGOADSM8Attribute has wrong type.
MONGOADSM9Attribute has unsupported type.
MONGOADSM10Nested arrays are unsupported.
MONGOADSM11Parsing as float failed.
MONGOADSM12Parsing failed.

Domain POP3ADSM (POP3 Adapter)

Refer to POP3 Adapter for more information on the context.

DomainError CodeDescription
POP3ADSM2Failed to open POP3 session
POP3ADSM3POP3 subsystem not initialized.
POP3ADSM28Value is empty from recipient.

Domain PSADSM (Persistent State Adapter)

Refer to Handling Persistent State Objects With the Persistent State Adapter for more information on the context.

DomainError CodeDescription
PSADSM3Primary key of object to be persisted can't be calculated due to missing fields.
PSADSM4A persistent object with the same primary key is already locked.
PSADSM5A persistent object with the same primary key already exists.
PSADSM6The persistent state engine did not start.
PSADSM7The provided persistent state handle is not owned by this request.
PSADSM8Persistent state handle object is missing as parameter.
PSADSM9Persistent state handle object does not contain a key (OBJECT_ID).
PSADSM10State diagram for class has no start transition.
PSADSM11Start transition in state diagram for class has not target state.
PSADSM12Persisted data of object not found.
PSADSM13Event does not reference valid state and/or class metadata.
PSADSM14Fatal error while evaluating guard.
PSADSM15Fatal error while processing transition.
PSADSM16Fatal error while processing choice.
PSADSM17Fatal error while executing exit action.
PSADSM18Fatal error while executing transition action.
PSADSM19Fatal error while executing entry action.
PSADSM20Fatal error while executing getHandle.
PSADSM21Fatal error while executing createObject.
PSADSM22Persistent state handle object does not contain a valid class name (CLASSIFIER).
PSADSM23Persistent state handle can't be related to a persistent state object.
PSADSM24Can't access all parameters required for persistent state search query.
PSADSM25Only simple data types are allowed for persistent state search queries.
PSADSM26SendSignalAction and AcceptSignalEvent require a conversation ID.
PSADSM27Timeout expired while waiting in AcceptSignalEvent.
PSADSM28Server shutdown initiated while waiting in AcceptSignalEvent.
PSADSM29Fatal error while executing doActivity error handler.
PSADSM30Found no completion transition from named connection point.
PSADSM31Persistent data of object not found.
PSADSM32Next state could not be reached because of persistent state database problems. All actions succeeded. State object will stay in old state. Event is deleted so the transition will not be executed again.
PSADSM33Next state could not be reached because of persistent state database problems. All actions succeeded. State object will stay in old state. Deletion of event failed so the transition will be executed again.
PSADSM34An event does reference a class not existing in the repository anymore. This orphaned persistent state class can be deleted in the Console. If not, this error will occur every 2 seconds.
PSADSM35A persistent object with the same primary key already exists.
PSADSM36No signal has been sent.
PSADSM37The object is stalled in state 'xxx'. You can manually retry the transition.
PSADSM38Persistent State object contains no data.
PSADSM39

Failed to commit persistent state object.

PSADSM40Failed to commit persistent state conversation.
PSADSM41Class 'xxx' has not been found in the repository.
PSADSM42Missing or empty object ID.
PSADSM43Failed deleting persistent state object.
PSADSM44Failed parsing persistent state object.
PSADSM45Query is missing.
PSADSM46Failed to transform query to SQL.

Domain RESTADSM (REST Adapter)

Refer to REST Adapter for more information on the context.

DomainError CodeDescription
RESTADSM1Error occurred during REST request.
RESTADSM2Unsupported content type for C-T or Accept header
RESTADSM3HTTP Error occured
RESTADSM4Received unexpected (not handled in a model) HTTP status
RESTADSM5Failed to parse response body.

 


Domain SAPADSM (SAP Adapter)

Refer to SAP Adapter for more information on the context.

DomainError CodeDescription
SAPADSM2Unknown request.
SAPADSM3Failed to open SAP communication.
SAPADSM4SAP exception occurred during request.
SAPADSM5SAP system exception occurred during request.
SAPADSM6SAP error occurred during request.
SAPADSM8Component is not properly set up.
SAPADSM9Header is missing.
SAPADSM10Content is missing.
SAPADSM11Failed parsing message.
SAPADSM13Component is not properly set up.
SAPADSM14Content is missing.
SAPADSM15Failed parsing message.
SAPADSM16Component is not properly set up.
SAPADSM17Component is not properly set up.
SAPADSM18Content is missing.
SAPADSM19Failed parsing message.
SAPADSM20Content is missing.
SAPADSM21Failed parsing message.
SAPADSM22Header is missing.
SAPADSM24Request is unknown in the SAD repository.
SAPADSM25Failed to open SAP communication for request.
SAPADSM26SAP exception occurred during request.
SAPADSM27SAP system exception occurred during request.
SAPADSM28SAP error occurred during request.
SAPADSM30Request is unknown in the SAD repository.
SAPADSM31Failed to open SAP communication for request.
SAPADSM32SAP exception occurred during request.
SAPADSM33SAP system exception occurred during request.
SAPADSM34SAP error occurred during request.
SAPADSM35No transaction id si given for request.
SAPADSM 36Composing SAP message failed.
SAPADSM 37Parsing SAP message failed.
SAPADSM 38Connection string is empty

Domain SAPSSM (SAP Service)

Refer to SAP Service for more information on the context.

DomainError CodeDescription
SAPSSM2Message is unknown in the SAP IDoc repository.
SAPSSM3SAP IDoc repository is invalid.
SAPSSM4Segment is duplicate.
SAPSSM5Segment is corrupt.
SAPSSM7DataItem is unknown.
SAPSSM8Parent dataItem is unknown.
SAPSSM9Parent dataitem is missing.
SAPSSM10Segment is corrupt.
SAPSSM11Could not convert an IDoc segment attribute type to an internal type.
SAPSSM12SAP IDoc repository is invalid.
SAPSSM13Message is unknown in the SAP IDoc repository.
SAPSSM15DataItem is unknown.
SAPSSM18Type conversion error. Could not map an internal attribute type to an IDoc segment attribute type.
SAPSSM20The header item is missing.
SAPSSM21A value in the header is missing.
SAPSSM23Attribute conversion failed.
SAPSSM24Segment of type is unknown.
SAPSSM28Tables dataitem is unknown in the SAP Rfc repository.
SAPSSM43Rfc attribute meta description is missing for attribute.
SAPSSM46Converting parameter failed.
SAPSSM49Converting parameter failed.
SAPSSM51Rfc attribute meta description is missing for attribute.
SAPSSM53Message is unknown in the SAP IDoc repository.
SAPSSM54SAP IDoc repository is invalid.
SAPSSM55Segment is duplicate.
SAPSSM56Segment is corrupt.
SAPSSM58DataItem is unknown.
SAPSSM59Parent dataItem is unknown.
SAPSSM60Parent dataitem is missing.
SAPSSM61Segment is corrupt.
SAPSSM62Could not convert an IDoc segment attribute type to an internal type.
SAPSSM63SAP IDoc repository is invalid.
SAPSSM64Message is unknown in the SAP IDoc repository.
SAPSSM66DataItem is unknown.
SAPSSM69Type conversion error. Could not map an internal attribute type to an IDoc segment attribute type.
SAPSSM71The header item is missing.
SAPSSM72A value in the header is missing.
SAPSSM74Attribute conversion failed.
SAPSSM75Segment of type is unknown.
SAPSSM95XML description of IDoc is missing.
SAPSSM96XML description of IDoc is missing.
SAPSSM97RAW Content of IDoc is missing.
SAPSSM98Failed to parse IDoc.
SAPSSM99Unexpected element while parsing XML IDoc
SAPSSM102Expected input array, got record
SAPSSM103Expected input record, got array
SAPSSM104Header record is null.
SAPSSM105IDoc is missing.
SAPSSM106IDoc number is missing
SAPSSM107Duplicated IDoc number
SAPSSM108Segment number is missing.
SAPSSM109IDoc is missing.

Domain SMTPADSM (SMTP Adapter)

Refer to SMTP Adapter for more information on the context.

DomainError CodeDescription
SMTPADSM2The adapter repository is not correctly set up.
SMTPADSM3Some error in the SMTP connector subsystem.
SMTPADSM6Unknown request.
SMTPADSM7Server is missing.
SMTPADSM8Server is empty.
SMTPADSM11Port is empty.
SMTPADSM13Sender is missing.
SMTPADSM14Sender is empty.
SMTPADSM16DomainName is missing.
SMTPADSM17DomainName is empty.
SMTPADSM19Content is missing.
SMTPADSM22Name is missing from header parameter.
SMTPADSM23Name is empty from header parameter.
SMTPADSM24Content is missing from header parameter.
SMTPADSM25Content is empty from header parameter.
SMTPADSM27Request is incomplete.
SMTPADSM28Value is empty from recipient.

Domain SOAPADSM (SOAP Adapter)

Refer to SOAP Adapter and SOAP Service for more information on the context.

DomainError CodeDescription
SOAPADSM2The adapter repository is not correctly set up.
SOAPADSM3Unknown request.
SOAPADSM8The returned SOAP message has neither a request nor a fault element.
SOAPADSM10Some error in the URL connector subsystem.
SOAPADSM11URL is empty.
SOAPADSM12URL is missing.
SOAPADSM13Name is missing from header parameter.
SOAPADSM14Name is empty from header parameter.
SOAPADSM15Content is missing from header parameter.
SOAPADSM18UserName is missing.
SOAPADSM20SOAP parser message set not found.
SOAPADSM21getSOAPHeaders can only be called within a SOAP service.
SOAPADSM22setSOAPHeaders can only be called within a SOAP service.
SOAPADSM23Wrong item type for content

Domain SQLSM (SQL Adapter)

Refer to SQL Adapter for more information on the context.

DomainError CodeDescription
SQLSM2Number of returned items is not equal 1.
SQLSM9Request returned a resultset, no dataitem has been defined.
SQLSM10A result column is not defined in result item.
SQLSM11The database column type and the server type do not match.
SQLSM18SQL template needs simple type values for substitutions.
SQLSM19SQL template overwritten with a non-string value.
SQLSM20The SQL gateway is not initialized.
SQLSM22Unknown type for input parameter.
SQLSM23Illegal value for boolean.
SQLSM24Gateway not available.
SQLSM25The number of input parameters is bigger than the number of SQL command slots.
SQLSM26System exception thrown while processing result sets.
SQLSM27Missing or empty sql statement
SQLSM30The type of the operation does not match with the input value.
SQLSM31Output parameter for stored procedure unknown.
SQLSM32SQL handle is missing.
SQLSM33SQL handle id attribute is missing.
SQLSM34SQL handle does not exist.
SQLSM35Error while fetching results.
SQLSM36The parameter is already set from the input structure using 'IN::' construct and will not be overwritten. It's best to avoid numerical parameters and to make sure they aren't present in the input map.

Domain SSISM

DomainError CodeDescription
SSISM1Parsing request failed.

Domain SSPSM

DomainError CodeDescription
SSPSM1The value to store and the requested type are not compatible.
SSPSM8The soap input is invalid (parser).
SSPSM10Message element ist missing (parser).
SSPSM12Invalid message (parser).
SSPSM14Message conversion failed (parser).
SSPSM16The xml repository is invalid (parser).
SSPSM17The input is invalid xml (parser).
SSPSM18The soap repository is invalid (composer).
SSPSM19Unknown soap message (composer).
SSPSM20Unknown xml message (composer).
SSPSM22Unknown soap output type (composer).
SSPSM23Unknown xml output type (composer).
SSPSM25The SOAP repository is invalid (parser).
SSPSM26Unknown SOAP message (parser).
SSPSM27SOAP dataitem for message is unknown.
SSPSM28Invalid message (parser).
SSPSM29Unknown xml message (parser).
SSPSM30XML dataitem for message is unknown.
SSPSM31Message set is unknown.
SSPSM33The soap repository is invalid (composer).
SSPSM34Message set is unknown.
SSPSM35The soap repository is invalid (composer).
SSPSM36The metadata for a record is missing, probably corrupt repository.
SSPSM37Found empty SOAP request or response.
SSPSM38Found multiple consecutive elements. This indicates (ill-formed but supported) array, but expecting a record.
SSPSM39Expected and received records are incompatible.

Domain SYSADSM (System Adapter)

Refer to System Adapter for more information on the context.

DomainError CodeDescription
SYSADSM1The adapter repository is not correctly set up.
SYSADSM6Unknown request.
SYSADSM13Could not open temporary file for writing.
SYSADSM15Write error on temporary file.
SYSADSM16Could not open temporary file for reading.
SYSADSM17Could not stat temporary file.
SYSADSM18Temporary file is too large.
SYSADSM19Read error on temporary file.
SYSADSM20Could not open temporary file for reading.
SYSADSM27Command is missing.
SYSADSM28Command is empty.
SYSADSM29Request content is empty.
SYSADSM30Request is incomplete.
SYSADSM40InputFiles is missing.
SYSADSM41InputFiles is empty.
SYSADSM43OutputFiles is missing.
SYSADSM44OutputFiles is empty.
SYSADSM46Missing specified input blob.

Domain THADSM (Thread Adapter)

DomainError CodeDescription
THADSM2Request name is missing.
THADSM3Request name is empty.
THADSM4Launching thread failed.
THADSM6Thread id is missing.
THADSM7Thread id is empty.
THADSM8Timeout while waiting.
THADSM9Timeout is not given for sleep.

Domain UCSM (Unicode)

DomainError CodeDescription
UCSM1Input data could not be converted to the intermediate.
UCSM2Could not convert between source and target codepage.
UCSM3Codepage is unknown.

Domain URLADSM (URL Adapter)

Refer to URL Adapter for more information on the context.

DomainError CodeDescription
URLADSM3Some error in the URL connector subsystem.
URLADSM7URL is missing.
URLADSM8URL is empty.
URLADSM9Request content is empty.
URLADSM10Request is incomplete.
URLADSM11Name is missing from header parameter.
URLADSM12Name is empty from header parameter.
URLADSM13Content is missing from header parameter.
URLADSM14Content is empty from header parameter.
URLADSM16Method is empty.
URLADSM20Password is empty.
URLADSM22UserName is empty.
URLADSM24UserName is missing.
URLADSM26Proxy URL is empty.
URLADSM28Proxy type is empty.
URLADSM30Request follow redirects is empty.
URLADSM32SSL VerifyPeer is empty.
URLADSM34SSL VerifyHost is empty.
URLADSM36SSL CAInfo is empty.
URLADSM38SSL Certificate File is empty.
URLADSM39SSL Certificate Type is empty.
URLADSM42SSL Key File is empty.
URLADSM44SSL Key Type is empty.
URLADSM46SSL Key Password is empty.
URLADSM48Empty command is not allowed.
URLADSM49Can not open stream target file.
URLADSM50Can not open stream source file.
URLADSM51Stream source file name is empty.
URLADSM52Stream target file name is empty.
URLADSM53The type of given cURL option is not supported.
URLADSM54Request ignore HTTP errors flag is empty.

Domain XMLFSM

DomainError CodeDescription
XMLFSM1The parser repository is not correctly set up.
XMLFSM2The composer repository is not correctly set up.
XMLFSM3Unknown function requested.
XMLFSM4Unknown function requested.
XMLFSM5Unknown parser input message.
XMLFSM6Unknown output message.
XMLFSM7Error during parsing.
XMLFSM9Unknown message.
XMLFSM10Content is wrong type.
XMLFSM11Blob is empty.
XMLFSM12String is empty.
XMLFSM15Parser accessor failed.
XMLFSM16Composer accessor failed.
XMLFSM17Content is of wrong type.
XMLFSM18Prolog for XML composing is not array of strings

Domain XMLSM (XML Parsing)

DomainError CodeDescription
XMLSM3The native XML parser reported an XML error.
XMLSM4The native XML parser reported an internal parser error.
XMLSM5The native XML parser reported an error during parsing.
XMLSM6The native XML parser reported a warning during parsing.
XMLSM7The native XML parser reported a fatal error during parsing.
XMLSM8The parser has found a subelement that is not expected here.
XMLSM9The parser has found a subelement that wasn't expected.
XMLSM10Expected array meta information here.
XMLSM11Expected array or record meta information here.
XMLSM12Failed to convert character to simple record type.
XMLSM13Failed to convert simple array type.
XMLSM14Failed to convert element to simple record type.
XMLSM15DataItem for message is unknown.
XMLSM16Message is unknown.
XMLSM17Invalid XML repository.
XMLSM18Invalid XML repository.
XMLSM19Error with handling ignored sub-elements
XMLSM20Type not convertable.
XMLSM21Parsing element of type ANY without xsi:type.

Domain ZIPADSM (ZIP Adapter)

Refer to ZIP Adapter for more information on the context.

DomainError CodeDescription
ZIPADSM1Zip file name is missing.
ZIPADSM2Array of files is missing.
ZIPADSM3Array of files must no be empty.
ZIPADSM4Can not open file for reading.
ZIPADSM5Can not open ZIP file for reading.
ZIPADSM6Can not write to ZIP file.
ZIPADSM7Can not write to ZIP file.
ZIPADSM8Error writing to ZIP file.
ZIPADSM9Can not read file.
ZIPADSM10File does not exist.
ZIPADSM11Error closing file.
ZIPADSM20Can not create directory.
ZIPADSM21Failed to read ZIP file.
ZIPADSM22Failed to process ZIP file getting details for file.
ZIPADSM23Failed to process ZIP file getting details for file.
ZIPADSM24File already exists. You can specfiy an overwrite flage if you want to replace the file.
ZIPADSM25Can not open file for reading.
ZIPADSM26Failed to process ZIP file getting content of file.
ZIPADSM27Failed to write extracted file.
ZIPADSM28Failed to process ZIP file getting global info.
ZIPADSM29Failed to process ZIP file.
ZIPADSM30Can not open ZIP file for reading. May be it is no ZIP file.
ZIPADSM31ZIP file does not exists.
ZIPADSM32Zip file name is missing.
ZIPADSM33Libarchive error.
ZIPADSM34Listing directory failed.
ZIPADSM35Unknown encryption method.
  • No labels