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
ActevaRSVPActevaRSVP 

Eclipse IDE not able to Access Managed Apps

Hi,
 
After configuring my eclipse with the latest force.com plugin when I try to create a project with the managed apps into my eclipse I was getting the error "Organization contains more than one package for the following name 'ActevaRSVP'". These packages will be excluded from the request.
 
As a result of the above error I am not able to see the referenced package in the project imported.
 
Am I missing something?
 
 
JonPJonP
The Force.com IDE accesses packages in your organization by name, via the Metadata API.  If you have a non-unique package name (two or more packages with the same name), the Metadata API is unable to identify which metadata components go with which packages when trying to retrieve or deploy components.  Therefore the IDE automatically excludes these packages from Force.com Projects in order to allow you to work with the other metadata in your organization, outside your packages.