Messages and limitations of the File Operation connector

Message code list of FILEOPE category

The following message codes correspond to errors that occur in File Operation Connector.

 

FILEOPE0000E

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

 

FILEOPE0001E

This message code corresponds to errors that occur in File Operation Connector in general.

Cause

Solution

The directory specified in Create at in the Create Directory operation doesn't exist, and Create parent directory when it doesn't exist isn't selected.

Check the directory specified in Create at in the Create Directory operation.

The directory specified in Directory name in the Create Directory operation already exists, and Error when directory already exists is selected.

Check the directory specified in Directory name in the Create Directory operation.

The directory specified in Target path in the Delete File/Directory operation isn't empty, and Disable force delete is selected.

Check the directory specified in Target path in the Delete File/Directory operation.

Corresponding error

  • FileOperationException

 

FILEOPE0002E

This message code is output when compression or decompression of a zip file fails.

Cause

Solution

The cause differs according to each error message.

Check whether the cause/solution of the error is described in "Exception messages" below.

Corresponding error

  • ZipOperationException

 

Exception messages of FILEOPE category

Exception name

Cause

Solution

FileExistsException

The specified file exists in the destination.

Check Path to compress or Output to.

FileExistsException

The specified file exists in the destination.

Check File path to compress or Output to.

FileExistsException

The specified file exists in the destination.

Check GZIP file or Output to.

FileExistsException

The specified file or directory already exist in the copy destination.

Check the file or directory in Copy source or Copy to.

FileExistsException

The specified file or directory already exists in the moving destination.

Check the file or directory in Move source or Move to.

FileIsDirectoryException

The path specified in GZIP file is a directory.

Specify a file path in GZIP file.

FileIsDirectoryException

The path specified in File path to compress is a directory.

Specify a file path in File path to compress.

FileIsLockedException

The file specified in Zip file is locked.

Unlock it from Explorer or CLI.

FileIsLockedException

The file specified in Move source is locked.

Unlock it from Explorer or CLI.

FileIsLockedException

The file specified in Target path is locked.

Unlock it from Explorer or CLI.

FileIsNotDirectoryException

The path specified in Directory path isn't a directory.

Specify a directory in Directory path.

FileOperationException

The specified directory already exists.

The directory specified in Directory name already exists. Also, Error when directory already exists is selected.

Check the directory specified in Directory name.

FileOperationException

The specified directory not found.

The directory specified in Create at isn't found. Also, Create parent directory when it doesn't exist isn't selected.

Check the directory specified in Create at.

FileOperationException

The directory specified in Target path isn't empty.

Check the file or the directory specified in Target path.

InvalidPropertyConfigurationException

<Property name> is not specified.

<Property name> isn't specified.

Specify <property name>.

InvalidPropertyConfigurationException

A file with an unsupported extension is specified.

A file with an unsupported extension is specified in GZIP file.

Specify a file with a ".gz" or ".gzip" extension in GZIP file.

java.io.FileNotFoundException

Some other process is using the file.

The file specified in Zip file is being used by another process.

Make sure that it's not being used by another process.

java.io.FileNotFoundException

Some other process is using the file.

The file specified in Move source is being used by another process.

Make sure that it's not being used by another process.

java.io.FileNotFoundException

Some other process is using the file.

The file specified in Target path is being used by another process.

Make sure that it's not being used by another process.

java.io.FileNotFoundException

The specified directory isn't found.

Check Directory path.

java.io.FileNotFoundException

The specified file or directory isn't found.

Check the file or the directory specified in Copy source or Copy to.

java.io.FileNotFoundException

The specified file or directory isn't found.

Check the file or the directory specified in Target path.

java.io.FileNotFoundException

The specified file or directory isn't found.

Check the file or directory specified in Move source or Move to.

java.io.FileNotFoundException

The specified file or directory isn't found.

Check Path to compress or Output to.

java.io.FileNotFoundException

The specified file or directory isn't found.

Check File path to compress or Output to.

java.io.FileNotFoundException

The specified file or directory isn't found.

Check GZIP file or Output to.

java.io.FileNotFoundException

The specified file or directory isn't found.

Check Zip file or Output to.

PathIsNotAbsoluteException

