Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Destination |
Required |
Not available |
Select a global resource.
- [Add]:
Adds a new global resource.
- [Edit list]:
Enables to edit the global resource setting on " Resource edit list" screen.
|
|
Table name |
Required |
Available |
Select or enter the name of table to perform delete item. |
|
Primary key list |
Required |
- |
Specifies primary key list of table specified in [Table name] or index specified in [Index name].
|
|
Primary key list/Hash key |
Optional |
Not available |
Shows whether or not the table specified in [Table name] or index specified in [Index name]. |
|
Primary key list/Range key |
Optional |
Not available |
Shows whether or not the range key attribute of the table specified in [Table name] or index specified in [Index name]. |
|
Primary key list/Attribute name |
Required |
Available |
Shows whether or not the attribute name of table specified in [Table name] or attribute name of index specified in [Index name]. |
- Shows specified attribute name to mapper schema.
|
Primary key list/Type |
Required |
Not available |
Select [Attribute name] type. |
- Shows as "<DynamoDB data type> (<inner data type>)" format.
- DynamoDB data type:
Data type supported by Amazon DynamoDB.
- Inner data type:
Data type used in inner DataSpider.
For details, refer to "Inner data type".
|
Component variable name |
Description |
Remarks |
count |
Stores the number of sent delete request. |
|
message_category |
Stores the category of message code corresponding to the occurred error. |
|
message_code |
Stores the code of message code corresponding to the occurred error. |
|
message_level |
Stores the severity of message code corresponding to the occurred error. |
|
error_type |
Stores the error type of occurred error. |
- Default value is null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The value may vary depending on the DataSpider Servista version.
|
error_message |
Stores the error message of occurred error. |
- Default value is null.
The value may vary depending on the DataSpider Servista version.
|
error_trace |
Stores the trace information of occurred error. |
- Default value is null.
The value may vary depending on the DataSpider Servista version or the client application used.
|
Exception name |
Cause |
Solution |
ResourceNotFoundException Resource definition could not be found. Name:[] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException Resource definition could not be found. Name:[<Global resource name>] |
Resource definition specified in [Destination] is not found. |
Check global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. |
Specify [<Property name>]. |