Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not Available | Enter the name to show on the script canvas. |
Item name | Required / Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not Available | Select a global resource.
![]()
|
|
Search criteria | Opitional | - | Specify search criteria.
Operation is available with button below.
|
|
Search criteria/Item | Required | Not Available | Select search item.
|
|
Search criteria/Range | Required | Not Available | Select range to search.
|
|
Search criteria/Content | Required | Available | Enter searching contents. |
|
Item name | Description | Remarks |
---|---|---|
Search Item settings | Displaying item can be set to [Item] of [Search criteria] after starting ![]() |
Item | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not Available | You can write a short description of this adapter. The description will be reflected in the specifications. |
Component variable name | Description | Remarks |
---|---|---|
execute_count | Stores the number of deleted data. |
|
message_category | Stores the category of message code corresponding to the occured error. |
|
message_code | Stores the code of message code corresponding to the occured error. |
|
message_level | Stores the severity of message code corresponding to the occured error. |
|
error_type | Returns the error type when error occurred. |
|
error_message | Returns the error message when error occurred. |
|
error_trace | Returns the trace information when error occurred. |
|
Item | Range | Content | How to search |
---|---|---|---|
Common name Common name |
same as next character string begin with next character string |
Suzuki Ichiro Tanaka |
Common name="Suzuki Ichiro" OR Common name="Tanaka*" |
Common name Phone number |
same as next character string begin with next character string |
Suzuki Ichiro 03 |
Common name="Suzuki Ichiro" AND Phone number="03*" |
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: [<name of Global Resources>] |
Resource definition selected in [Destination] is not found. | Confirm the global resource specified in [Destination] . |
InvalidPropertyConfigurationException Required property is not entered. |
Required item of resource selected in [Destination] is not specified. | Specify required item of resource. |
InvalidPropertyConfigurationException Search criteria(Content)is not entered. |
[Content] of [Search criteria] is not entered. | Enter [Content] of [Search criteria], or delete from [Search criteria]. |
java.rmi.UnmarshalException | Certificate is not inported in $DATASPIDER_HOME/jre/lib/security/cacerts. | It is required to inport certificate in $DATASPIDER_HOME/jre/lib/security/cacerts. |