Global Resource Properties

Connection Settings

The connection settings of global resource can be configured from the property settings of each adapter or "Global Resource Settings" of the control panel.
Basic settings
Item name Required/Optional Use of Variables Description Remarks
Name Required Not available Enter the name of the connection settings.
 
Required settings
Item name Required/Optional Use of Variables Description Remarks
API key Required Only environment variables are available Enter the API key for Tegaki authentication.  
Timeout Optional Only environment variables are available Enter the connection timeout period in milliseconds.
  • The default value is "60000" and "0" is set if omitted.
  • Allowed values are "0-2147483647".
  • When omitted, "0" or an invalid value is entered, timeout will not be performed.

Security

The security settings can be configured in "Global Resource Settings" of the control panel.

Major Exceptions

Exception name Cause Solution
InvalidPropertyConfigurationException
Required item of the resource is not specified. :<property name>
[<property name>] of [Destination] is not specified. Specify [<property name>] of [Destination].
java.net.SocketTimeoutException Timeout occurred while connecting Tegaki. Check the status of network and Tegaki. Or, check [Timeout] of the global resource specified in [Destination].