Agent Documentation > User Guide > Agent Configuration Files
Was this helpful?
Agent Configuration Files
Most Agent properties are set automatically and do not require maintenance or modification. In some cases the default settings must be changed for various environment-specific reasons or corporate protocols.
This section is a reference for making such changes, if required.
Main Application Configuration
These properties are found in: shared_data_path\conf\application.properties
Property
Description
Default Value
sharedDataPath
Populated during installation. Do not modify.
Determined at Installation
installPath
Populated during installation. Do not modify.
Determined at Installation
logging.level. com.actian.datacloud
This property can be added to enhance Agent-specific logging for debug purposes, for example, set to DEBUG.
INFO
agent.auth- server
Actian ID Service URL. Set for DataCloud and Avalanche production environments.
Note:  You must update this property for Private Cloud/Kubernetes hosted environments.
https://api.aop.aws. actiandatacloud.com
agent.control- server
Integration Manager API URL. Set for DataCloud and Avalanche production environments.
Note:  You must update this property for Private Cloud/Kubernetes hosted environments.
https://api.im. actiandatacloud.com/v2
agent.identity- provider
Populated automatically. Do not modify.
agent.refresh- token
Populated automatically. Do not modify.
worker.api.port
Populated during installation. Port used for Agent to Worker communication.
If changed, you must also change server.port in shared_data_path\conf\worker-application.properties to match.
6000
worker.concurrency
Number of DataConnect engines allowed to run in parallel. Make sure the appropriate licensing is in place before changing this value to avoid compliance issues.
1
worker.destinationId
Populated automatically. Do not modify.
worker.embedded
Populated automatically. Do not modify.
false
worker.engineJavaHome
Populated during installation. Controls the JVM used when launching DataConnect. JDK 11 or higher is required.
${sharedDataPath}/di- standalone-engine/jre
worker.libraryPath
Populated during installation. Do not modify.
${installPath}/lib
worker.workerLocalDir
Populated during installation. Controls where temporary job information is stored, for example, integration artifacts, logfiles.
${sharedDataPath}/local
engine.licensePath
Populated automatically. Do not modify.
${sharedDataPath}/license
/cosmos.slc
engine.iniFilePath
Populated automatically. Do not modify.
${sharedDataPath}/conf
/cosmos.ini
engine.localEngineInstal lPath
Populated during installation. Controls the location of the DataConnect Engine.
${sharedDataPath}/di- standalone-engine/runtime
/di9
engine.localEngineListe nerPort
Populated during installation. Port used for Worker-to-DataConnect Engine communication.
5999
engine.allowAllExecutab les
Must be set to true to run EXE steps within an integration process
true
engine.executableWhite List
Allow-list certaifn executables when allowAllExecutables is set to false. or more information, see the DataConnect documentation.
N/A
These properties are found in: shared_data_path\conf\worker-application.properties:
Property
Description
Default Value
server.port
Populated during installation. Port used for Agent-to-Worker communication.
If changed, you must also change worker.api. port in shared_data_path\conf\application.properties to match.
6000
These properties are found in: shared_data_path\conf\worker-control.properties:
Property
Description
Default Value
sharedDataPath
Populated during installation. Do not modify.
Determined at Installation
server.port
Populated during installation. Port used for Agent application container.
6001
Windows Service Wrapper (Windows Installations Only)
The following properties are found in: shared_data_path\conf\AgentWrapper.conf.
Caution!  This file contains many properties. Any that are not listed here, DO NOT MODIFY!
Property
Description
Default Value
set.PATH
Populated during installation.
You may add additional environment variables here if required, but you must keep the existing values intact.
%shared_data_path/jre/bin;% shared_data_path/di-standalone-engine
/runtime/di9/;%PATH%
wrapper.java. command. loglevel
Wrapper application-specific logging level
INFO
wrapper.logfile
Populated during installation. Controls the location of the Agent log file.
Changing this value will disable the ability to retrieve the log from Integration Manager.
%shared_data_path/logs/Agent.log
wrapper. logfile.loglevel
Controls GLOBAL Agent logging level.
Note:  We recommend that you do not modify this property. It is better to use logging.level.com.actian.datacloud in application.properties instead.
INFO
wrapper. logfile.maxsize
Maximum size that the Agent log file is allowed to reach before the log is rolled
2m
wrapper. logfile.maxfiles
Maximum number of rolled log files allowed before old files are deleted
5
wrapper. syslog.loglevel
Forward log events to Windows Sys/Event Log.
Note:  We recommend that you do not modify this property.
NONE
 
Last modified date: 08/22/2022