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
keerthikeerthi 

Force.com IDE

The Steps are
---------------------------
Download Eclipse 3.2 and jre
 
In Eclipse
-----------
 
Go to Help menu
 
--Software updates
 
---Find and Install
 
---Select Remote site
 
--- as Force.com IDE
 
 

Windows
-------------
 
--Open perspective
 
--other
 
--Force.com
 

File
-----
 
--New
 
--Force.com project
 
--user name
 
--password
 
--security token
 
 
 
After this i will be getting this error. I have given security token also but it will not  work. Can anyone help me to solve this.

Connection Error
------------------------
 
Unabale to create connection to salesforce
 
Invalid username or password or locked out
 
Retry or Abort to verify your organization settings
 
 
werewolfwerewolf
The Force.com IDE connects via the API -- what password are you using?  You might need to append the security code after your password.
jpizzalajpizzala
True - also if you have multiple applications accessing your Salesforce org via API, you may want to whitelist your IP address (you won't need to append the security code in this case).  To do this go to Setup -> [Administrative Setup] Security Controls -> Network Access.

Again, it all depends on your business and the permanence of this need.
keerthikeerthi

Hi,

Thanks for reply. I tried with the security token. Even then it show the same error. Is thers any other solution to solve this. I tried many times with different security tokens

 

 

  

 

SuperfellSuperfell
What does login history show in the app ?
keerthikeerthi


Project Name:

User Name:

Password:

Security Token:

SOAP Endpoint:
  https://test.salesforce.com/services/soap/u/12.0
  https://prerelwww.soama.salesforce.com/service/soap/u/12.0
  http://www.salesforce.com/service/soap/u/12.0

 

Connection Error:

Unable to create connection to salesforce

Invalid user name or password or locked out

Retry or abort to verify your organization settings

 

my login history is:

xxx@yyy.org6/5/2008 12:59:54 AM PDT122.164.74.45Partner ProductInvalid PasswordJava (Salesforce.com)UnknownApex Plugin12.0SOAP Partner12.0
xxx@yyy.org6/5/2008 12:59:53 AM PDT122.164.74.45Partner ProductInvalid PasswordJava (Salesforce.com)UnknownApex Plugin12.0SOAP Partner12.0
xxx@yyy.org6/5/2008 12:59:51 AM PDT122.164.74.45Partner ProductInvalid PasswordJava (Salesforce.com)UnknownApex Plugin12.0SOAP Partner12.0
xxx@yyy.org6/5/2008 12:59:50 AM PDT122.164.74.45Partner ProductInvalid PasswordJava (Salesforce.com)UnknownApex Plugin12.0SOAP Partner12.0

 

Always ThinkinAlways Thinkin
Hi Keerthi,
Where is the trigger that you wish to Deploy? I'm guessing it's in a Dev org or a Sandbox. Have you successfully connected to that but just not to your Production org (or vice versa)?
If it's a Dev or Production org, are you setting the endpoint to:   http://www.salesforce.com/service/soap/u/12.0 ?
If it's a Sandbox, are you setting the endpoint to: https://test.salesforce.com/services/soap/u/12.0 ?

You shouldn't need a security token if you're able to login to either your Dev org or Sandbox by browser on the same computer from which you're trying to connect from Eclipse; If Salesforce has your IP logged as a recognized IP for your browser, then it will extend that recognition to Eclipse as well.

And sorry to be oversimplifying matters, but have you resorted to "Is the unit plugged in?" tactics like setting your password to 123456 to make sure that you couldn't possibly be mistyping it?