Ywat / dataloadercliq

Automatically exported from code.google.com/p/dataloadercliq
0 stars 0 forks source link

Login error ver. 26.0 #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.modify cliq.properties
2.enter sfdc.endpoint=https://login.salesforce.com/services/Soap/u/26.0
3.set user 
4.set psw = pswsalesforce+securitytoken (it works with Dataloader)

What is the expected output? What do you see instead?
Login to cliq - error: INVALID_LOGIN - Invalid username, password, security 
token; or user locked out.

What version of the product are you using? On what operating system?
2.2.0 - WinXP pro Sp3

Please provide any additional information below.
I tried to change the sfdc.endpoint with:
https://www.salesforce.com/services/Soap/u/26.0

ann I tried to do not use the security token.
I don't have a proxy and I set up the property file as follow:
# 
# CLIq.properties
#

### All of these properties are Optional ###

#Set your Salesforce username and password 
sfdc.username=myuser@xxx.com    
sfdc.password=psw+sectoken

# i.e. proxy.company.com
#sfdc.proxyHost=
# i.e. 8080
#sfdc.proxyPort=
#sfdc.proxyNtlmDomain=
#sfdc.proxyUsername=
#sfdc.proxyPassword=

# Use https://test.salesforce.com/services/Soap/u/<YOUR DATA LOADER VERSION> 
for Sandbox instances
# NOTE: Make sure the version is equal or lower than your version of Data 
Loader.
#
# For example:
sfdc.endpoint=https://login.salesforce.com/services/Soap/u/26.0

Thanks and regards
Valerio

Original issue reported on code.google.com by lancia.v...@gmail.com on 22 Oct 2012 at 4:32

GoogleCodeExporter commented 8 years ago
Thanks for reporting this.  I will investigate.

Original comment by vijay.swamidass@gmail.com on 1 Nov 2012 at 6:25

GoogleCodeExporter commented 8 years ago
There is a bug in the way CLIq gets the Login url.  

However, when I used 
sfdc.endpoint=https://login.salesforce.com/services/Soap/u/26.0

in my cliq.properties file, I was able to login.

I will try to fix the bug, but I think it should work with the cliq.properties 
file.

Original comment by vijay.swamidass@gmail.com on 1 Nov 2012 at 6:48

GoogleCodeExporter commented 8 years ago

Original comment by vijay.swamidass@gmail.com on 18 Nov 2012 at 12:46

GoogleCodeExporter commented 8 years ago
I have data loader version 27.0 with me.

When I enter my proxy settings it give this error: INVALID_LOGIN - Invalid 
username, password, security token; or user locked out.

When I don't give any proxy settings & enter password: password+securitytoke 
then it will give this error:
Also i have edit the cliq.properties file to include 
this:sfdc.endpoint=https://login.salesforce.com/services/Soap/u/26.0

Failed to send request to https://login.salesforce.com/services/Soap/u/26.0

Please help.

Thanks
Chirag

Original comment by rox.rahu...@gmail.com on 9 Oct 2013 at 11:13