ArgentDataConsolidator DatabaseEngine

This registry key contains the following values:

DEADLOCK_THRESHOLD_IN_SECOND

Default

300

Description

When an internal worker thread exceeds this time to update the deadlock detection structure, the deadlock event is fired and the service is restarted.

DEBUG_LEVEL

Default

0

Description

Debug level.

DISABLE_ODBC_COMM_ERR_POPUP

Default

0

Description

Boolean value.

If it is not zero, an ODBC error popup is suppressed.

HOMEPATH

Default

None

Description

Installation path.

KEEP_ROLLOVER_LOG_DAYS

Default

0

Description

If NOT zero, logs older than the specified days are purged automatically.

LOGSIZE

Default

5120

Description

Maximum log size before rollover.

ODBC_INIT_ATTEMPT_INTERVAL

Default

3

Description

Interval in minutes between the retries of connecting to the SQL Server database.

ODBC_INIT_ATTEMPT_TOTAL

Default

10

Description

Maximum retries to connect to the SQL Server database.

ODBC_UPDATE_QUERY_ATTEMPT_INTERVAL

Default

10

Description

Maximum retries of an SQL Server query.

ODBC_UPDATE_QUERY_ATTEMPT_TOTAL

Default

3

Description

Total retries of an SQL Server query if the captured ODBC error indicates the query can be retried, such as lost communication, temporary offline etc.

PORT

Default

3160

Description

TCP port that the monitoring engine listens to.

PORT_DELTA_RANGE

Default

None

Description

Propagated from main engine.

REAL_PORT

Default

None

Description

Actual port used by this database engine.

SQL_DATABASE

Default

Empty

Description

Archiving SQL Server Database.

SQL_DATABASE_OPTION

Default

0

Description

Archive database option.

Value: 0 – SQL Server.

Value: 1 – ODBC DSNs.

SQL_LOGIN_TIMEOUT

Default

15

Description

Archiving SQL Server login timeout in seconds.

SQL_LOGON

Default

None

Description

Archiving SQL Server logon user.

SQL_ODBC_DSN

Default

Empty

Description

ODBC DSN for archiving database.

SQL_OUTAGE_ALLOWED_IN_MINUTE

Default

15

Description

Maximum allowed SQL Server outage time in minutes before service is shutdown.

SQL_PASSWORD

Default

None

Description

Archiving SQL Server logon password.

SQL_QUERY_TIMEOUT

Default

0

Description

Archiving SQL Server query timeout in seconds. If zero, the system default value is used — usually 15 seconds.

SQL_SERVER

Default

Empty

Description

Archiving SQL Server.

SQL_TABLE

Default

“ALC_ArcEvtLog”

Description

Archiving SQL Server table.

SQL_USE_TRUSTED_CONNECTION

Default

None

Description

Boolean value.

0 – Use SQL Server logon/password.

1 – Use trusted connection.