| Element name |
Attribute name |
Description |
Remarks |
| ftpserver |
- |
|
|
| name |
Host name of connected FTP server |
|
| port |
Port number of connected FTP server |
|
| user |
User name to connect to the server |
|
| pathnames |
- |
|
|
| pathname |
- |
Emerges according to the delete targeted file/directory. |
|
| date |
Always empty data |
|
| filetype |
Outputs the file type of the delete targeted file/directory.
- File:File
- Directory:Directory
|
|
| local |
Always empty data |
|
| remote |
Outputs the absolute path on the FTP server of delete targeted file/directory. |
|
| size |
Outputs the delete targeted file size. The unit is byte.
The data of directory is empty.
|
|
| status |
Delete status
- [Deleted]: Removed from FTP server
- [NG]: Not removed because of some reason.
|
|
| type |
Data is always empty |
|
| Component variable name |
Description |
Remarks |
| count |
Stores the numbers of delete targeted file/directory. |
- The value defaults to null.
- This value is the sum of "directory_count" and "file_count".
|
| directory_count |
Stores the numbers of delete targeted directory. |
- The value defaults to null.
|
| file_count |
Stores the numbers of delete targeted file. |
- The value defaults to null.
|
| message_category |
Stroes the category to which corresponding message code belongs to, when an error occurs. |
- The value defaults to null.
|
| message_code |
Stores its corresponding message code of occured error. |
- The value defaults to null.
|
| message_level |
Stores the severity of the corresponding message code of the occured error. |
- The value defaults to null.
|
| error_type |
Returns the error type when error occurred. |
- The value defaults to null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The message may vary depending on DataSpider Servista version.
|
| error_message |
Return the error message when error occurred. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version.
|
| error_trace |
Return trace information when error occurred. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version or the client application used.
|
| Exception name |
Causes |
Solution |
ResourceNotFoundException Resource definition could not be found.Name: [] |
[Destination] is not specified. |
Please specify [Destination] . |
ResourceNotFoundException Resource definition could not be found.Name: [<name of Global Resources>] |
Resource definition selected in [Destination] is not found. |
Please check the global resource specified in [Destination] |
RemoteFileListParseException Failed analyze the list of remote files. The encoding specified may be incorrect. |
Failed analyze the list of remote files. |
Ensure the [Encoding] specified in [Destination] and the FTP server settings are correct. |
| FTPException |
Exception if any error returned by the FTP server. |
Check the contents of the message. |
| com.enterprisedt.net.ftp.FTPException |
Exception if any error returned by the FTP server. |
Check the contents of the message. |
| java.net.UnknownHostException |
Exception if FTP server is not found. |
Please check your FTP server configuration. |
| java.net.ConnectException |
Exception if can not Connect to FTP Server. |
Check if port number or FTP is running. |