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
SimbaSimba 

Issues while inserting into Salesforce frome external database using Apex Dataloader CLI

We areusing data Loader to update the information from external database to Salesforce.

 

We are able to connect to the external database using DataLoader CLI. We have done all the required configuration in database-conf.xml as well as in process-conf.xml. We are tryingt o either usde insert or upsert command.

 

In insert comand it seems like it is able to select all the rows in the external database and it is inserting equivalent number of rows in the Salesforce object. However,it's not putting any data from theexternal database to Salesforce. Looks like it's missing some connecting attribute. It's running the two commands Select from external and Insert into salesforce independently.

 

We are using Apex DataLoader 17.0 version.

 

 

Any help is appreciated.

 

Thanks