AspenTech IP.21
Connection Settings
IP
IP address or host name for the IP.21 Agent.
Port
Port for the IP.21 Agent.
Connection String
The ODBC Connection String used by the agent to connect to the InfoPlus server. The default string assumes the agent is running on the same machine as the InfoPlus server and establishes an local ODBC connection.
Default: Driver={AspenTech SQLplus};Host=localhost;Port=10014
When the agent is running on a separate machine this string should be updated use the Host
and Port
required to establish a remote ODBC connection with the server.
Token
The connection token used by the agent to authenticate the Intelligence Hub connection. This should match the token configured in the ip21 agent settings.json.
Connect Timeout (seconds)
The maximum amount of time to wait for successful connection to the agent. If this time is exceeded the connection fails with an error return.
Request Timeout (ms)
The maximum amount of time to wait for a read or write response. If this time is exceeded the read or write fails with an error return.
Compression
When enabled, communication between the Intelligence Hub and the agent is compressed using GZip. This improves read times in cases where returned payloads are large. For smaller payloads, there may be little or no performance improvement.
Input Settings
Type
Query
is currently the only supported input type.
Command
The SqlPlus command to execute when the input is read. The Record Explorer can be used to discover record and attribute names available for use in SqlPlus queries.
NOTE: The Record Explorer does not expose virtual tables such as HISTORY
or ALL_RECORDS
. But these records can be used in SqlPlus commands.