Products | Versions |
---|---|
TIBCO Scribe Insight | 2 |
Users are unable to access certain data in the TIBCO Scribe® Insight Scribe Internal Database where SQL server and the network are enabled for TLS 1.2 only.
A user reported an error while connecting to Dynamics CRM 2015 after they enforced the TLS 1.2 security policy and disabled backwards compatibility to TLS 1.0. The Adapter successfully connects to CRM, then the following error occurs when the Adapter queries the Insight Internal Database:
Error HRESULT E_FAIL has been returned from a call to a COM component.
The error occurs due to issues with the Microsoft OLE DB driver for SQL Server used by TIBCO Scribe® Insight. Specific to this case, the TIBCO Scribe® Insight Internal Database AdapterMetadata table (among others) contains a nvarchar(max) field that is not supported by the driver.
Any Adapter may generate some type of error in this TLS 1.2 configuration in that the problem occurs when the AdapterMetadata table is queried by the Adapter.
There are a number of other scenarios in which a similar error occurs. First, any table that contains the SQL nvarchar(max) datatype generates an error when accessed by TIBCO Scribe® Insight. Secondly, there is a problem using the driver within the VB6 language to access the Internal Database, so the Scribe Internal Database program, among others, fails.