Tag Archives: Timeout

Number of Retries for JSRemote Call

In our previous blog post “Transaction aborted: timeout error in Salesforce“, we had written that changing the timeout parameter in JSRemote call from Visualforce page can help avoid the timeout error issue. But occasionally even after increasing the timeout parameter, the timeout error appears for a couple of times due to the fact that sometimes… Read More »

Transaction aborted: timeout error in Salesforce

In one of our projects in force.com, we have been using the JS remote action calls many a time for custom reporting purpose. While testing, sometimes we face an issue and the error message displayed is “Unable to connect to the server (transaction aborted: timeout)”. This error occurs randomly and only sometimes. New Stuff:  View Records… Read More »