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
raj123raj123 

Unable to refresh the Force com project components in eclipse

Unable to refresh the Force com project  components in eclipse

 

I am getting invalid operation with expired opereation, when  i try to refersh classes triggers from the server.

 

and i am getting following message when i open eclipse.

 

 

Unable to get describe object for project 'XXXX SIT'
The users password has expired, you must call SetPassword before attempting any other API operations

Best Answer chosen by Admin (Salesforce Developers) 
AdrianCCAdrianCC

Hi!

 

I think I found your problem:

 

"Error Message Error Description Reason Solution
 INVALID_OPERATION_WITH_EXPIRED_PASSWORD
 The users password has expired, you must call SetPassword before attempting any other API operations
 The root cause is that the user (and the associated profile) and it's password that was used to login via Salesforce.com API has expired.
 The solution is to change the profile of the user that was used to login and set the Password Never Expires to ON. This has to be done after the users password has been changed or reseted. You may also need to obtain a new API security token."
Hope this helps!
Adi