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
rm1rm1 

Deployment fails using Migration Tool; succeeds using IDE

I have been unable to deploy a project using the Migration Tool.  However, it deploys just fine using the Force.com IDE.  

The error reads: "Failed to process the request successfully. Cause(LIMIT_EXCEEDED): LIMIT_EXCEEDED: Too many files in deploy call, limit is: 1500"

I am using a very simple Migration Tool command:  

<sf:deploy username="${sf.username}" password="${sf.password}" serverurl="${sf.serverurl}" deployRoot="trunk/src"/>.

My question is, what is different between the IDE and the Migration Tool that would cause this error to occur?  I am deploying the same folder using the same manifest (package.xml) file.