function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
koti91koti91 

Fetch Error

when i am trying to load the Dev org in to my eclipse i am getting an error saying that:

 

Unable to fetch and save Force.com components to project:

LIMIT_EXCEEDED: Too many files in retrieve call, limit is:5000(LIMIT_EXCEEDED)

 

Abort or Continue Force.com project creation?

 

can anyone tell me the reason why is this hapenning. Its very urgent

 

Thanks

 

 

RadnipRadnip

Its because your trying to return too many meta data components (eg: Classes, triggers, pages, reports etc). The best thing to do is create another project in eclipse with a sub-set of the components from your org (eg if your just working on classes and pages just export those and nothing else).