Item name | Required / Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. | |
Input data | Required | Not available | Select a component on the script canvas. |
Item name | Required / Optiona | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select a global resource.
![]()
|
|
Process group | Required | - | Specify identification name of the group to register/update/delete member. |
|
Process method | Required | Not available | Select a processing method.
|
Item name | Required / Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Item name | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
<?xml version="1.0" encoding="UTF-8" ?> <table> <row> <column>distinguishedName</column> </row> <row> : </row> </table>
Column name | Description | Remarks |
---|---|---|
distinguishedName | Specify identification name of the member to Register/Update/Delete. |
|
Component variable name | Description | Remarks |
---|---|---|
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. |
|
Exception name | Cause | Solution |
---|---|---|
InputDataNotFoundException | [Input data] is not specified. | Specify or draw a data flow [Input data]. |
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 item of resource is not specified. |
Required item of resource selected in [Destination] is not specified. | Specify required item of resource. |
InvalidPropertyConfigurationException Required item is not specified. |
Required item is not specified. | Specify required item. |
GroupNotFoundException | There is no setting [Processing group]. | Confirm setting contents. |
jp.synctrust.util.account.context.ContextException Failed to fix entry. |
There may be no member of input data. | Confirm setting contents. |
java.rmi.UnmarshalException | Certificate is not imported in $DATASPIDER_HOME/jre/lib/security/cacerts. | It is required to import Certificate in $DATASPIDER_HOME/jre/lib/security/cacerts. |