Messages and limitations of the Filesystem connector
Message code list of FILESYS category
The following message codes correspond to errors that occur in File system 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 the file type specified is invalid.
Cause |
Solution |
---|---|
The value of the filetype column in the input data isn't file or directory. |
Specify file or directory for the value of the filetype column in the input data. |
Corresponding error
-
InvalidFileTypeException
Exception messages of FILESYS category
Exception name |
Cause |
Solution |
---|---|---|
FileIsNotDirectoryException |
The path entered in Directory is a file. |
Enter a directory path in Directory. |
IllegalStateException No column found. |
The file type or file path column isn't specified in the input data specified in Input data. |
Specify the file type or file path column in the input data specified in Input data. |
InputDataNotFoundException |
Input data isn't specified. |
Specify Input data or draw data flow. |
InvalidFileTypeException |
The value of the filetype column in the input data isn't file or directory. |
Specify file or directory for the value of the filetype column in the input data. |
InvalidPropertyConfigurationException |
Directory isn't specified. |
Specify Directory. |
java.io.FileNotFoundException |
The path specified in Directory doesn't exist. |
Check the path specified in Directory. |
PathIsNotAbsoluteException |
The path specified in Directory is a relative path. |
Specify an absolute path in Directory. |