Exchange 2010 Export Mailbox To Pst Are Getting An Error

Asked By 0 points N/A Posted on -
qa-featured

Users updated to exchange 2010 export mailbox to pst are getting an error. The process is taking too much time and then it fails. I am getting this error code ‘0x80040115-The connection to the Microsoft Exchange Server is unavailable.’ Please help me with this.

SHARE
Answered By 10 points N/A #114264

Exchange 2010 Export Mailbox To Pst Are Getting An Error

qa-featured

Error message for your error code is ‘MAPIE NETWORK ERROR’. This error describes that connection to the internet is lost. This error also occurs due to improper account settings. To fix this, create a folder on

CAS Server 1 and then permit the Exchange Trusted SubSystem read/write access to the folder as below.

New-MailboxExportRequest -FilePath -Mailbox [-AssociatedMessagesCopyOption ] [-ConflictResolutionOption ] [-ContentFilter ] [-ContentFilterLanguage ] [-ExcludeDumpster ] [-ExcludeFolders ] [-IncludeFolders ] [-IsArchive ] [-RemoteCredential ] [-RemoteHostName ] [-SourceRootFolder ] [-TargetRootFolder ]

You need to specify the new share as your file path, and also specify CAS 1 in the -MRSServer setting in your New-MailboxExportRequest command as below:

New-MailboxExportRequest -Mailbox user1 -FilePath “\CAS1PSTFileShareuser1.pst” -MRSServer CAS1.domain.com

Related Questions