Table D-1 Error Codes and Error Messages for the Definition File Validation
Error Code
|
Error Message
|
Description
|
1000
|
"Failed to load the XML schema for validation"
|
CWI installation comes with an XML schema, which is used to validate definition files. The loading of the schema file can fail.
|
1001
|
"The XML schema for validation is invalid"
|
XML schema is invalid, which is rare.
|
2000
|
"The definition file is missing"
|
The definition file cannot be located.
|
2001
|
"No permission to read the definition file"
|
Read permission of the definition file is not granted.
|
2002
|
"Fail to read or parse the definition file"
|
Unspecified generic error occurs when attempting to read or parse the definition file, or failed before validation starts.
|
2003
|
"Required element is missing in the definition file"
|
Validation of definition failed because some mandatory elements are missing.
|
2004
|
"Invalid element in the definition file"
|
Unexpected XML element in the definition file is encountered.
|
2005
|
"Required attribute is missing in the definition file"
|
A required XML attribute is missing.
|
2006
|
"Invalid attribute value"
|
Value for an XML attribute is out-of-range or wrong type.
|
2100
|
"Failed to load predefined record"
|
CWI internal error: Failed to load a CWI predefined record from the installed files.
|
2101
|
"Invalid reference to existing record or attributes"
|
A user-defined attribute pool record contains an invalid reference.
|
2102
|
"Failed to establish join criteria"
|
A user-defined attribute pool record contains an invalid key property combination so that a join criteria between referenced records cannot be established.
|
3001
|
"Invalid format of the definition file"
|
Unspecified generic error occurs when validating the definition file.
|