• yanzi liyan
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Our program call Salesforce's Webservice API to create Cases, the corresponding method name is: create (sObject[] sObjects).
Sometimes Case cannot be created successfully (about one-third probability), and the error message is "The operation has timed out"
More details:
1. The related Objects contains only one Case object, and the Case object contains only 6 fields, so the amount of data is very small.
2. We use a customer's Sandbox account to test.
3. We found that the process of creating has a long execution time, sometimes 3 to 4 seconds, sometimes more than 30 seconds, and will return the error message "The operation has timed out" when the execution time exceeds 100 seconds.
4. We tested the network between the server and the Salesforce sandbox and found no network problems.
5. If we switch to another Salesforce account (not a sandbox account), the problem does not exist.
User-added imageUser-added image