Updating QPR ProcessAnalyzer Server
Jump to navigation
Jump to search
Starting from QPR ProcessAnalyzer 2024.1, .Net 8 is used (instead of .Net 6). If you are updating from an earlier release than QPR ProcessAnalyzer 2024.1, .Net 8 needs to be installed and .Net 6 uninstalled. Both .Net versions work side-by-side, so .Net 6 doesn't need to be uninstalled immediately, but due to security reasons, make sure that .Net 6 is eventually uninstalled.
Follow these instructions to update existing QPR ProcessAnalyzer Server to the latest version:
- Read the release notes between the original and new releases, to see any special considerations regarding the update.
- Download QPR ProcessAnalyzer Server package available in the downloads page.
- Extract the package into a temporary folder (e.g. C:\temp\QPR_ProcessAnalyzer).
- In the Internet Information Services (IIS) Manager, stop the application pool used by QPR ProcessAnalyzer Server.
- Go to the ProcessAnalyzer Server IIS root folder (e.g. C:\inetpub\QPRPA) and make a backup of the appsettings.json file.
- Remove all files in the QPR ProcessAnalyzer Server root folder.
- Copy all files from the Service folder (the extracted package) into the IIS root folder of ProcessAnalyzer Server (e.g. from C:\temp\QPR_ProcessAnalyzer\Service to C:\inetpub\QPRPA).
- Copy the backed up appsettings.json file into the C:\inetpub\QPRPA folder.
- QPR ProcessAnalyzer Server IIS application pool can now be started.