
I am new to Salesforce, and I am trying to load data to Salesforce in the TEST environment. We have a set process to do in LIVE which works, so I have copied the code, and changed the configuration file to point to the the DEV database. Also, I have enabled <entry key="sfdc.debugMessages" value="true"/> in the process-conf.xml file. So below is the error message:
------------ Response start ----------
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.partner.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>sf:UNSUPPORTED_CLIENT</faultcode>
<faultstring>UNSUPPORTED_CLIENT: TLS 1.0 has been disabled in this organization. Please use TLS 1.1 or higher when connecting to Salesforce using https.</faultstring>
<detail>
<sf:UnexpectedErrorFault xsi:type="sf:UnexpectedErrorFault">
<sf:exceptionCode>UNSUPPORTED_CLIENT</sf:exceptionCode>
<sf:exceptionMessage>TLS 1.0 has been disabled in this organization. Please use TLS 1.1 or higher when connecting to Salesforce using https.</sf:exceptionMessage>
<sf:upgradeURL>https://cs86.salesforce.com/secur/weakhttps.jsp?l=1</sf:upgradeURL>
<sf:upgradeMessage>Stronger security is required</sf:upgradeMessage>
</sf:UnexpectedErrorFault>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
------------ Response end ----------
I am aware that you have stopped TLS1.0 in the DEV environment last year, but I want to know what should I change in the script to enable TLS1.1
Much appreciated for your response !
-Regards,
Shan
2 respuestas

Hello,
Thanks for your response. As said since I am new to Salesforce, you will have to excuse me for my stupid answers :-)
a) How to check the Dataloader Version ? We use the Dataloader.jar to load data into Salesforce, but I think it is quite ancient.
b) How do you download the new dataloader version ? Is there a link ?
Again, much appreciated for your time and response.
Regards,