-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error connecting Dataloader to the Sandbox #1265
Comments
Can you try with |
Thanks for your answer. I have already tried it with test.salesforce.com and it is exactly the same as with my org domain. I honestly don't know what to do. |
Hi @ronaldfernandezizertis , the error message indicates that data loader is unable to connect to Salesforce login service. Can you check the following?
|
Hi @ronaldfernandezizertis , given that you are seeing Data Loader UI means that the Data Loader launcher script ( The error message you are seeing means that Data Loader is unable to reach out to salesforce.com site to check for availability of a new version. This is most likely due to a firewall setup on your desktop that prevents any direct outbound communication. The likely reason to block direct outbound communication in an office desktop is to have all outbound traffic go through a central proxy service. Contact your desktop admin for the proxy service configuration information. |
Ok, I was afraid that something like that could happen, but in this case I need to indicate specific PROXIS or just tell the system administrator to check the Salesfoce and Dataloader PROXIS? |
You need to ask your desktop administrator the following information:
|
I am attaching an internal version of data loader that tries to detect system proxy settings. If any found, it sets proxy host and port values in Settings dialog if they were not already set. To try it, install it in a different folder than your current data loader installation, launch it, and view Settings to see if proxy host name and port settings are prefilled. dataloader_v62.0.1.zip |
Thank you very much, sorry for not having replied I have opened an internal incident to see if that remote computer I have blocked but I'm still waiting, I tried to download the Dataloader 42.0.0 and I get the same thing: Failed to send request, I'll try with the version you have provided me to see if I can connect, thank you very much for your help !!!! |
Ronald, the suspense is killing me. Let us know if the new version helps. |
Hahahaha, it didn't work, as ashitsalesforce told me, I have to release the PROXYS because something is blocking the communication. My client is the government and surely they have many restrictions. When they give me permissions I will tell you if I have been able to solve it. |
Hi @ronaldfernandezizertis , if you don't mind trying once again, I am attaching a patch that has the code to discover proxy service host and port if they are set at system level. While this does not guarantee success as the code can't discover proxy username and password as well as NTLM domain if configured, it may help you provide further details to the network admin so that you can get proxy username, password, and NTLM domain if configured in your network. dataloader_v62.0.1.zip |
Closing the issue assuming that it is resolved. |
Ok , I still have the error, however I was able to download Dataloader version 42.0.0.0 and I was able to connect to Salesforce. Anyway thank you very much for your help, I appreciate it. |
Hi @ronaldfernandezizertis , good to hear that 42.0.0 resolved the issue. Given that it is a very old release and we do not support it, we would like you to get to the latest release after fixing bugs, if any, that prevent you from using them. To do so we would like to understand how you decided to select 42.0.0. Also, if you can share some specifics such as do you specify a value for "Proxy NTLM domain" setting. |
introduce read-only property, sfdc.useSysPropsForHttpClient, set to true by default, to address issues such as issue #1265 .
Describe the bug #1020
"I am trying to connect Dataloader in OAuth with my Sandbox credentials, and I am getting a connection failure error. I have entered the Test.salesforce URL and the domain of my organization in the Dataloader settings, but it does not connect. Additionally, when the failure occurs, it tries to connect to login.salesforce, which is for Production, even though I have never configured it that way. I also think the version of Java might be causing the issue, but I'm not sure, I have changed the config file in OAuth to my domain but it still does not connect me and redirects me to login.salesforce instead of my organization, but what I really want is to be able to connect to my Sandbox.Could someone help me with this issue? I would really appreciate it."
Expected behavior
Connect .
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: