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 | Optional | - | Specify the search criteria.
It can be operated by following buttons.
|
|
Search criteria/Item | Required | Not available | Select the search range.
|
|
Search criteria/Range | Required | Not available | Select the search range.
|
|
Search criteria/Content | Required | Available | Enter the searching content. |
|
Item name | Description | Remarks |
---|---|---|
Set search items | ![]() |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Data processing method | Required | Not available | Select a data processing method.
|
Item name | 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. |
<?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 | Group name(pre-Windows2000) | |
groupType | Group type |
|
groupNameIncludedMember | Belonging group name |
|
description | Description | |
info | Notes |
Component variable name | Description | Remarks |
---|---|---|
execute_count | Stores the number of data that are searched. |
|
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. |
|
Item | Range | Content | Search method |
---|---|---|---|
Common name Common name |
Equal to Start with |
Suzuki Ichiro Tanaka |
Common name="Suzuki Ichiro" OR Common name="Tanaka*" |
Common name Telephone number |
Equal to Start with |
Suzuki Ichiro 03 |
Common name="Suzuki Ichiro" AND Telephone number="03*" |
Exception name | Cause | Measure |
---|---|---|
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 of resource selected by [Destination] is not specified. | Specify required items for resource. |
InvalidPropertyConfigurationException Search criteria(Content) is not entered. |
[Content] of [Search criteria] is not entered. | Enter [Content] of [Search criteria] or delete it from [Search criteria]. |
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. |