Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE

Exception has been thrown by the target of an invocation

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

Exception has been thrown by the target of an invocation

Last Update:

Oct 5, 2021 10:07:38 AM

Updated By:

Alan_Slaughter

Created date:

Apr 13, 2021 8:57:47 AM

QlikSensUtil fails to connect to the repository database with the following error:

Exception has been thrown by the target of an invocation

 

Qlik Sense Util Exception has been thrown by the target of an invocation.png

 

Environment

 

Resolution

 

This is caused by FIPS being enabled. To bypass the restriction:

  1. Create a file called QliksenseUtil.exe.config in: 

    C:\Program Files\Qlik\Sense\Repository\Util\QlikSenseUtil\

  2. Add the following content inside the QliksenseUtil.exe.config file:
    <configuration>
    <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral"/> <bindingRedirect oldVersion="0.0.0.0-1.2.11.0" newVersion="1.2.11.0"/> </dependentAssembly> </assemblyBinding> <enforceFIPSPolicy enabled="false"/> </runtime> </configuration>
  3.  Save the file.
  4. Reconnect 
Labels (1)
Version history
Last update:
‎2021-10-05 10:07 AM
Updated by: