Parameters for SE.SPO.AmplaService.exe config file
- Last UpdatedJun 11, 2024
- 3 minute read
|
AppSettings |
Description |
Valid values |
|---|---|---|
|
SQLServerName |
The name of the server to use for SQL databases. If this setting is empty, the default value is localhost. You can use this property to direct to a specific server other than localhost. |
Name of SQL server |
|
DatabaseName |
If service auto-starts, this value specifies the default project that starts in the service. |
Name of valid project |
|
DatabaseTimeout |
The amount of time to wait for a connection to the SQL database. The default setting is 10 minutes. |
Time value in hh:mm:ss |
|
DependentService |
Specifies the names of any Windows service that must be running before the service can run. For example, MSSQLSERVER. |
Name of Windows service. For example, MSSQLSERVER |
|
DependentServiceTimeout |
The amount of time to wait for any dependent services to be up and running before the service is started. |
Time value in hh:mm:ss |
|
LoadProject |
Determines whether the project is loaded automatically when the service is started. |
True (default), False |
|
StartProject |
Determines whether the project starts when it is loaded. If this value is set to False, items are stopped when the project loads. If this value is set to True, items set to Automatic attempt to start when the project is loaded. |
True (default), False |
|
DebugUpgrade |
Determines whether debug information about the upgrade process is reported. Produces an xml file at the end of each phase of the upgrade process from AVEVA™ Production Management version to version to determine where upgrade errors occur. |
True, False (default) |
|
EnableSecurityCache |
Determines whether to store security credentials in cache. |
True (default), False |
|
SecurityCache PersistencePeriod |
Specifies the amount of time to keep cached security records. |
Time value in hh:mm:ss |
|
ManagedThreadPoolMax ThreadsPer Processor |
Maximum number of threads per processor that can run concurrently. |
Integer |
|
DataActivityBusConsumerThreadLimit |
Limits the concurrent consumers of all MassTransit endpoints. The default is 2, that is, if the setting is commented out or missing. |
1 to 8 |
|
UseRCEMessageResequencer |
Enables the resequencing of Record Changed Event (RCE) messages to ensure message order. The default is false, that is, if the setting is commented out or missing. Note: If this parameter is set to true, the DataActivityBusConsumerThreadLimit parameter setting is ignored and a fixed value of 1 is imposed. |
True, False (default) |
|
LogLevel |
Specifies the minimum log level of log messages to send to the logger application. The values can be Verbose, Debug, Information, Warning, Error, or Fatal. Verbose provides the highest level of detail. |
Information (default) |
|
SeqServerUrl |
Points to the address of the Seq server, which enables AVEVA™ Production Management to write structured log events to the Seq application. The default Seq address is http://localhost:5341. |
Example: localhost:5341 |
|
ElasticsearchUrl |
Points to the location of the Elasticsearch server. Elasticsearch is a scalable search server that can be used to store, index and query your log events. The default Elasticsearch address is http://localhost:9200. |
Example: localhost:9200 |
|
StateDatabaseServerName |
The remote SQL service to which AVEVA™ Production Management points in order to create the state database. |
Name of the remote SQL server |
|
StateDatabaseDisableBackground |
This indicates whether or not the sample DB operation queue and Metric Schedule Manager should run in the background mode. |
True (default), False |
historicalServices

|
historicalServices |
Description |
Valid values |
|---|---|---|
|
StartOffset |
Offset from real-time from which connectors start to process data. |
Time value in 00:00:00 |
|
CacheDuration |
Duration of the historical cache. |
Time value in 00:00:00 |
|
AutoUpdatePeriod |
Period that auto update sample streams are updated. |
Time value in 00:00:00 |
|
AutoUpdateOffset |
Offset from the server time horizon to which auto update sample streams are updated. |
Time value in 00:00:00 |
|
EnableAutoUpdateConnector Streams |
Whether connectors use update stream functionality. |
True or False |
upgrade

|
upgrade |
Description |
Valid values |
|---|---|---|
|
Key="LegacyCulture" |
Specifies the culture of the data repository when version 3.1 or earlier is upgraded. The value after conversion is English-US. |
Any valid Windows regional setting |