Element name |
Attribute name |
Description |
Remarks |
ftpserver |
- |
|
|
name |
Outputs the host name of the connected FTP server. |
|
port |
Outputs the port number of the connected FTP server. |
|
user |
Outputs the user name used when connecting to FTP server. |
|
pathnames |
- |
|
|
pathname |
- |
Appears for each file/directory to be deleted. |
|
date |
Always outputs empty data. |
|
filetype |
Outputs the file type.
- File: File
- Directory: Directory
|
|
local |
Always outputs empty data. |
|
remote |
Outputs the absolute path in the FTP server of the file/directory. |
|
size |
Outputs the file size. Unit is byte.
Empty, in the case of directory.
|
|
status |
Outputs the deletion status.
- Deleted: Status where the file is deleted from FTP server.
- NG: Status where the file is not deleted due to an error.
|
|
type |
Always outputs empty data. |
|
Component variable name |
Description |
Remarks |
count |
The number of files/directories to be deleted is stored. |
- Default value is null.
- The sum of “directory_count” and “file_count”.
|
directory_count |
The number of directories to be deleted is stored. |
|
file_count |
The number of files to be deleted is stored. |
|
message_category |
When an error occurs, the corresponding message code's category is stored. |
|
message_code |
When an error occurs, the corresponding message code is stored. |
|
message_level |
When an error occurs, the corresponding message code's severity is stored. |
|
error_type |
When an error occurs, the error type is stored. |
- Default value is null.
- The error type will be in the following format.
Example: “java.io.FileNotFoundException”
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_message |
When an error occurs, the error message is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_trace |
When an error occurs, the error's trace information is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions and client applications.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException Resource definition is not found. Name: [<global resource name>] |
The resource definition selected in [Destination] is not found. |
Check the global resource specified in [Destination]. |
RemoteFileListParseException Failed to parse the remote file list. The encoding may be incorrect. |
Failed to parse the remote file list. |
Check the settings of [Encoding] selected in [Destination] and the settings of FTP server. |
FTPException |
This is an exception raised when FTP server returns some error. |
Check the contents of the message. |
com.enterprisedt.net.ftp.FTPException |
This is an exception raised when FTP server returns some error. |
Check the contents of the message. |
java.net.UnknownHostException |
This is an exception raised when the specified FTP server is not found. |
Check the FTP server settings. |
java.net.ConnectException |
This is an exception raised when unable to connect to FTP server. |
Check whether the port number is correct and the FTP server is running. |