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

NPrinting Upgrade fails during the "Installing Repository Service" step, and then rolls back

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

NPrinting Upgrade fails during the "Installing Repository Service" step, and then rolls back

Last Update:

Jun 7, 2021 12:04:26 PM

Updated By:

Frank_S

Created date:

Mar 28, 2019 1:25:11 PM

At what point does the upgrade fail and what happens?

  • During the "Installing Repository Service" step, the status changes to "Rolling back action" and the environment is no longer working for NPrinting

Environments Affected:

  • February 2019 and earlier versions

 

Resolution:


Diagnose:
Check version of .NET using powershell

  • open windows powershell
  • insert command as follows
 
Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse | Get-ItemProperty -name Version,Release -EA 0 | Where { $_.PSChildName -match '^(?!S)\p{L}'} | Select PSChildName, Version, Release | ft -autosize

User-added image


Verify that you have the correct version of .NET Framework installed for the target version of NPrinting 
https://help.qlik.com/en-US/nprinting/February2019/Content/NPrinting/DeployingQVNprinting/System-req...

  • .NET framework: 4.6.2 or higher.
  • .NET framework version 4.6.2 is installed when you install Qlik NPrinting Server, Qlik NPrinting Engine, or Qlik NPrinting Designer. The installation of .NET framework version 4.6.2 requires an active internet connection. If .NETframework version 4.6.2 or later is not already installed on a computer without an internet connection, the installation will fail. You must install the .NET framework version 4.6.2 or later on computers without and internet connection before you install Qlik NPrinting Server, Qlik NPrinting Engine, or Qlik NPrinting Designer.If an internet connection is not available on a computer with .NET framework version 4.6.2 or later already installed, the installer will skip this part of the installation


Database issue:

  • If the correct version of .NET Framework is installed, then there is likely an issue with your NPrinting database that will need to be resolved directly by one of our R&D team members.
  • Your Qlik Tech Support Engineer will reference our internal tracking reference OP-8179 regarding this problem and work directly with you and the R&D team to repair your NPrinting Database


 

 
Contributors
Version history
Last update:
‎2021-06-07 12:04 PM
Updated by: