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
murali2589murali2589 

data loader through command line (java Exceptions error)

iam workin on data loader through command line i completed 4 steps succesfully i.e.,

Step One: Create the Encryption Key

Step Two: Create the Encrypted Password

Step Three: Create the Field Mapping File

Step Four: Create the Configuration File

 am getting error after this process (5th step)

{

In the command prompt window, enter the following command:
process.bat "<file path to process-conf.xml>" <process name>
• Replace <file path to process-conf.xml> with the path to the directory containing process-conf.xml.
• Replace <process name> with the process specified in process-conf.xml.
Your command should look something like this:
process.bat "C:\DLTest\Command Line\Config" accountInsert

}

 

here  i specified path of process-conf  it got error so i tried specifying path same as above process.bat "C:\DLTest\Command Line\Config" accountInsert

 

sometimes  it showing java exception error somtimes badpadding error

can any one pls resolve this problem 

Mike GeffreysMike Geffreys

What does the Java exception message say? Please provide more information so that we can help you. 

 

Just a hint: you say you are getting "Bad padding error". This always means you are providing an incorrect password. Make sure you encode your password as it is described here: Using Data Loader from command line