Симптомы
При использовании пакетного запроса от веб-служб Exchange, чтобы удалить некоторые элементы, в течение одной минуты в Microsoft Exchange Server 2013 не удается завершить операцию удаления, и появляется код ответа успеха вместо кода тайм-аута несмотря на то, что операция не завершена. Код неправильный ответ, который говорит успех выглядит примерно следующим образом:<?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="184" MinorBuildNumber="17" Version="V2_43" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /> </s:Header> <s:Body> <m:DeleteItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types"> <m:ResponseMessages> <m:DeleteItemResponseMessage ResponseClass="Success"> <m:ResponseCode>NoError</m:ResponseCode> </m:DeleteItemResponseMessage> <m:DeleteItemResponseMessage ResponseClass="Success"> <m:ResponseCode>NoError</m:ResponseCode> </m:DeleteItemResponseMessage>[...] <m:DeleteItemResponseMessage ResponseClass="Success"> <m:ResponseCode>NoError</m:ResponseCode> </m:DeleteItemResponseMessage> <m:DeleteItemResponseMessage ResponseClass="Success"> <m:ResponseCode>NoError</m:ResponseCode> </m:DeleteItemResponseMessage> </m:ResponseMessages> </m:DeleteItemResponse> </s:Body></s:Envelope> Тем не менее код ожидаемый ответ должен быть следующим:<?xml version="1.0" encoding="utf-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <h:ServerVersionInfo MajorVersion="15" MinorVersion="1" MajorBuildNumber="184" MinorBuildNumber="17" Version="V2_43" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /> </s:Header> <s:Body> <m:DeleteItemResponseMessage ResponseClass="Error"> <m:MessageText>The request timed out.</m:MessageText> <m:ResponseCode>ErrorTimeoutExpired</m:ResponseCode> <m:DescriptiveLinkKey>0</m:DescriptiveLinkKey> </m:DeleteItemResponseMessage> </s:Body></s:Envelope> Примечание. Время выполнения операции удаления рассчитывается при отправке запроса и получения ответа.
Причина
Эта проблема возникает из-за регрессии, которая была введена в или для Exchange Server 2013.
Решение
Чтобы устранить эту проблему, установите .
Статус
Корпорация Майкрософт подтверждает, что это проблема продуктов Майкрософт, перечисленных в разделе "Относится к".