• murali2589
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 2
    Replies

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
... the password encrypted through keyfile is sfdc password without token...

 

 

can any one pls resolve this problem

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 

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 

Error: Failed to parse wsdl: Parse error: Found invalid XML. could not determine namespace bound to element prefix xsd (position: START_TAG seen ...fied" targetNamespace="http://soap.sforce.com/schemas/class/web1">... @3:187) 

 

can anybody resolse this problem?

 

hi am trying to insert the data to the salesforce using webservices soap api ..i generated WSDL file but parsing error is getting as above

Can we export the data from salesforce to tab delimited text file using data loader?

  • July 18, 2012
  • Like
  • 0