Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.

Management & Governance

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details

Who Me Too'd this solution

mickael_weqan
Partner - Contributor III
Partner - Contributor III

Case solved by Qlik support.

This is a Microsoft .NET Framework issue.

The .NET Framework creates an extra " <DbProviderFactories />" line under the System.data.

Manually delete the extra line.

To modify the .Net Framework64 to address the issue, perform the following steps in order:

1- Browse to  "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config

2- Using Notepad or similar editor, open "machine.config" (create a copy of this file prior to modifying)

3- Find the following section :

  <system.data>

    <DbProviderFactories>

      <add name=" .... "

   </DbProviderFactories>

<DbProviderFactories />  (If this line is present, REMOVE it as noted in Step 4)

  </system.data>

User-added image

4- Remove the additional "<DbProviderFactories />" line

5- Save the file.

Thanks Qlik support!

View solution in original post

Who Me Too'd this solution