Salesforce with SSO data source fails to introspect, displaying an error "the path ... could not be parsed" in TIBCO Data Virtualization

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:

Products Versions
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.

User-added image

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)
--------------------

Issue/Introduction

Salesforce with SSO data source fails to introspect, displaying an error "the path ... could not be parsed" in TIBCO Data Virtualization

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.

User-added image