Issue Register

You might also like

Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 5

Migration Step Issue Title

SOL52177 - ERROR: [7559-1-221-000000C8] occurs while


Object Merge attempting to merge a user object.

Data Migration "ERROR: Unable to open target mail store" during a migration

ERROR: [1263-174-16-00000000] The program launched to migrate


user 'xxx' aborted

Data Migration
Description

PowerShell Result: Enable-MailUser returned


successfully but PowerShell could not find the
mail user with identity CN=User
Name,OU=Users,DC=domain,DC=com
"ERROR: Unable to open target mail store"
during a migration
Resolution

The UPN of the user object needs to be corrected in Active Directory.

Problem might be with the Exchange Server

Search the log file for entries leading to the message that causes the problems. You might find an entry like
this:
12:55:56 DEBUG: [1211-174-21-00000000] Problem encountered with worker program
12:55:56 Unresolved workitem found for (D3727CC2-DD25-492A-98CC-61F7B1F3C1AA)
(MAIL\\nw001\V$\NSF\mail\nwnsf001.nsf)
12:55:56 DEBUG: Remove unresolved workitem from cache for user xxx@northwindtraders.com:
MAIL\\nw001\V$\NSF\mail\nwnsf001.nsf

Shortly before the above you could find information ragarding the failing message:
12:54:36 DEBUG: NotesExportOneMsgItem (TYPE_TIME) DeliveredDate ==> (0X0054225A123)
12:54:36 DEBUG: NotesSrc::TimeDate2Time_t - TIME 20:25:00 ZONEINFO 00
12:54:36 DEBUG: AddTextItem: internetmsgid => <someidnumber@northwindtraders.com> (45)
12:54:36 DEBUG: Exporting mime for Subject-Line
12:54:36 DEBUG: NotesSrc::ExportOneAttachmentList()
12:54:36 DEBUG: NotesSrc::ExportOneAttachmentList() - Adding attachment filename.ext
(C:\DOCUME~1\userx\LOCALS~1\Temp\ATT0CB404C3.tmp)
With this information you should be able to find the message in the nsf file using the Notes Client.Please try to
access that message and - if applicable - the attachment and have a look
at possible issues. If you are not able to solve the issues, you could try to remigrate the
nsf file without that particular

You might also like