Messages and limitations of the XML connector
Message code list of XML category
The following message codes correspond to errors that occur in XML Connector.
This message code is output when an undefined error occurs.
Cause |
Solution |
---|---|
An undefined error occurred. |
Check the error message or the help of the operation in which the error has occurred. |
Corresponding error
-
None
This message code is output when parsing the specified XML file fails.
Cause |
Solution |
---|---|
The file specified in File in the Read XML File operation is invalid as an XML document. |
Make sure that the content of the file specified in File in the Read XML File operation is valid. |
Corresponding error
-
org.xml.sax.SAXParseException
Exception messages of XML category
Exception name |
Cause |
Solution |
---|---|---|
FileAlreadyExistedException |
The file specified in File already exists. |
Change the file name of File, or select Overwrite of Write settings. |
FileIsDirectoryException |
The path entered in File is a directory. |
Enter a file path in File. |
FileIsLockedException |
The file specified in File is locked. |
Unlock it from Explorer or CLI. |
InputDataNotFoundException |
Input data isn't specified. |
Specify Input data or draw data flow. |
InvalidPropertyConfigurationException <Property name> is not specified. |
<Property name> isn't specified. |
Specify <property name>. |
java.io.FileNotFoundException |
The file specified in File doesn't exist. |
Check File. |
java.io.FileNotFoundException Some other process is using the file. |
The file specified in File is being used by another process. |
Make sure that it's not being used by another process. |
java.io.UnsupportedEncodingException |
Unsupported encoding is specified in Encoding. |
Specify an encoding that is supported in Java SE Runtime Environment 8. = Remarks =
For details, refer to "Supported Encodings" (http://docs.oracle.com/javase/8/docs/technotes/guides/intl/encoding.doc.html). |
org.xml.sax.SAXParseException |
The file specified in File is invalid as an XML document. |
Check the content of the file specified in File. |
Limitations of XML category
Specification limits
-
Validation by DTD isn't performed even when DTD is specified to an XML document.
-
XML files in UTF-8 encoding that include a BOM (Byte Order Mark) can't be read.
Specification limits
-
Validation by DTD isn't performed even when DTD is specified to an XML document.
-
If you specify UTF-8 encoding, the BOM (Byte Order Mark) can't be written.