MigrationConfiguration Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.Model
public class MigrationConfiguration
The MigrationConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| MigrationConfiguration |
| Name | Description | |
|---|---|---|
| ChunkSize |
Specify number of businesskeys to migrate per command. Default is 50.000.
| |
| CommandTimeout |
Specify timeout for business key conversion commands. Default is 3600 seconds
| |
| ConnectionTimeout |
Specify connection timeout
Note that connection timeout is also used during rollbacks
| |
| CreateDiagnostics |
Create transaction diagnostics, requires 'View Server State' permissions
| |
| KeepAliveInterval |
Specify number of min to ping DB
| |
| MigrateAllSystemsInCategory |
Set to true if all systems in the system category should be migrated as a single operation
| |
| MigrateToMultiSystemCategory |
Set to true if all miugrated systems should be put in the same category (only supported for AD)
Set to false to create separate system categories for each system
| |
| NewSystemCategoryIdentifier |
System category identifier for new system category, if empty is system identifier used
Value must be specified if MigrateToMultiSystemCategory is true
| |
| NewSystemCategoryName |
Name of new system category, if empty is name of system used
Value must be specified if MigrateToMultiSystemCategory is true
| |
| PerformIntegrityChecks |
Set to true to run warehouse integrity checks
| |
| RunInTestMode |
Set to true to run in test mode
Migration is rolled back when complete
| |
| RunInTransaction |
Should migration run a cross-db rollback enabled transaction
| |
| StartWithoutRoPEPauseConfirmation |
Start migration even if RoPE reports it's not paused
| |
| SystemCategory |
Should be set to the system category where the migrated system should belong
This setting is only applicable for AD, and where one system is migrated at the time
| |
| SystemCategoryId |
Should be set to the system category Id where the migrated system should belong
This setting is only applicable for AD, and where one system is migrated at the time
| |
| WaitForRoPEPause |
Specify number of seconds to wait for rope isntance to pause
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |