2013-04-23 3 views
0

클라이언트 용 Office 365 도메인이 있는데 현재 P36 파일을 O365 주소로 가져 오려고합니다. 나는 그 질문을 봤고 Microsoft Exchange PST Capture을 발견했다.지정한 개체를 저장소에서 찾을 수 없습니다.

Office 365 도메인의 관리자 자격 증명을 제공하고 가져 오기를 시작했습니다. 그러나이 오류와 함께 실패

로그 ( C:\ProgramData\Microsoft\Exchange\PST Capture\Logs\PST Capture Service)에서

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

, 나는이를 찾을 수 있습니다

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와 같은 보트에서 .... 무슨 혼란. –

답변

0

이 오류는 사서함에 명령을 실행하는 사용자의 사용 권한을 설정하여 해결되었습니다.

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