Salesforce with SSO data source fails to introspect, displaying an error "the path ... could not be parsed" in TIBCO Data Virtualization
book
Article ID: KB0074591
calendar_today
Updated On:
TIBCO Data Virtualization
|
7.0 and higher
|
Description
A Salesforce with SSO data source fails to introspect, displaying an error that the path could not be parsed.
The cs_server.log contains a trace of the type below:
--------------------
ERROR [IntrospectResourcesTask Introspect Datasource] 2020-10-19 02:59:54.121 -0400 TaskManager - Task failed: IntrospectResourcesTask Introspect Datasource
The path "/shared/Demo//Account" could not be parsed.
at com.compositesw.server.task.TaskWithResults.run(TaskWithResults.java:87)
...
Caused by: java.lang.IllegalArgumentException: Invalid path: /shared/Demo//Account
at com.compositesw.common.repository.PathLexer.parse(PathLexer.java:76)
at com.compositesw.common.repository.Path.parse(Path.java:469)
--------------------
Resolution
To resolve this error, enter the following in Other field.
ReturnCatalog=True;ReturnSchema=true;Catalog=CIS;
The field is located on the data source's Advanced panel as shown in the screenshot below.

Issue/Introduction
Salesforce with SSO data source fails to introspect, displaying an error "the path ... could not be parsed" in TIBCO Data Virtualization
Feedback
thumb_up
Yes
thumb_down
No