DbRepositorySchemaMigrator.exe.config

You can change settings in the DbRepositorySchemaMigrator.exe.config file. This file can be found in your %COMMANDER_HOME% directory.

Section userSettings

Tricentis.TCCore.Persistency.Properties.Settings

MigrateCommitInChunks

Description

The value of this setting is False by default. If large database log files should cause problems upon migration, the value of this setting can be set to True. As a result, the values are transferred from the log file upon regular migration processes.

Attention:

If set to True, the migration must be entirely performed, otherwise the transfers cannot be guaranteed. This means that the initial state has to be restored after a failed migration, for instance by using a backup.

Example

True

DefaultDbCommandTimeout

Description

The value of this setting is 6000 by default. The value is given in seconds, and allows 100 minutes for the schema migration. This value can be changed if more time is required.

Section applicationSettings

Tricentis.TCCore.Persistency.Properties.Settings

Migration_UseOptimisticIsolation

Description

This setting must be used if the exception ORA-01877 is raised during migration. The exception can be prevented from being raised by changing the value to True.

Please make sure that the repository is not used during migration if the value of this setting is True.

Example

False