Cause: SAS/SHARE does not support connection pooling. This issue is generally noticed when connection pooling is enabled on the SAS/SHARE Data Source in Spotfire.
Environment
OS: All Supported Operating Systems
Resolution
Resolution 1:
============
Turn off the connection pooling for SAS/SHARE Data Source to resolve the issue.
1). Login to Spotfire Analyst and Go to Tools -> Information Designer
2). Edit the data source for SAS/SHARE.
3). Set the Min and Max value for "No of connections" parameter to "0" and save.
Here is an extract from the Spotfire Analyst help manual: Note: For SAS/SHARE and ODBC data sources, both Min and Max number of connections should be set to 0 in order to disable connection pooling. The same holds for other data sources that do not support pooled connection since there is no valid ping command.
Resolution 2:
==========
Update your SAS/Share Data source template with the below ping command i.e. update line <ping-command/> to <ping-command>SELECT 1 FROM DUAL</ping-command>