BizTalk Server 2016 CU5 Installation error: SQLNCLI11 ole db provider not found in the system

  • Sandro Pereira
  • Dec 9, 2018
  • 2 min read

There are simple BizTalk Server installations, and then there are some quite annoying BizTalk Server topologies and complex configurations, which tend to give rise to the appearance of diverse types of errors: SQLNCLI11, OLE DB provider not found in the system. It’s one of the most recent I’ve found.

Let me contextualize the appearance of this error.

To simplify, I have 5 machines in my environment:

  • 2 SQL Servers in a cluster and an SSO Master Secret Server in a cluster.
  • 2 BizTalk Server’s.
  • And 1 IBM WebSphere MQ Server, with only BizTalk Server 2016 MQSeries Agent installed.

I successfully installed:

  • BizTalk Server 2016 Cumulative Update 5 (CU5) in the SSO Master Secret Server’s
  • And BizTalk Server Feature Pack 3 with CU5 on BizTalk Server’s

Nevertheless, while I was trying to install BTS2016 CU5 on the MQ Server, I got the following error:

Ole db providers : SQLOLEDB, MSDataShape, ADsDSOObject, MSDASQL, MSDASQL Enumerator, SQLOLEDB Enumerator, MSDAOSP

SQLNCLI11 ole db provider not found in the system.

TLS1.2 support requires SQL Server 2012 Native client 11.0 must be installed on all BizTalk machines. Install SQL Server Native client 11.0 before applying the update.

To download and install Microsoft SQL Server 2012 Native Client 11.0, see this Microsoft Download Center webpage. https://www.microsoft.com/en-us/download/details.aspx?id=50402&751be11f-ede8-5a0c-058c-2ee190a24fa6=True

Aborting installation of this update.

Please try after installing SQL Server 2012 Native client 11.0.

📝 One-Minute Brief

Explains how to fix the BizTalk Server 2016 CU5 installation error caused by the missing SQLNCLI11 OLE DB provider, including why the cumulative update fails and how to resolve the dependency issue.

Cause

Unfortunately, to install BizTalk Server CU5 and I guess previous ones there is this default requirement that you need to have: SQL Server 2012 Native client 11.0 installed in the server.

In fact, for the BizTalk Server 2016 MQSeries Agent to work properly, this component is not required. This is a validation requirement of the CU5.

Solution

The solution is quite simple:

  • Download SQL Server 2012 Native client 11.0, you can find it here: Microsoft® SQL Server® 2012 Native Client – QFE.
  • And install it.

After you install the SQL client, you will be able to successfully apply the BizTalk Server 2016 CU5.

Hope you find this helpful! If you liked the content or found it useful and would like to support me in writing more, consider buying (or helping to buy) a Star Wars Lego set for my son. 

Thanks for Buying me a coffe
Author: Sandro Pereira

Sandro Pereira lives in Portugal and works as a consultant at DevScope. In the past years, he has been working on implementing Integration scenarios both on-premises and cloud for various clients, each with different scenarios from a technical point of view, size, and criticality, using Microsoft Azure, Microsoft BizTalk Server and different technologies like AS2, EDI, RosettaNet, SAP, TIBCO etc. He is a regular blogger, international speaker, and technical reviewer of several BizTalk books all focused on Integration. He is also the author of the book “BizTalk Mapping Patterns & Best Practices”. He has been awarded MVP since 2011 for his contributions to the integration community.

2 thoughts on “BizTalk Server 2016 CU5 Installation error: SQLNCLI11 ole db provider not found in the system”

  1. The Support for TLS 1.2 protocol in BizTalk Server fix is the one that requires the installation for the SQL Server 2012 Native Client version 11. For BizTalk 2013 R2 CU8 and BizTalk 2013 CU7 they have added a big banner on the CU page to highlight this (it wasn’t there initially). For some reason they have not done the some for BizTalk 2013 CU5.

Leave a Reply

Your email address will not be published. Required fields are marked *

The Ultimate Cloud
Management Platform for Azure

Supercharge your Azure Cost Saving

Learn More
Turbo360 Widget

Back to Top