Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | ||
Input data | Required | Not available | Select a component on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select a global resource.
![]()
|
|
Update accounts that match the value of the Search key | Optional | Not available | Search input data of items that [Search key] is selected as criteria, then select whether to update if matching accound exists.
|
|
Search key/Update object | Required | - | Specify the item regarded as search key and the item regarded as Update object. | |
Search key/Update object/Search key | Optional | Not available | Select the item regarded as search key.
|
|
Search key/Update object/Update object | Optional | Not available | Select the item regarded as Update object.
|
|
Search key/Update object/Item name | Required | Not available | Display item name. | |
Search key/Update object/Item name(Japanese) | Required | Not available | Display item name(Japanese). |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comments | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
<?xml version="1.0" encoding="Shift_JIS"?> <activedirectory> <group> <cn></cn> <sAMAccountName></sAMAccountName> <groupType></groupType> <groupNameIncludedMember></groupNameIncludedMember> <description></description> <mail></mail> <info></info> </group> </activedirectory>
Item name | Item name(Japanese) | Remarks |
---|---|---|
cn | Group name |
|
sAMAccountName | pre-Windows 2000 group name |
|
groupType | Group type |
|
groupNameIncludedMember | Belonging group name |
|
description | Description | |
info | Notes |
<?xml version="1.0" encoding="Shift_JIS"?> <activedirectory> <group> <cn></cn> <sAMAccountName></sAMAccountName> <groupType></groupType> <groupNameIncludedMember></groupNameIncludedMember> <description></description> <mail></mail> <info></info> </group> </activedirectory>
Item name | Item name(Japanese) | Remarks |
---|---|---|
cn | Group name | |
sAMAccountName | pre-Windows 2000 group name | |
groupType | Group type |
|
groupNameIncludedMember | Belonging group name | |
description | Description | |
info | Notes |
Component variable name | Description | Remarks |
---|---|---|
register_count | Stores the number of data that are registered. |
|
update_count | Stores the number of data that are updated. |
|
skip_count | Stores the number of data that did not registered/updated. |
|
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 | When an error occurs, the type of error occurred will be stored. |
|
error_message | When an error occurs, the message of error occurred will be stored. |
|
error_trace | When an error occurs, the trace of error occurred will be stored. |
|
Update row that match value of the key |
Search key | Update object | Match data |
Process |
---|---|---|---|---|
No update | Not selected | Not selected/selected | Yes/no | Register all items of input data that have been set |
No update | Selected | Not selected/selected | No | Register all items of input data that have been set |
No update | Selected | Not selected/selected | Yes | Give input data to Mapper without register/update |
Update | Not selected | Not selected/selected | Yes/No | Register all items of input data that have been set |
Update | Selected | Not selected | No | Register all items of input data that have been set |
Update | Selected | Selected | No | Register all items of input data that have been set |
Update | Selected | Selected | Yes | Update items that [Update object] are selected![]() |
Update | Selected | Not selected | Yes | Nothing will update because [Update object] are not selected |
Exception name | Cause | Solution |
---|---|---|
InputDataNotFoundException | [Input data] is not specified. | Specify [Input data] or draw a data flow. |
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 items for resource is not speficied. |
Required items for resource selected in [Destination] is not specified. | Specify required items for resource. |
InvalidPropertyConfigurationException Required item is not specified. |
Required item is not specified. | Specify required items. |
InvalidPropertyConfigurationException It exceeds the maximum length. |
Input items for character string length exeeded its maximum value. | Enter value within character string length that can set up. |
InvalidPropertyConfigurationException Set point is false. Group type |
Value of [Group type] is false. | Enter the correct value to[Group type]. |
InvalidPropertyConfigurationException Set point is false. Group name(Pre-Windows2000) |
Following invalid characters are entered in [Group name(Pre-Windows2000)].
". , / \ [ ] : ; | = + * ? < > "" |
Enter the correct value to [Group name(Pre-Windows2000)]. |
InvalidPropertyConfigurationException Group name cannot update. |
Account that matches [Search key] is already registered and [Group name] is specified in [Update object]. | Confirm the settings. |
jp.synctrust.util.account.context.ContextException Cannot register because matching account already exists. |
Account that matches [Group name] or [Group name(Pre-Windows2000)] is already registered. | Confirm the settings. |
jp.synctrust.util.account.context.ContextException Failed to revise the entry. |
[Group name] is revised with a following content.
|
Cannot revise the content of cause, take one of the following steps for solution.
|
java.rmi.UnmarshalException | Certificate has not been imported in $DATASPIDER_HOME/jre/lib/security/cacerts. | It is necessary to import certificate in $DATASPIDER_HOME/jre/lib/security/cacerts. |