The Admin Batch Migration process states it is successful in migrating a mailbox with Notes Migrator 4.x, but no mail is actually moved, and no errors are recorded in the logs. This only happens to certain users in a migration.
This issue is caused because certain nsf files inherit design classes, rather than one being assigned to them. This causes the field in the nsf file to be blank.
To resolve this issue, please follow the steps below:
1. In Notes Migrator, select "Manage Design Classes" on the left navigation pane.
2. Locate the Design Class called "BLANK", and ensure that it is checked ON for Mail files, PABs, and Archives. Click Apply to make the settings take effect.
3. Run the migration again, and this time the nsf file is actually processed.
As an alternate solution, the mailfilepath column can also be specified with the notes path to the nsf file. This will bypass the design class issue completely, but is a manual process for each user that is affected.
ADDITIONAL INFORMATION:
In the log file of a user that works, the following is seen:
13:05:41 ------------------------------
13:05:41 Estimates:
13:08:38 Server mail (SERVER/Servers/DOMAIN!!notespath\userobject.nsf): 53 object(s)
13:08:38 ------------------------------
However, with a user that fails, the following is seen:
13:12:17 ------------------------------
13:12:17 Estimates:
13:12:17 ------------------------------
The path to the nsf file is not shown, and the migration completes successfully without doing anything.