Gloabl 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, or from WebConsole.
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 database to connect.
  • [Windows Server 2008 Active Directory Connection Setting]:(Default)
  • [Windows Server 2012 Active Directory Connection Setting]:
 
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.
  • Default value is "administrator".
Password Optional Only environment variables are available Input user password specified at [User name].  
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, or from WebConsole.

Security

Security setting can be managed in " Global Resource Settings" within Control Panel, or from WebConsole.

Specification Limits

Main Execptions

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.