Please Help
I need to export 139 mailboxs.... the customer move to another provider, everything must be moved on 22 November.
I run: New-MailboxExportRequest -Mailbox hth -FilePath "\\xxxxx\no_backup\hth.pst" -v
Then this error. :-(
VERBOSE: [21:26:50.382 GMT] New-MailboxExportRequest : Active Directory session settings for 'New-MailboxExportRequest'
are: View Entire Forest: 'False', Default Scope: 'sjfdom.dk', Configuration Domain Controller: xxxxxx,
Preferred Global Catalog: 'xxxxxx', Preferred Domain Controllers: '{ xxxxxxxxxx }'
VERBOSE: [21:26:50.584 GMT] New-MailboxExportRequest : Runspace context: Executing user: sjfdom.dk/Users/Administrator,
Executing user organization: , Current organization: , RBAC-enabled: Enabled.
VERBOSE: [21:26:50.584 GMT] New-MailboxExportRequest : Beginning processing &
VERBOSE: [21:26:50.584 GMT] New-MailboxExportRequest : Instantiating handler with index 0 for cmdlet extension agent
"Admin Audit Log Agent".
VERBOSE: [21:26:50.584 GMT] New-MailboxExportRequest : Current ScopeSet is: { Recipient Read Scope: {{, }}, Recipient
Write Scopes: {{, }}, Configuration Read Scope: {{, }}, Configuration Write Scope(s): {{, }, }, Exclusive Recipient
Scope(s): {}, Exclusive Configuration Scope(s): {} }
VERBOSE: [21:26:50.584 GMT] New-MailboxExportRequest : Searching objects "hth" of type "ADUser" under the root "$null".
VERBOSE: [21:26:50.584 GMT] New-MailboxExportRequest : Previous operation run on domain controller 'xxxxxxx'.
VERBOSE: [21:26:50.600 GMT] New-MailboxExportRequest : Searching objects "Mailbox Database 2010" of type
"MailboxDatabase" under the root "$null".
VERBOSE: [21:26:50.600 GMT] New-MailboxExportRequest : Previous operation run on domain controller xxxxxxxx.
VERBOSE: [21:26:50.631 GMT] New-MailboxExportRequest : [DEBUG] MDB f97348ae-71be-447b-babd-883825820d68 found to belong
to Site: sjfdom.dk/Configuration/Sites/Default-First-Site-Name
VERBOSE: [21:26:50.647 GMT] New-MailboxExportRequest : [DEBUG] MRSClient: attempting to connect to xxxxxxxxxxxxx
VERBOSE: [21:26:51.396 GMT] New-MailboxExportRequest : [DEBUG] MRSClient: connected to xxxxxx, version
14.1.438.0 caps:07
VERBOSE: [21:26:51.396 GMT] New-MailboxExportRequest : Processing object "RequestGuid
(8f76e127-da71-4eca-96c7-3853449cd0f9), RequestQueue: (f97348ae-71be-447b-babd-883825820d68)".
VERBOSE: [21:26:53.081 GMT] New-MailboxExportRequest : Couldn't connect to the source mailbox. -->
MapiExceptionCallFailed: Unable to make connection to the server. (hr=0x80004005, ec=2614)
Diagnostic context:
Lid: 59431 EMSMDB.EcDoConnectEx called [length=106]
Lid: 34855 EMSMDB.EcDoConnectEx returned [ec=0xA36][length=56][latency=327]
Lid: 59505 StoreEc: 0xA36
Lid: 52465 StoreEc: 0xA36
Lid: 60065
Lid: 33777 StoreEc: 0xA36
Lid: 59805
Lid: 52209 StoreEc: 0xA36
Lid: 56583
Lid: 52487 StoreEc: 0xA36
Lid: 19778
Lid: 27970 StoreEc: 0xA36
Lid: 17730
Lid: 25922 StoreEc: 0xA36
VERBOSE: [21:26:53.081 GMT] New-MailboxExportRequest : Admin Audit Log: Entered Handler:OnComplete.
Couldn't connect to the source mailbox.
+ CategoryInfo : NotSpecified: (0:Int32) [New-MailboxExportRequest], RemotePermanentException
+ FullyQualifiedErrorId : E4C25884,Microsoft.Exchange.Management.RecipientTasks.NewMailboxExportRequest
VERBOSE: [21:26:53.096 GMT] New-MailboxExportRequest : Ending processing &
The after some bing and Google looking, I find this. :-)
Set-CASMailbox hth -MAPIBlockOutlookNonCachedMode:$false
But still same error.
I have check mapi is enable on all mailbox.
Please help.
I have try to move one of the mailbox by gui, to another database, the no error....
Mayby I just have to move all by gui to another database, an the make the pst.
Sren Mller. DK....
- Edited by Søren Møller DK 16 hours 44 minutes ago