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
SaktiSakti 

Can anyone give me sample Proxy Set up in Dataloder CLI.

Hi,

I am preparing a Export process by using CLI. I tested in my personal system it is working fine. But in the system of my Organization does not allow me to log in, as it has proxy set up in internet Explorer. So I need to add Proxy section in my process-config.xml file.

The following values I have added:
         <entry key="sfdc.proxyHost" value="xxxx.xxxx.xxxx"/>
         <entry key="sfdc.proxyPort" value="xxxx"/>
         <entry key="sfdc.proxyUsername" value="xxxx"/>
         <entry key="sfdc.proxyPassword" value= "xxxx"/>
         <entry key="sfdc.proxyNTLMDomain" value="xxxx"/>

Here the same set up i used in Apex dataloader User Interface . It is working but in CLI it is not working. Can any one helpp me out what should be the format for these values should be.

Thanks,
Sakti Sahoo
ShashankShashank (Salesforce Developers) 
Try including them in the "config.properties" file as well. Also, just ensure the process config file name is "process-conf.xml".