Skip to content

Instantly share code, notes, and snippets.

@ndabAP
Created January 26, 2021 16:37
Show Gist options
  • Save ndabAP/2ae90f3b871403d822ec2de0bcffb5b0 to your computer and use it in GitHub Desktop.
Save ndabAP/2ae90f3b871403d822ec2de0bcffb5b0 to your computer and use it in GitHub Desktop.
Salesforce "REQUEST_LIMIT_EXCEEDED: ConcurrentRequests (Concurrent API Requests) Limit exceeded."
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>sf:REQUEST_LIMIT_EXCEEDED</faultcode>
<faultstring>REQUEST_LIMIT_EXCEEDED: ConcurrentRequests (Concurrent API Requests) Limit exceeded.</faultstring>
<detail>
<sf:UnexpectedErrorFault xsi:type="sf:UnexpectedErrorFault">
<sf:exceptionCode>REQUEST_LIMIT_EXCEEDED</sf:exceptionCode>
<sf:exceptionMessage>ConcurrentRequests (Concurrent API Requests) Limit exceeded.</sf:exceptionMessage>
</sf:UnexpectedErrorFault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment