Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Step Two: Create the Encrypted Password
-
In the same command prompt window, enter the following command.
encrypt.bat –e <password><Salesforce_Security_Token> <key file path>
Replace <password> with the password that you use to log in to Salesforce in Data Loader combined with your org's security token (no space in between). Replace <key file path> with the file path you created in the previous step.
For example, if your Data Loader password is myP4sswordsRock and your org's security token is 00DE0X0A0M0PeLE!AQcAQH0dMHEXAM, then the command is:
1encrypt.bat -e myP4sswordsRock00DE0X0A0M0PeLE!AQcAQH0dMHEXAM C:\Users\jjang\.dataloader\dataLoader.key - Copy the generated encrypted password string. You use this value in a later step.