Data Management configuration files
Overview
Data Management has several configuration files that you may need edit in order to perform actions such as enabling advanced security mode, defining an OS user as Administrator, configuring SSL, or defining JVM attributes. These files are located in the Data Management installation folder, and can be edited using a text editor.
You will need OS administrator permissions to edit these files.
Core settings used by all services
The properties specified in the file CoreCfg.properties
are "root" settings that are used by all services, unless overridden in the individual service configuration file.
Java
Property | Usage |
---|---|
| See JVM memory. |
| See JVM options. |
Security
Property | Usage |
---|---|
| If |
| If set to |
| If defined, path to the user-supplied private key file in PEM format. If this key is configured but the specified file does not exist or is invalid, the Data Management services will fail. See Signed certificates. |
| If defined, path to the user-supplied public key file in PEM format. If this key is configured but the specified file does not exist or is invalid, the Data Management services will fail. See Signed certificates. |
| If set to |
| Data Management defaults to a requirement for SSL/TLS v.1.2 or higher for inter-server and client-server communication. If you require an older TLS version, set this option to |
| Specifies the allowed ciphers for web services and inter-process communications. Ignored if |
| Used to disable weaker SSL ciphers for SFTP. Ignored if |
| If set to |
| If set to |
| Limits the number of retired crypto keys. Once that limit is reached, Data Management will recycle older keys. Defaults to |
| If set to |
| If defined, comma separated list of absolute paths of executables that can be run from Data Management tools and Automations. If |
| If set to |
| If set to |
Networking
Property | Usage |
---|---|
| The starting TCP port of a range of seven that will be used by the Data Management services. Defaults to |
| The address of the host running the Data Management site server. Normally set by the installer. |
| The address of the host running the Data Management web service proxy server. Normally set by the installer. |
Miscellaneous
Property | Usage |
---|---|
| Path to the directory containing large data files, which includes the repository, logs, and reference databases. This is normally set during installation, and defaults to the installation folder. |
| Set to |
| Set to |
Logging
Property | Usage |
---|---|
| Location for security audit log file. Defaults to |
| Maximum size for any single security audit log file. Defaults to 1MB. |
| Maximum total size for all security audit log files. Defaults to 10MB. |
| The interval, in seconds, for checking on older server trace log files to be removed. Defaults to 5 minutes. |
| The maximum age of an active server trace log before it is closed and a new log started. Normally not set in production. Defaults to one day. |
| The longest time that any server trace log file will be kept before deletion, in seconds. Defaults to 15 days. |
| The largest entry allowed in server trace log files, in bytes. Defaults to 500KB. |
| The maximum size of an active server trace log, in bytes, file before it is closed and a new one opened. Defaults to 100MB. |
| The maximum size of all server trace log files, in bytes, before older ones are deleted. Defaults to 2GB. |
Tuning and diagnostics
Change these only after consultation with Redpoint Global Inc. support staff.
Property | Usage |
---|---|
| Controls Windows crash dump verbosity. Sets a level between |
| Controls Windows crash dump folder. |
| Normally not defined; for development and debug use. |
| If defined, the server trace logs will be limited to only messages that contain the defined string. |
| A number between
You may define this separately for site, execution, project, and automation servers. |
| If defined, increase the time that all servers wait for a new TCP interface to become active (from the default of 30 seconds). Change this only if you experience errors while running new projects, and see messages like this in the server trace logs:
|
| If defined, increase the time that all servers wait for a Change this only if you experience errors while running new projects, and see messages like this in the server trace logs:
|
| If defined, increase the time that all servers wait for a background request processor to become active (from the default of 30 seconds). Change this only if you experience errors while while starting services, and see messages like this in the server trace logs:
|
| If defined, change the time that all servers wait to confirm an accepted TCP connection (from the default of 20 seconds). |
Testing/debug
Property | Usage |
---|---|
| These properties are for internal development and debug use. Use them only when working with Redpoint Global Inc. support staff. |
Site server settings
The file SiteServerCfg.properties
contains a single property.
Property | Usage |
---|---|
| File name and path for site server trace logs. |
Execution server settings
The properties specified in the file ExecutionServerCfg.properties
are settings used by the Data Management execution servers.
Property | Usage |
---|---|
| Name of the execution server. If missing, defaults to |
| The address of the host running the Data Management site server. Normally set by the installer. |
| A list of addresses that the client can use when connecting from a network that doesn't resolve DNS names the same way, or uses a different IP address (for example, the site has different internal and external addresses). |
| File name and path for execution server trace logs. |
| If defined, a list of mapped drives for use in parallel as temporary storage. |
| If defined, increases the time that the execution server waits for a newly-spawned project to connect from the default value of 310 seconds. Change this only if you experience timeout errors while running new projects, and see server trace log messages like:
|
Project server settings
The properties specified in the file ProjectServerCfg.properties
are settings used during project execution.
Property | Usage |
---|---|
| Set to |
Web service proxy settings
The file WSPServerCfg.properties
controls aspects of projects deployed as real time web services.
Property | Usage |
---|---|
| If set, a path to the user-supplied private key file in PEM format, which will be used to present authentication to web service callers using HTTPS. If this key is configured but the specified file does not exist or is invalid, the web services will fail to listen for requests. |
| If set, a path to the user-supplied public key file in PEM format, which will be used to present authentication to web service callers using HTTPS. If this key is configured but the specified file does not exist or is invalid, the web services will fail to listen for requests. |