2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Issue :  Total Requests Limit exceeded while writing Exceeded While Writing to Salesforce.

Description: Irrespective of the source system, If if you happen to come across the error in DBSync logs as " TotalRequests Limit exceeded "  and not a single record is getting Integrated \ written to Salesforce Instance. 

Also, You you will find the error stack in DBSync log for the that process in the following format.


Code Block
<b>Error
Trace :</b>AxisFault faultCode:
{urn:fault.partner.soap.sforce.com}REQUEST_LIMIT_EXCEEDED faultSubcode:  faultString: REQUEST_LIMIT_EXCEEDED:
TotalRequests Limit exceeded. faultActor: 
faultNode:  faultDetail:  {urn:fault.partner.soap.sforce.com}UnexpectedErrorFault:
<ns1:exceptioncode>REQUEST_LIMIT_EXCEEDED</ns1:exceptioncode>
<ns1:exceptionmessage>TotalRequests
Limit exceeded.</ns1:exceptionmessage>REQUEST_LIMIT_EXCEEDED: TotalRequests Limit exceeded.


Resolution: The above error tends to Salesforce API REQUEST_LIMIT_EXCEEDED for the day for the integration to take place further. In any case, You you should contact Salesforce Support to extend the API calls to resume the Integration. 


...