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
Jefe55Jefe55 

Eclipse and Sandbox setup

I'm trying to create a new project in eclipse using my sandbox account but it won't login.  I'm using the login "saleforce login.sandbox name". 
 
Example
Salesforce login:  user@company.com
Sanbox name:  original
 
Eclipse login attempt:  user@company.com.original
 
what am i doing wrong here? 
TehNrdTehNrd
Are you entering the correct SOAP endpoint. I think it is either:

https://test.salesforce.com/services/Soap/u/11.0

or

https://test.salesforce.com/services/Soap/u/10.0
TehNrdTehNrd
Just tried 11 and it didn't work.
Jefe55Jefe55

I actually had an old version

https://test.salesforce.com/services/Soap/u/8.0

Using https://test.salesforce.com/services/Soap/u/10.0 it worked just fine. 

Thank you,