Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Destination |
Required |
Not available |
Select a global resource.
- [Add]:
Add a new global resource.
- [Edit list]:
Global resource settings can be edited in “Edit resource list” screen.
|
|
Table name |
Required |
Available |
Select or enter a table name where to delete items. |
|
Primary key list |
Required |
- |
Specify primary key list of the table specified in [Table name].
|
|
Primary key list/Hash key |
Optional |
Not available |
Displays whether it is a hash key attribute of the table specified in [Table name] or not. |
|
Primary key list/Range key |
Optional |
Not available |
Displays whether it is a range key attribute of the table specified in [Table name] or not. |
|
Primary key list/Attribute name |
Required |
Available |
Displays an attribute name of the table specified in [Table name]. |
- The specified attribute name is displayed in Mapper schema.
|
Primary key list/Type |
Required |
Not available |
Select the type of [Attribute name]. |
- It is displayed in “<DynamoDB data type> (<Internal data type>)” format.
- DynamoDB data type:
Data type supported by Amazon DynamoDB.
- Internal data type:
Data type used internally within DataSpider.
For more details, refer to “Internal Data Types”.
|
Component variable name |
Description |
Remarks |
count |
The number of delete requests that has been sent 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 specified in [Destination] is not found. |
Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. |
Specify [<property name>]. |