Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Symptoms

Consider the following scenario:

  • You have a MAPI application that uses Microsoft Office Outlook 2007 MAPI or Microsoft Outlook 2010 MAPI in online mode.

  • The MAPI application tries to access the Exchange server.

  • The MAPI application is multithreaded and reads a stream of data from a Microsoft Exchange Server 2010 server.

In this scenario, the MAPI application encounters MAPI_E_CALL_FAILED errors. Additionally, the following error is logged in the remote procedure call (RPC) Client Access log on the Exchange Server 2010 Client Access server:

Exception of type 'Microsoft.Exchange.RpcClientAccess.BufferTooSmallException' was thrown.

Note By default, the RPC Client Access log is located in the following folder:

C:\Program Files\Microsoft\Exchange Server\V14\Logging\RPC Client Access

Cause

This issue occurs because the Exchange server returns an ecBufferTooSmall response that the MAPI application cannot handle to a sequence of remote operations. The ecBufferTooSmall response is generated because the Exchange server detects that the sequence of remote operations may cause a potential loop between the server and the MAPI application. Therefore, the read stream operation fails with the MAPI_E_CALL_FAILED error.

Resolution

To resolve this issue, install the following update rollup:

2685289 Description of Update Rollup 3 for Exchange Server 2010 Service Pack 2 After you apply this update rollup, the Exchange Server 2010 server returns the ecBufferTooSmall response only if the following conditions are true:

  • The RopReadStream remote operation is the first value in the remote operation package.

  • The remote operations package is in the maximum size.

  • There are no other remote operations in the remote operation package.

Otherwise, Exchange Server 2010 server will return the RopBufferTooSmall response, which the Outlook MAPI application can handle.

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

More Information

For more information about random MAPI_E_CALL_FAILED errors in Exchange Server 2010, go to the following MSDN website:

Random MAPI_E_CALL_FAILED errors in Exchange Server 2010For more information about the MAPI function in Outlook 2010, go to the following Microsoft website:

General information about the MAPI function in Outlook 2010For more information about the MAPI function in Outlook 2007, go to the following Microsoft website:

General information about the MAPI function in Outlook 2007For more information about the RopReadStream remote operation, go to the following Microsoft website:

General information about the RopReadStream remote operation

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×