Global Resource Properties

Connection settings

Connection settings for a global resource can be managed in the property setting dialog for each adapter, "Global Resource Settings" within Control Panel.
Basic settings
Item name Required/Optional Use of variables Description Remarks
Name Required Not available Enter the name of connection setting.  
Type Required Not available Select the type of Active Directory to connect.  
Required settings
Item name Required/Optional Use of variables Description Remarks
Hostname Required Only environment variables are available Input the Active Directory server name or IP address of the destination.  
User name Required Only environment variables are available Input user name used when logging into the Active Directory server.

For connection, specify "Common name (CN)" for the user in order to use "Distinguished name (DN)".
  • Default value is "administrator".
  • The specified user must belong to either of the groups shown below.
    • A group that has full control of domain specified in [Domain]
    • "Account Operators" group
  • If [Include child domain as operation target] is checked, the user must belong to the group that has the same permission as the above groups to the child domain of domain specified in [Domain].
Password Optional Only environment variables are available Input user password specified at [User name].  
Container Optional Only environment variables are available If the user specified at [User name] is stored in containers, enter the containers.
  • Default value is "Users".
  • For multi-level values, specify the values in the order from upper levels separating them with "/".
Organizational Unit Optional Only environment variables are available If the user specified at [User name] or the container specified at [Container] is stored in organizational units, enter the organizational units.
  • For multi-level values, specify the values in the order from upper levels separating them with "/".
Domain Required Only environment variables are available Input domain of Active Directory server from destination.  
Include child domain as operation target Optional Not available Select whether to include child domain of domain specified in [Domain] as the operation target.
  • [Checked]:(Default)
    User and group of child domain are target for search and update.
  • [Not checked]:
    User and group child of domain are not target for search and update.
If user and group of child domain are target for search and update, it is necessary to specify DNS server of OS that Active Directory is running, in network settings of OS that DataSpiderServer is running.
Property action
Item name Description Remarks
Connection test Confirm a connection to a host.  

Component pool settings

Component pool settings can be managed in "Global Resource Settings" within Control Panel.

Security

Security setting can be managed in " Global Resource Settings" within Control Panel.

Specification Limits

Main Exceptions

Exception name Cause Solution
InvalidPropertyConfigurationException
Required items for resource is not specified.
Required items is not specified. Specify required items.
InvalidPropertyConfigurationException
Authorization failed.
Input of [User name] or [Password] has an error. Confirm settings for [User name] or [Password].
jp.synctrust.util.account.connection.ConnectionException
cannot be connected
  1. Settings for required settings property has an error.
  2. Certificate is not imported to $DATASPIDER_HOME/jre/lib/security/cacerts.
  1. Confirm the settings for required settings property.
  2. It is necessary to import a certificate into $DATASPIDER_HOME/jre/lib/security/cacerts.
java.io.FileNotFoundException
CA certificate file cannot be found.
$DATASPIDER_HOME/jre/lib/security/cacerts does not exist. Confirm whether $DATASPIDER_HOME/jre/lib/security/cacerts exists or not.
java.rmi.UnmarshalException Certificate is not imported to $DATASPIDER_HOME/jre/lib/security/cacerts. It is necessary to import a certificate into $DATASPIDER_HOME/jre/lib/security/cacerts.