Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionScopeUnitDefaultAnnotation
XDB.DatabaseTypeSets the database type (MS SQL or MySQL (Maria DB)).MySQL, MSSQLNoneMySQL
XDB.UserIDIf the integrated security mechanism is not used, the specified user will be used to connect to the database.StringNonesa
XDB.PasswordIf the integrated security mechanism is not used, the specified password will be used to connect to the database.StringNonenetxnetx_123456
XDB.HostnameThe host name or IP address where the database is running. Use ".", "127.0.0.1", or "localhost" for connecting to the local machine.String, IP-addressNone.
XDB.Database

Database name to use. If not set, the default database name "netx_ef_<workspace>" will be used. Following special characters are not allowed: 

Code Block
?*|"{}\';


StringNone<empty>since 4.1.2010
XDB.PortCommunication port of database. If not set, the port will not be provided in the connection string – otherwise, the specified port number will be used.None, 1 – 65535NoneNone
XDB.Instance(MSSQL only) Instance name of the used database.StringNoneNETX_SERVER_SQL
XDB.ConnectionTimeoutConnection timeout0 – 30s15
XDB.CommandTimeoutCommand timeout0 – 3600s60
XDB.LongCommandTimeoutCommand timeout in seconds for long running commands like selecting trending values or for , auto purge or report generation.0 – 7200s300
XDB.AutoPurge(MSSQL with SQL Server Express Edition only, 10 GB max. database size) If the cyclic check finds the database is more than 9 GB filled then the oldest trending data is deleted until the database size dropped below 8 GB.ON, OFFNoneOFF
XDB.DeleteOldTrending

ON: The values of deleted trending definitions will be deleted from the database.

OFF: The values of deleted trending definitions will be kept in the database, e.g. for future evaluation.

ON, OFFNoneON
XDB.SkipMigrationBMS Platform version < R1 Build 2000 was using a different SQL schema. Therefore the Core Server tries to start a migration from the old schema to the new. This migration process can be deactivated by setting this option to OFF. ON,OFFNoneOFF

...