You need to sign in to do that
Don't have an account?
Anindya Chattopadhyay
Deploying to Developer Sadbox
Hi there:
I have got a developer sandbox and my Force.com IDE is connected to that. Any change to Apex class that I do using the IDE, gets saved in developer sandbox without any problem.
However When I try to 'Deploy to Server', I get the following error:
I am pretty sure the credential is all good as I can save my changes. Is it because we can only deploy to Full/Partial sandbox?
Any help will be much appreciated.
Thanks and regards,
Anindya
Thanks for all your replies. But what I found out is I was not supplying the Security Toke and was supplying only Username and Password. While that's good enough for IDE, Deployment needs Security Token.
Cheers!
All Answers
Can you go to your user record details in SFDC UI and check the 'Login History' section to debug more on this ?
If this error present over there means its wrong password.
As you we know,Password should be of format - PasswordSecurityToken.
Regards,
GM
adnsandbox.com is mentioned in the help documentation but I would much rather use the standard installation source.
You may need to uninstall version 31 by going to Help > About > Installation Details.
Once your org has been updated to version 31 you can uninstall update your plugin to version 31.
Thanks for all your replies. But what I found out is I was not supplying the Security Toke and was supplying only Username and Password. While that's good enough for IDE, Deployment needs Security Token.
Cheers!