Sometimes it is required to export (or move) items which fail to import, as they may still be needed in the future (e.g. items that exceed a predetermined message size limit). The Archive Shuttle ‘Moved Failed Items’ functionality can be used to handle this, as described below.


Note:
In case ‘Failed Items Export Path’ was not set for a new target link you wanted to move failed items for, it might be that you will need to re-set ‘ExportFailedItem’ from 1 back to 0 in Archive Shuttle Item database in ‘ItemRouting’ table to move the failed items again.
Following query can be used:
use [ArchiveShuttleItem_xxxx] update ItemRouting set ExportFailedItem = 0 where ContainerMappingId = xxxx and IsImportFailedPermanently = 1 and IsImportFailed = 1