If you try to export or import a mailbox by using New-MailboxExportRequest or New-MailboxImportRequest in Exchange Server 2010 with Service Pack 1, or a later version, the request might time out, and you might receive the following error message:
The call to "net.tcp://<server_name>/Microsoft.Exchange.MailboxReplicationService <server_name> (14.1.218.11 caps:07)" timed out.
Error details: This request operation sent to net.tcp://<server_name>/Microsoft.Exchange.MailboxReplicationService did not receive a reply within the configured timeout (00:01:00). The time allocated to this operation may have been a part of a longer time-out. This may be because the service is still processing the operation or because the service was unable to send a reply message. Consider increasing the operation time-out (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and make sure that the service can connect to the client.
+ CategoryInfo : NotSpecified: (0:Int32) [New-MailboxExportRequest], TimeoutErrorTransientException
+ FullyQualifiedErrorId : 59EDFA88,Microsoft.Exchange.Management.RecipientTasks.NewMailboxExportRequest
[PS] New-MailboxExportRequest -Mailbox "<mailbox_name>" -FilePath \\<server_name>\<share>\<file_name>.pst
The call to "net.tcp://<server_name>/Microsoft.Exchange.MailboxReplicationService <server_name> (14.1.218.11 caps:07)" timed out.
Error details: This request operation sent to net.tcp://<server_name>/Microsoft.Exchange.MailboxReplicationService did not receive a reply within the configured timeout (00:01:00). The time allocated to this operation may have been a part of a longer time-out. This may be because the service is still processing the operation or because the service was unable to send a reply message. Consider increasing the operation time-out (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and make sure that the service can connect to the client.
+ CategoryInfo : NotSpecified: (0:Int32) [New-MailboxExportRequest], TimeoutErrorTransientException
+ FullyQualifiedErrorId : 59EDFA88,Microsoft.Exchange.Management.RecipientTasks.NewMailboxExportRequest