Start a conversation

Resolving GFI Archiver Web Portal Access Issues Post-Upgrade

Overview

The error "ERR_CONNECTION_REFUSED" occurs when accessing the GFI Archiver web portal after upgrading to version 15. This issue is linked to Microsoft's deprecation of RBAC roles, affecting authentication flows in versions before 15.8. The recommended solution is to upgrade to version 15.10. Installation errors, such as Error 1722, may occur due to PowerShell script execution failures, requiring path validation and permission adjustments.

Solution

Follow these steps to resolve the issues with GFI Archiver:

  1. Upgrade to Version 15.10:
    • Download the latest GFI Archiver setup from the official GFI website.
    • Install it to a clean, empty program folder.
  2. Ensure PowerShell Script Execution:
    • Open Windows PowerShell as Administrator.
    • Run the command:
      Set-Location "C:\Program Files\GFI\Archiver"
      powershell.exe -ExecutionPolicy Bypass -File "C:\Program Files\GFI\Archiver\register-https-login.ps1"
    • Check for any output or error messages.
  3. Path Validation:
    • Ensure the script exists at:
      C:\Program Files\GFI\Archiver\register-https-login.ps1
  4. Unblock and Re-run the Script:
    • Right-click the file, select properties, and check Unblock. Click OK.
    • Re-run the Archiver installer as Administrator.
  5. Adjust PowerShell Execution Policy:
    • Run:
      Get-ExecutionPolicy
      Set-ExecutionPolicy RemoteSigned -Scope LocalMachine
  6. Enable Script Logging:
    • Temporarily enable script logging to capture the failing line:
      Set-PSDebug -Trace 1
  7. Check Logs for Errors:
    • Open Event Viewer → Applications and Services Logs → Microsoft → Windows → PowerShell → Operational.
    • Look for errors at the same timestamp.

Important: Ensure no old program directories are restored before installation is complete and the portal is functional. Only use data restores for mailbox stores or configuration files if necessary and once the program installation is proven healthy.

Frequently Asked Questions

1. How do I resolve the "ERR_CONNECTION_REFUSED" error when accessing the GFI Archiver web portal?
Upgrade to version 15.10 and ensure PowerShell script execution with correct permissions and path validation. Unblock and re-run the script, adjust PowerShell execution policy, and check logs for errors.
2. What should I do if I encounter Error 1722 during installation?
Ensure the PowerShell script is executed with correct permissions, validate the script path, unblock and re-run the script, adjust PowerShell execution policy, and check logs for errors.
3. Why is upgrading to version 15.10 recommended?
Microsoft's deprecation of RBAC roles affects authentication flows in GFI Archiver versions before 15.8. Upgrading to version 15.10 resolves these authentication issues.
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted

Comments