我们正在尝试使用CRM中的executeMultiple请求创建1000条记录,有时在这里正确创建记录我们正在创建批量大小为10条记录的记录,但有时由于某些错误,很少有记录记录未创建,因此没有错误响应并没有响应的错误消息。
何时尝试在一段时间后使用相同的请求~30分钟到1小时再次成功地再次创建记录而没有任何吼叫。有人可以告诉我们为什么会出现这个问题吗?
以下是我们在创建过程中出现错误时获得的响应。
<s:Envelope xmlns:s=\"http://schemas.xmlsoap.org/soap/envelope/\"><s:Body>
<ExecuteResponse xmlns=\"http://schemas.microsoft.com/xrm/2011/Contracts/Services\">
<ExecuteResult i:type=\"a:ExecuteMultipleResponse\"
xmlns:a=\"http://schemas.microsoft.com/xrm/2011/Contracts\"
xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\">
<a:ResponseName>ExecuteMultiple</a:ResponseName><a:Results
xmlns:b=\"http://schemas.datacontract.org/2004/07/System.Collections.Generic\">
<a:KeyValuePairOfstringanyType><b:key>IsFaulted</b:key><b:value i:type=\"c:boolean\"
xmlns:c=\"http://www.w3.org/2001/XMLSchema\">false</b:value>
</a:KeyValuePairOfstringanyType><a:KeyValuePairOfstringanyType><b:key>Responses</b:key>
<b:value i:type=\"c:OrganizationResponseCollection\"
xmlns:c=\"http://schemas.microsoft.com/xrm/2012/Contracts\"/>
</a:KeyValuePairOfstringanyType></a:Results></ExecuteResult></ExecuteResponse></s:Body>
</s:Envelope>
有人可以告诉我们一些解决方案。谢谢提前