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 / Optiona | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select a global resource.
![]()
|
|
Search criteria | Optional | - | 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 search range.
|
|
Search criteria/Content | Required | Available | Enter search contents. |
|
Item name | Description | Remarks |
---|---|---|
Search item settings | Sets item to [Item] of [Search criteria] by starting ![]() |
Item name | Required / Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
User is required to change password next time they log on. | Optional | Not available | Select whether to set an account with "User is required to change password next time they log on" valid as search criteria.
|
|
Password is unlimited. | Optional | Not available | Select whether to set an account with "Password is unlimited" valid as search criteria.
|
|
Preserve password in the condition that encryption can be reset. | Optional | Not available | Select whether to set account with "Preserve password in the condition that encryption can be reset" valid as search criteria.
|
|
Account is invalid. | Opitional | Not Available | Select whether to set account with "Account is invalid" valid as search criteria.
|
Item name | Required / Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Data processing method | Required | Not available | Select data 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="Shift_JIS"?> <activedirectory> <user> <cn></cn> <sn></sn> <givenName></givenName> <displayName></displayName> <userPrincipalName></userPrincipalName> <sAMAccountName></sAMAccountName> <unicodePwd></unicodePwd> <groupNameIncludedMember></groupNameIncludedMember> <userAccountControl> <passwdNotreqd></passwdNotreqd> <dontExpirePassword></dontExpirePassword> <encryptedTextPwdAllowed></encryptedTextPwdAllowed> <accountDisable></accountDisable> </userAccountControl> <accountExpires></accountExpires> <description></description> <physicalDeliveryOfficeName></physicalDeliveryOfficeName> <telephoneNumber></telephoneNumber> <mail></mail> <wWWHomePage></wWWHomePage> <c></c> <postalCode></postalCode> <st></st> <l></l> <postOfficeBox></postOfficeBox> <streetAddress></streetAddress> <profilePath></profilePath> <scriptPath></scriptPath> <homeDirectory></homeDirectory> <homePhone></homePhone> <pager></pager> <mobile></mobile> <facsimileTelephoneNumber></facsimileTelephoneNumber> <ipPhone></ipPhone> <info></info> <company></company> <department></department> <title></title> </user> </activedirectory>
Key name | Description | Remarks |
---|---|---|
cn | Common name | |
sn | Last name | |
givenName | First name | |
displayName | Display name | |
userPrincipalName | User logon name | |
sAMAccountName | pre-Windows 2000 logon name | |
unicodePwd | Password |
|
groupNameIncludedMember | Belonging group name |
|
userAccountControl | Account options |
|
passwdNotreqd | User must change password at next logon |
|
dontExpirePassword | Password never expires |
|
encryptedTextPwdAllowed | Store password using reversible encryption |
|
accountDisable | Account disabled |
|
accountExpires | Account expiration date | |
description | Description | |
physicalDeliveryOfficeName | Office | |
telephoneNumber | Telephone number | |
wWWHomePage | Web page | |
c | Country/Region |
|
postalCode | Zip/Postal Code | |
st | State/province | |
l | City | |
postOfficeBox | P.O. Box | |
streetAddress | Street | |
profilePath | Profile path | |
scriptPath | Logon script | |
homeDirectory | Local path | |
homePhone | Home telephone | |
pager | Pager | |
mobile | Mobile phone | |
facsimileTelephoneNumber | Fax | |
ipPhone | IP phone | |
info | Notes | |
company | Company | |
department | Department | |
title | Title |
Component variable name | Description | Remarks |
---|---|---|
execute_count | Stores the search data number. |
|
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 research |
---|---|---|---|
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 item of resource is not specified. |
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 imported in $DATASPIDER_HOME/jre/lib/security/cacerts. | It is required to import Certificate in $DATASPIDER_HOME/jre/lib/security/cacerts. |