Skip to main content
Question

Salesforce Connector Error

  • June 12, 2018
  • 0 replies
  • 9 views

johnglick
Contributor
Forum|alt.badge.img+7

I'm receiving the following error using the salesforce connector. The connector returns 2000 features and then stops with this error. On another object, it returns 1,000 features then stops. My SOQL query runs fine in salesforce workbench. Any ideas?

Python Exception <MissingSchema>: Invalid URL '/services/data/v43.0/query/01g6A00000RzDWPQA3-2000': No schema supplied. Perhaps you meant http:///services/data/v43.0/query/01g6A00000RzDWPQA3-2000?

Traceback (most recent call last):

File "plugins.py", line 441, in input

File "salesforceConnector.py", line 259, in receive_feature

File "salesforceConnector.py", line 151, in query

File "salesforceConnector.py", line 133, in _get

File "C:\\Program Files\\FME\\/python\\requests\\sessions.py", line 521, in get

return self.request('GET', url, **kwargs)

File "fmehttp.py", line 224, in request

File "C:\\Program Files\\FME\\/python\\pypac\\api.py", line 198, in request

raise request_exc # In PY2, just saying 'raise' may re-raise ProxyConfigExhaustedError.

MissingSchema: Invalid URL '/services/data/v43.0/query/01g6A00000RzDWPQA3-2000': No schema supplied. Perhaps you meant http:///services/data/v43.0/query/01g6A00000RzDWPQA3-2000?

Error encountered while calling method `input'

SalesforceConnector_4_CALLER(PythonFactory): PythonFactory failed to process feature

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.