Click or drag to resize

MigrationConfiguration Properties

The MigrationConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyChunkSize
Specify number of businesskeys to migrate per command. Default is 50.000.
Public propertyCommandTimeout
Specify timeout for business key conversion commands. Default is 3600 seconds
Public propertyConnectionTimeout
Specify connection timeout Note that connection timeout is also used during rollbacks
Public propertyCreateDiagnostics
Create transaction diagnostics, requires 'View Server State' permissions
Public propertyKeepAliveInterval
Specify number of min to ping DB
Public propertyMigrateAllSystemsInCategory
Set to true if all systems in the system category should be migrated as a single operation
Public propertyMigrateToMultiSystemCategory
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
Public propertyNewSystemCategoryIdentifier
System category identifier for new system category, if empty is system identifier used Value must be specified if MigrateToMultiSystemCategory is true
Public propertyNewSystemCategoryName
Name of new system category, if empty is name of system used Value must be specified if MigrateToMultiSystemCategory is true
Public propertyPerformIntegrityChecks
Set to true to run warehouse integrity checks
Public propertyRunInTestMode
Set to true to run in test mode Migration is rolled back when complete
Public propertyRunInTransaction
Should migration run a cross-db rollback enabled transaction
Public propertyStartWithoutRoPEPauseConfirmation
Start migration even if RoPE reports it's not paused
Public propertySystemCategory
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
Public propertySystemCategoryId
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
Public propertyWaitForRoPEPause
Specify number of seconds to wait for rope isntance to pause
Top
See Also