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
Rich13Rich13 

Extract error through batch process

Hi,

I am trying to extract campaing member record IDs through command line batch process. But I am getting the following error though i made sure the password, security token and encrption key are accurate.

Please let me know what would went wrong. Below is the error.

2014-02-15 01:47:18,117 FATAL [main] process.ProcessRunner topLevelError (ProcessRunner.java:238) - Unable to run process csvCampaignMemberExtractProcess
java.lang.RuntimeException: Invalid username, password, security token; or user locked out.


Thank you.
Vinita_SFDCVinita_SFDC
Hello,

Are you able to login to salesforce with the login credentials you are providing in command line?