]
Matus Makovy closed TEIIDDES-3194.
----------------------------------
Resolution: Done
Closing this as this was fixed on Teiid side: TEIID-5329
Importing from Salesforce using Salesforce importer uses wrong URL to
connect
-----------------------------------------------------------------------------
Key: TEIIDDES-3194
URL:
https://issues.jboss.org/browse/TEIIDDES-3194
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 11.1.3
Reporter: Matus Makovy
Priority: Critical
When you import from salesforce using Salesforce importer the default URL used is:
{code:java}
https://www.salesforce.com/services/Soap/u/22.0
{code}
This url is wrong, the correct one should be:
{code:java}
https://login.salesforce.com/services/Soap/u/22.0
{code}
I consider this to be a critical, since the workaround exists, but it is a regression.