You need to sign in to do that
Don't have an account?

Problem deploying with Ant tool
Hi,
We are having a strange behaviour on our Hudson (continuous integration system) when it deploys to an org using the ant tool. we are receiving this message:
Failed to submit request to Endpoint: https://na7-api.salesforce.com/services/Soap/m/14.0 for user xxxxxxxx@xxxxxx
It prevents our Hudson task to run successfully, which is a bloquer for us.
I guess the error happens during the deploy task:
<sf:deploy username="${sf.username}" password="${sf.password}"
maxPoll="${sf.maxPoll}" pollWaitMillis="${sf.maxWaitMillis}"
serverurl="${sf.serverurl}" zipFile="${src.dir}/batch1.zip" runAllTests="false" logType="Debugonly">
</sf:deploy>
I haven't found anything in the forums and don't know what it means. Have you ever seen this problem before?
Cheers,
Laurent
Hi Laurent,
Please upgrade to the latest version of the Force.com Migration Tool for Ant. This should resolve the issue you're experiencing, which seems likely to be proxy server related.
Regards,
Jon
salesforce.com Product Manager
All Answers
Hi Laurent,
Please upgrade to the latest version of the Force.com Migration Tool for Ant. This should resolve the issue you're experiencing, which seems likely to be proxy server related.
Regards,
Jon
salesforce.com Product Manager
Hi,
It was actually the password that got expired. We didn't get any proper message so it took us a while to understand that but now it is fine.
Thanks a lot,
Laurent