Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to retrieve data from salesforce using the eclipse, but I had a problem when I tried this. I am using a newest version of eclipse (Neon [Version: Neon.1a Release (4.6.1)] and Kepler [Version: Kepler Service Release 2]) with the force.com library installed.
I had the limit exceeded problem, I search for a solution, I found that I should increase the size of Xmx in eclipse.ini file. I tried it but I had the same error, I can read the data from Salesforce but I cannot retrieve them to eclipse.
Any help to solve this issue?

What I have tried:

I do these steps:
1- In the Package Explorer, right click -> New -> Project -> Force.com Project -> Next 2- I create the new project by filling these fields (Project Name, Username, password, Security Token, Environment) -> Next -> then the package is fetched
3- I select Selected metadata components -> I click the button Choose... (It takes a lot of time to open the components) -> then I choose for example 1 class from classes and I click ok.
4- It takes a lot of time and a dialog appear with this warning : Warning occurred while fetching force.com components :: Server processing time has exceeded limit (600 secs) Abort Operation or continue waiting for server? -> So I continue
5- I click again on continue, the issue persist and the same dialog appear again many times.
Posted
Updated 25-Feb-17 11:29am
Comments
Richard MacCutchan 28-Nov-16 4:38am    
You need to find out why force.com responds so slowly.
ss_lb_sf 28-Nov-16 16:05pm    
I searched this is because of the large number of managed packages, so the solution was to increase the xmx of eclipse but I have the same issue. The problem is from eclipse but no idea how to fix it
Richard MacCutchan 29-Nov-16 3:30am    
No the problem is clearly from the server, as detailed in the error message.
Graeme_Grant 26-Feb-17 0:40am    
"limit exceeded" is this a response message from the salesforce lib?

If yes, then it is a server response advising you that you have hit an account API limit. What does you SalesForce API dashboard say? Have you contacted SalesForce API technical support yet?
ss_lb_sf 2-Mar-17 6:58am    
No I did not contact Salesforce Support. But I found if I had a lot of manage package in my organization I will got this error which is the case.

1 solution

I tried to retrieve some data using ANT tool then added them to Eclipse and it works.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900