2013-04-23 67 views
0

我有一個客戶端的Office 365域,我目前正在嘗試將PST文件導入到O365地址。 我GOOGLE了這個問題,並找到了Microsoft Exchange PST Capture在商店中找不到指定的對象

我安裝了它,提供了我的Office 365域的管理員憑據並開始導入。但它失敗,此錯誤:

Import error: The specified object was not found in the store

在日誌(C:\ProgramData\Microsoft\Exchange\PST Capture\Logs\PST Capture Service),我能找到這樣的:

10:28:22.226|Debug |ImportListImporter |11 |Error importing D:\ExportPst\dirfond.pst from C:\PSTStaging\13ec9aa3-8887-41fd-8a97-d2f74d7408de.pst 
Microsoft.Exchange.WebServices.Data.ServiceResponseException: The specified object was not found in the store. 
    at Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary() 
    at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute() 
    at Microsoft.Exchange.WebServices.Data.ExchangeService.BindToFolder[TFolder](FolderId folderId, PropertySet propertySet) 
    at RedGate.PSTImporterForExchange.ImportEngine.PstEwsImporter.BindToCorrectFolder(ExchangeService service, ImportOptions options, WellKnownFolderName& rootname, Boolean& failover) 
    at RedGate.PSTImporterForExchange.ImportEngine.PstEwsImporter.StartImport(String pstPath, String passWord, ImportOptions options, List`1& problems) 
    at RedGate.PSTImporterForExchange.CentralService.ImportListImporter.<>c__DisplayClass8.<ImportFile>b__5(Object param0) 

10:28:22.227|Debug |ImportListImporter |11 |Keeping Exception ex for result 12459148 
Microsoft.Exchange.WebServices.Data.ServiceResponseException: The specified object was not found in the store. 
    at Microsoft.Exchange.WebServices.Data.ServiceResponse.InternalThrowIfNecessary() 
    at Microsoft.Exchange.WebServices.Data.MultiResponseServiceRequest`1.Execute() 
    at Microsoft.Exchange.WebServices.Data.ExchangeService.BindToFolder[TFolder](FolderId folderId, PropertySet propertySet) 
    at RedGate.PSTImporterForExchange.ImportEngine.PstEwsImporter.BindToCorrectFolder(ExchangeService service, ImportOptions options, WellKnownFolderName& rootname, Boolean& failover) 
    at RedGate.PSTImporterForExchange.ImportEngine.PstEwsImporter.StartImport(String pstPath, String passWord, ImportOptions options, List`1& problems) 
    at RedGate.PSTImporterForExchange.CentralService.ImportListImporter.<>c__DisplayClass8.<ImportFile>b__5(Object param0) 

10:28:22.232|Debug |ImportListImporter |13 |Rethrow od result 12459148 

10:28:22.234|Trace |DBImportFile  |13 |Saving 58 False Error D:\ExportPst\dirfond.pst 

10:28:22.318|Error |ImportListImporter |13 |Import error: 
Microsoft.Exchange.WebServices.Data.ServiceResponseException: The specified object was not found in the store. 
    at RedGate.PSTImporterForExchange.CentralService.ImportListImporter.ImportFile(RepositoryImportFile file) 

10:28:22.320|Error |Import Action  |13 |Error during import 
Microsoft.Exchange.WebServices.Data.ServiceResponseException: The specified object was not found in the store. 
    at RedGate.PSTImporterForExchange.CentralService.ImportListImporter.ImportFile(RepositoryImportFile file) 
    at RedGate.PSTImporterForExchange.CentralService.Actions.StartImportAction.RunImport(Object state) 

目標郵箱存在。 這是因爲Exchange 2007的電子郵件地址(PST文件來自哪裏)與O365不同?

我找不到任何關於此事的信息,所以你的幫助將非常感激。

+0

與EWS在同一條船上....真是一團糟。 – 2013-06-21 23:45:20

回答

0

我解決了這個錯誤,通過設置運行郵箱命令的用戶權限。

Add-MailboxPermission -Identity [TargetMailbox] -User [ExecutingAccount] -AccessRights FullAccess