Trouble creating a PST
Desperately need to export a user’s mailbox to a PST. I've done this a number of times with no issues. We have Exchange 2007 Enterprise. First I do this: [PS] C:\Documents and Settings\uoradmin\Desktop>Add-Mailboxpermission -Identity deborah_brown@domain.edu -AccessRights fullacces s -user DOMAIN\bill_green then [PS] C:\Documents and Settings\uoradmin\Desktop>Export-Mailbox -Identity deborah_brown@domain.edu -PSTFolderPath C:\ I receive this response: StatusCode : -1056749164 StatusMessage : Error occurred in the step: Moving messages. Failed to copy messages to the destination mailbo x store with error: MAPI or an unspecified service provider. ID no: 00000000-0000-00000000 ReportFile : C:\Program Files\Microsoft\Exchange Server\Logging\MigrationLogs\export-Mailbox20100729-053925 -5756001.xml I've moved the account into a separate OU and blocked inheritance based on reading I did. That didn't resolve the problem. Really getting worried at this point so would appreciate any assistance greatly.
July 29th, 2010 4:24pm

Can you give a file for the PST ? Export-Mailbox -Identity deborah_baker@domain.edu -PSTFolderPath C:\UserMailbox.pst thanks ThiyaguThiyagu | MCTS/MCITP - Exchange 2007 | MCSE 2003[Messaging] | http://www.myExchangeWorld.com. This posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
July 29th, 2010 4:36pm

Thanks for the reply - I gave that a try and it errors out witht he same error message. thanks, bill
July 29th, 2010 4:47pm

You have access to the c:\ path ? Can you create any files directly under C:\? Can you also provide contents of the .xml fileThiyagu | MCTS/MCITP - Exchange 2007 | MCSE 2003[Messaging] | http://www.myExchangeWorld.com. This posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
July 29th, 2010 4:49pm

To me this looks like a permission issue. Wait for AD to replicate the change you made for giving rights to yourself on that mailbox, i think once that is replicated you should be good. thanks ThiyaguThiyagu | MCTS/MCITP - Exchange 2007 | MCSE 2003[Messaging] | http://www.myExchangeWorld.com. This posting is provided "AS IS" with no warranties, and confers no rights.
July 29th, 2010 4:56pm

I can create files on C:\ without any issues (luckily). Below aret he contents of the .xml file [7/29/2010 6:45:05 AM] [0] Executing Command: 'Export-Mailbox -Identity deborah_baker@domain.edu -PSTFolderPath C:\db.pst' [7/29/2010 6:45:05 AM] [0] Trying to open registry key 'Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\OUTLOOK.EXE'. [7/29/2010 6:45:05 AM] [0] The default value of the registry key is 'C:\PROGRA~1\MICROS~3\Office12\OUTLOOK.EXE'. [7/29/2010 6:45:05 AM] [0] The version of Outlook.exe is '12.0.6535.5005'. [7/29/2010 6:45:05 AM] [0] Searching objects "deborah_baker@domain.edu" of type "ADUser" under the root "$null". [7/29/2010 6:45:05 AM] [0] Previous operation run on global catalog server 'S-DOG-DC-01'. [7/29/2010 6:45:05 AM] [0] Processing object "domain.edu/PST/Deborah_Baker". [7/29/2010 6:45:05 AM] [0] Searching objects "server-01" of type "Server" under the root "$null". [7/29/2010 6:45:05 AM] [0] Previous operation run on domain controller 's-red-dc-01.redlands.edu'. [7/29/2010 6:45:05 AM] [0] Searching objects "server-01\FacStaffAdminGrp\FacStaffAdmin" of type "MailboxDatabase" under the root "$null". [7/29/2010 6:45:05 AM] [0] Previous operation run on domain controller 's-red-dc-01.redlands.edu'. [7/29/2010 6:45:07 AM] [0] Ending processing. [7/29/2010 6:45:07 AM] [0] [Deborah_Baker] The operation has started. [7/29/2010 6:45:07 AM] [0] [Deborah_Baker] Initializing MAPI, loading library. [7/29/2010 6:45:07 AM] [0] [Deborah_Baker] Approving object. [7/29/2010 6:45:07 AM] [0] [Deborah_Baker] Logging on to the MAPI profile. [7/29/2010 6:45:07 AM] [0] [Deborah_Baker] Opening Exchange mailbox. [7/29/2010 6:45:08 AM] [0] [Deborah_Baker] The operation has finished. [7/29/2010 6:45:08 AM] [0] [Deborah_Baker] The operation has started. [7/29/2010 6:45:08 AM] [0] [Deborah_Baker] Initializing MAPI, loading library. [7/29/2010 6:45:08 AM] [0] [Deborah_Baker] Approving object. [7/29/2010 6:45:09 AM] [0] [Deborah_Baker] Logging on to the MAPI profile. [7/29/2010 6:45:09 AM] [0] [Deborah_Baker] Opening Exchange mailbox. [7/29/2010 6:45:10 AM] [0] [Deborah_Baker] Opening PST file. [7/29/2010 6:45:10 AM] [0] [Deborah_Baker] Moving messages. [7/29/2010 6:45:10 AM] [0] [Deborah_Baker] Merging messages. [7/29/2010 6:45:10 AM] [0] [ERROR] Error was found for Baker, Deborah (Deborah_Baker@domain.edu) because: Error occurred in the step: Moving messages. Failed to copy messages to the destination mailbox store with error: MAPI or an unspecified service provider. ID no: 00000000-0000-00000000, error code: -1056749164 [7/29/2010 6:45:10 AM] [0] [Deborah_Baker] The operation has finished.
Free Windows Admin Tool Kit Click here and download it now
July 29th, 2010 4:59pm

Just to be sure, can you verify that the you have full mailbox rights on the mailbox . Also, give your account the "Recieve as " rights as well. thanks ThiyaguThiyagu | MCTS/MCITP - Exchange 2007 | MCSE 2003[Messaging] | http://www.myExchangeWorld.com. This posting is provided "AS IS" with no warranties, and confers no rights.
July 29th, 2010 5:04pm

Please check this link: http://technet.microsoft.com/en-us/library/dd285510(EXCHG.80).aspx This talks exactly about the issue which you are facing. Please check the link and make sure , you have all the conditions satisfied. Let me know how it goes. thanks ThiyaguThiyagu | MCTS/MCITP - Exchange 2007 | MCSE 2003[Messaging] | http://www.myExchangeWorld.com. This posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
July 29th, 2010 5:13pm

Can't believe I hadn't found that link before now. Thank you very much. That seemed to resolve the problem perfectly. Thanks for your help.
July 29th, 2010 5:38pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics