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
SFDC_DeveloperSFDC_Developer 

Error in data loader cliq

I am using data loader from command line but I'm getting one error when I'm trying to verify if my password generated is correct or not

Command: encrypt.bat -v generatedPassword secretKey

Error:
2016-05-24 08:29:52,056 ERROR [main] security.EncryptionUtil main (EncryptionUti
l.java:336) - Error decrypting string: 10d05e725ebd1999668536e79f4335e6, error:
Given final block not properly padded

Also how I can schedule data load and export from command line.

Thanks in advance