Manager Version
|
Operating System
|
Excel Version
|
Language
|
8.2
|
Windows 7
|
2013, 2016 (32 bit)
|
English (US)
|
8.3
|
Windows 7
|
2013, 2016 (32 bit)
|
English (US)
|
8.4
|
Windows 7
|
2013, 2016 (32 bit)
|
English (US)
|
8.5
|
Windows 7
|
2013, 2016 (32 bit)
|
English (US)
|
Property
|
Description
|
AppKey
|
Specifies the key used to communicate with ThingWorx without requiring any other authentication. You can use the default or create your own key in ThingWorx and specify it here.
|
URI
|
Specifies the URI of the ThingWorx server where the Analytics Manager framework is running. For example, ws://localhost:8080/Thingworx/WS.
|
ConnectorName
|
Specifies the name of the connector to which this agent must communicate. The default value TW.AnalysisServices.Excel.ExcelConnector is installed by the Analytics Manager extension on the ThingWorx server.
|
AppImplClass
|
Specifies the fully qualified name of the class that implements the application interface. This class contains the bridging code between the agent and the analysis provider. This class must be in the classpath provided to the JVM when running the agent. This property is required.
|
log4net_config
|
Specifies the configuration file that controls the logging information of the agent. By default, the agent uses the log4net.config file deployed by the installer.
|
ClientInstanceInitCount
|
Specifies the number of client instances that start when the agent is started. The default value is 1.
|
ClientInstanceMaxCount
|
Specifies the maximum number of client instances that this agent can start. Specify a value greater than 0 to provide a fixed maximum value for the number of clients.
|
GatherClientHealthData
|
Set the value to true to monitor the health of the client. By default, this is set to false.
|
ClientHealthDataInterval
|
Specifies the time interval in milliseconds after which the agent polls the system and its clients for health information. The default value is 60000.
|
UseRedundantAgent
|
Used to monitor the agent for crashes. If the value is set to true, a process is launched at startup of the agent that monitors the agent. If the agent crashes, it is restarted automatically. If the monitoring process fails, the agent restarts it. By default, this is set to false.
|
AgentId
|
Specifies a unique string that is used for identification of an agent to the ThingWorx server. If the value is not specified, a unique ID is generated automatically and is reused until a different one is provided using this property.
|
AgentWorkDir
|
Specifies the directory used by the agent to store model files, temporary files, result files, and data files. The default AgentFiles folder is created in the installation directory of the agent. The following subdirectories are created under this directory:
• Models
• TempFiles
• Results
• DataFiles
|
SupportDeployment
|
Set to true to deploy new docker-based or jar-based analysis agents.
|
QueueLengthUpperBound
|
Specifies the number of jobs that can be queued for execution by the Excel Agent. The default value is 1000.
|
ScanRate
|
This property is applicable to simulation jobs only.
Specifies the interval in milliseconds at which the agent checks for simulation property updates and triggers analysis jobs. Jobs are triggered only if property values have changed since the last scan time. By default, this is set to is 1000.
|
RetainResultFiles
|
Set to true so that the Excel agent saves the result files after completing a job. This can be used for debugging purposes.
|