Column Name |
Description |
Remarks |
bucketname |
Outputs the Bucket name of the retrieved file/folder. |
- The value of the name attribute of the bucket element specified in the input data.
|
etag |
Outputs the ETag of the retrieved file/folder. |
- If file/folder information could not be retrieved successfully, the value is blank.
|
filename |
Outputs the name of the retrieved file/folder. |
- The value generated from the remotepath attribute of the file element specified in the input data.
|
public |
Output access right of retrieved files/folder.
- true: Public
- false: Private
|
- If [Retrieve ACL information] is [Not Checked] then the value is blank.
- If file/folder information could not be retrieved successfully, the value is blank.
|
remotepath |
Output file path on Amazon S3 of the retrieved file/folder. |
- The value of the remotepath attribute of the file element specified in the input data.
|
size |
Outputs the size of the file/folder retrieved. The unit is byte. |
- If file/folder information could not be retrieved successfully, the value is blank.
- In case of folder, "0" is output.
|
status |
Output the status of the gotten file/folder.
- Exist: Status that file/folder exists.
- Virtual:Status that the folder specified in remotepath does not exist on Amazon S3 and files and/or folders exist in the folder.
- ErrorBucketNotFound: The status that on Amazon S3, the specified Bucket does not exist in the specified bucketname.
- ErrorRemoteFolderNotFound: The status that on Amazon S3, the specified folder does not exist in the specified remotepath.
- ErrorRemoteFileNotFound: The status that on Amazon S3, the specified file does not exist in the specified remotepath.
- ErrorClientEncryption:The status that failed to read, due to existence of error in the specified [Secret Key].
- Error: The status that because an error occurred file/folder information could not be got.
|
|
storageclass |
Output Storage Class of the gotten file/folder.
- STANDARD: Standard
- REDUCED_REDUNDANCY: RRS(Reduced Redundancy Storage)
- STANDARD_IA: Standard_IA
|
- If file/folder information could not be retrieved successfully, the value is blank.
|
type |
Output the classification of gotten file/folder.
- File: File
- Folder: Folder
|
- The value of the type attribute of the file element in the input data.
|
updated |
Output the last updated date of the retrieved file/folder. |
- If file/folder information could not be retrieved successfully, the value is blank.
|
data |
Output the received file contents in binary format. |
- In case of file, output value.
- In case of folder, does not output value.
|
contenttype |
Output the Content-Type of the file/folder to read on Amazon S3. |
- If file/folder information could not be retrieved successfully, the value is blank.
|
Component variable name |
Description |
Remarks |
count |
Return the number which is the total number of the gotten folder number and file number. |
- The value defaults to null.
- The sum of "folder_count" and "file_count".
|
folder_count |
Returns the number of retrieved folder. |
- The value defaults to null.
|
file_count |
Returns the number of retrieved 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 |
Stores the type of the occured error. |
- The value defaults to null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The message may vary depending on the DataSpider Servista version.
|
error_message |
Stores the error message for the occured error. |
- The value defaults to null.
The message may vary depending on the DataSpider Servista version.
|
error_trace |
Stores stack trace of the occurred error. |
- The value defaults to null.
The message may vary depending on the 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]. |
IllegalArgumentException
Invalid input data: <message>
The <message> is one of the following messages.
- Bucket name is not specified.
- Remote path is not specified.
- File/folder type is not specified.
- File/folder type<value> is invalid.
- Element<element name> is incorrect.
|
Invalid data is input. |
Check the input data. Please check Schema. |
InvalidPropertyConfigurationException
Specified secret key does not exist. |
File path specified in [Secret Key] does not exist.; |
Specify the existing file path to [Secret Key]. |
InvalidPropertyConfigurationException
Specified secret key is directory. |
[Secret Key] is set as directory path. |
Specify file path for [Secret Key]. |
Status Code: 403, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: InvalidAccessKeyId, AWS Error Message: The AWS Access Key Id you provided does not exist in our records., S3 Extended Request ID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
[Access Key ID] of global resources specified in [Destination] is not correct. |
Check the settings of the global resource specified in [Destination]. |
Status Code: 403, AWS Request ID: XXXXXXXXXXXXXXXX, AWS Error Code: SignatureDoesNotMatch, AWS Error Message: The request signature we calculated does not match the signature you provided. Check your key and signing method., S3 Extended Request ID: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
[Secret Access Key] of the global resources specified in [Destination] is incorrect. |
Check the settings of the global resource specified in [Destination]. |
com.amazonaws.AmazonClientException
Unable to execute HTTP request: <endpoint> |
[Endpoint] of the global resource specified in [Destination] is incorrect. |
Check the settings of the global resource specified in [Destination]. |