“Mappings with id [3] are still migrating and can not be deleted at the moment”
This is because of a change which was implemented in recent versions of Archive Shuttle (9.5 and later). It means that a mapping can not normally be removed whilst it’s still migrating. It is a protection mechanism for the migration.
Sometimes you may wish to override this behaviour. To allow the deletion of this mapping, perform the following steps:
$core = connect-ASCore -computerName NameOfCoreServer
3. Issue the following command to change the behaviour of Archive Shuttle:
Set-ASConfiguration -SettingDefinition LockMappingDeletion -Value 0
4. Now delete the mapping or mappings, as required
5. Issue the following command to change the behaviour back to the default:
Set-ASConfiguration -SettingDefinition LockMappingDeletion -Value 1
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center