Common Customized Feature

    Fly provides a customized feature for all migration workspaces except for Active Directory Migration and Microsoft Entra ID Migration. Refer to the following information to use the feature:

    The IgnoredErrorList customized feature defines whether to ignore the error codes and comments for the errors in the mapping report on the Fly interface.

    By default, if an error occurs in the migration, Fly will report an error code and a comment for the error in the mapping report.

    If you want to ignore a specific error, you can add the IgnoredErrorList=" " string to the Customized featuressection, and enter its error code or comment as the value. For example, IgnoredErrorList=EX-MailboxQuotaIsNotEnough, or IgnoredErrorList=There is no available quota for migration in the destination mailbox. Contact your Exchange administrator to resolve the quota issue.

    *Note: The error code you entered must match the code reported in the mapping report on the Fly interface.

    *Note: The comment you entered must contains the period (.) at the end of the comment. If the comment contains parameters, replace each parameter value in order with {0}, {1}…. For example, if the comment is The service account "user@contoso.com" does not have the "super user" role to manage sensitivity labels., you can enter IgnoredErrorList=The service account "{0}" does not have the "super user" role to manage sensitivity labels.

    To add multiple error codes or comments, separate each error code or comment with a semicolon (;). For example, IgnoredErrorList=EX-FailedAddLabel;EX-UserNotInMapping;Failed to migrate theobject "{0}". The object does not exist.;Failed to migrate the folder. The parent folder failed inthe migration.