The specified path is a relative path. Only absolute paths are accepted.

Specify an absolute path in Create at.

PathIsNotAbsoluteException

The specified path is a relative path. Only absolute paths are accepted.

Specify an absolute path in Copy source or Copy to.

PathIsNotAbsoluteException

The specified path is a relative path. Only absolute paths are accepted.

Specify an absolute path in Target path.

PathIsNotAbsoluteException

The specified path is a relative path. Only absolute paths are accepted.

Specify an absolute path in Move source or Move to.

PathIsNotAbsoluteException

The specified path is a relative path. Only absolute paths are accepted.

Specify an absolute path in Directory path.

PathIsNotAbsoluteException

The specified path is a relative path. Only absolute paths are accepted.

Specify an absolute path in Path to compress or Output to.

PathIsNotAbsoluteException

The specified path is a relative path. Only absolute paths are accepted.

Specify an absolute path in File path to compress or Output to.

PathIsNotAbsoluteException

The specified path is a relative path. Only absolute paths are accepted.

Specify an absolute path in GZIP file or Output to.

PathIsNotAbsoluteException

The specified path is a relative path. Only absolute paths are accepted.

Specify an absolute path in Zip file or Output to.

ZipOperationException

Password is incorrect.

Password is incorrect.

Check Password.

ZipOperationException

Passwords do not match.

The passwords specified in Password and Confirm password don't match.

Specify the same password in Password and Confirm password.

ZipOperationException

java.io.FileNotFoundException: Invalid file path

The specified encoding may be different from the encoding specified during file compression.

Specify the same encoding as the one during file compression in Encoding.

ZipOperationException

Password is not specified.

The password for encryption isn't specified in Password.

Specify Password.

ZipOperationException

The zip file is encrypted. Please specify a password to decrypt.

The password for decryption isn't specified in Password.

Specify Password.

ZipOperationException

The file specified in GZIP file can't be processed.

Specify a GZIP format file that can be processed for GZIP file.

 

Limitations of FILEOPE category

Create File

Specification limits

None.

Create Directory

Specification limits

None.

Copy

Specification limits

  • You can use the wildcards "*" (zero or more times) and "?" (one or zero time) in Copy source. Regular expressions can't be used.

  • Paths entered in Copy source are case-sensitive.

  • Files copied before the error can't be rolled back.

  • The last updated date and time of the files copied to Copy to is the date and time when the copy operation was executed.

Delete File/Directory

Specification limits

  • You can use the wildcards "*" (zero or more times) and "?" (one or zero time) in Target path. Regular expressions can't be used.

  • Paths entered in Target path are case-sensitive.

Move

Specification limits

  • You can use the wildcards "*" (zero or more times) and "?" (one or zero time) in Move source. Regular expressions can't be used.

  • Paths entered in Move source are case-sensitive.

  • Files moved before the error can't be rolled back.

Get List of File Names

Specification limits

  • Wildcards and regular expressions can't be used in Directory path.

  • Paths entered in Directory path are case-sensitive.

Check File/Directory Exists

Specification limits

  • If the filename or directory name specified in Target path ends with a space, it's automatically trimmed.

    However, when a database filesystem is used, the existence of the file or directory is confirmed using the file/directory name with the space.

Compress ZIP

Specification limits

  • You can use the wildcards "*" (zero or more times) and "?" (one or zero time) in Path to compress. Regular expressions can't be used.

  • Paths entered in Path to compress are case-sensitive.

  • Directories right under the root directory can't be compressed.

  • The date and time when the Compress ZIP operation was executed is the date and time that the files contained in the zip file were last updated.

  • Using multi-byte characters in Password isn't supported.

Extract ZIP

Specification limits

  • Wildcards and regular expressions can't be used in Zip file.

  • Paths entered in Zip file are case-sensitive.

  • The date and time when the Extract ZIP operation was executed is the date and time that the files were last updated.

  • Decompression of a zip file encrypted with a password that contains multi-byte characters isn't supported.

Compress GZIP

Specification limits

  • Paths entered in File path to compress are case-sensitive.

Extract GZIP

Specification limits

  • Paths entered in GZIP file are case-sensitive.

  • The date and time when the Extract GZIP operation was executed is the date and time that the files were last updated.