Matus Makovy created TEIIDDES-3194:
--------------------------------------
Summary: 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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)