Text |
Tamino error ... occurred. |
Explanation |
Tamino has encountered an error. |
Action |
For more information, see Tamino Messages and Codes. |
Text |
Internal error ... in Tamino database handler. |
Explanation |
An internal error occurred in the Tamino database handler. The error code is contained in the error message. |
Action |
Contact Software AG support and quote the complete error message. |
Text |
Natural for Tamino runtime error .... |
Explanation |
The following Natural for Tamino runtime error has occurred: - 1: The value specified for the index of an array is less than 1. |
Action |
Check program and correct error. |
Text |
Wrong URL for DBID .... |
Explanation |
The URL used in the request is wrong, or an invalid protocol type is specified in the URL, or the specified server behind this URL could not be contacted. |
Action |
Check the URL in the Natural configuration file and correct it, or check the existence of the server in the URL. |
Text |
HTTP request failed with response code .... |
Explanation |
A HTTP request returns a response code not equal to "200". The standardized response code indicates the possible error situation. |
Action |
Examine the response code and correct the error or contact Software AG support. |
Text |
Internal error in HTTP request. |
Explanation |
An error occurred while executing an HTTP request. |
Action |
Contact Software AG support. |
Text |
Error while mapping XML Schema to DDM with reason .... |
Explanation |
Possible reasons: 1: Illegal syntax used in XML Schema. 2: Unresolved element reference. 3: Unresolved type reference. 4: Unresolved group reference. 5: Requested doctype or schema not found. |
Action |
Check the validity of the XML Schema. References have to be resolved within the Schema internally. |
Text |
Maximum number of nested levels exceeded. |
Explanation |
The maximum number of nested levels in a DDM is 99. This number was exceeded while generating a DDM from the given XML Schema. |
Action |
Modify the XML Schema so that is has fewer nested structures. |
Text |
Internal error in DDM generation for Tamino XML Schema. |
Explanation |
An error has occurred while generating a Natural DDM from a Tamino XML Schema definition. |
Action |
Contact Software AG support. |
Text |
Use of unsupported XML schema element .... |
Explanation |
An unsupported XML schema element was used: 1: "mixed=true" (mixed content mode) is not allowed. 2: maxOccurs > 1 not allowed for sequence, choice and all. 3: wildcards (any, anyAttribute) are not allowed. |
Action |
Do not use the stated XML schema element when generating a DDM for this schema. |