SalesForce connection no error on wrong password

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Cloud Applications
Post Reply
PascalD2
Posts: 9
Joined: Wed 12 Jan 2011 03:48

SalesForce connection no error on wrong password

Post by PascalD2 » Mon 25 Jul 2016 20:53

V 3.1.67.0

If I open a connection using a wrong password there is no error, the connection state is open but when opening the first query I receive the error message for invalid password!

It only happens if the cache is already created, if I delete the cache files before I open the connection I receive the invalid password message !

Thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: SalesForce connection no error on wrong password

Post by Shalex » Tue 26 Jul 2016 12:40

Please add the "Deferred Login=false;" option in your connection string and try again. For more information about the connection string parameters, refer to https://www.devart.com/dotconnect/sales ... tring.html.

PascalD2
Posts: 9
Joined: Wed 12 Jan 2011 03:48

Re: SalesForce connection no error on wrong password

Post by PascalD2 » Thu 28 Jul 2016 15:14

Thanks it is working fine...

I overlooked that option even if I had that page of the help file already open!

Post Reply