I have configured Bamboo for salesforce deployment. we are getting below error
BUILD FAILED
/home/www/sites/194.245.123.165/atlassian/application-data/xml-data/build-dir/ -FUT-JOB1/build.xml:94: Failed to submit request to https:// .my.salesforce.com/services/Soap/m/45.0/00D6E000000DXEf for user xxxx@test.com.claas.futurecrm.
Error: {http://soap.sforce.com/2006/04/metadata}EXCEEDED_MAX_SIZE_REQUEST - EXCEEDED_MAX_SIZE_REQUEST: Maximum size of request reached. Maximum size of request is 52428800 bytes.
It does seem that the issue is in caused by an attempt to submit a request with more than 50MB to "https:// .my.salesforce.com/services/Soap/m/45.0/00D6E000000DXEf". I guess the same issue would happen if you submitted it from outside Bamboo.
You need to check your build tasks to understand how this request is built and try to reduce its size or check how to adjust the requests limit to salesforce.
If I'm mistaken on my assumptions, please share more details from your build logs so we could get more clues to move on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.