Loading
Error 1720 when trying to Uninstall FlexNet Beacon

I am trying to perform an uninstall and reinstall of the FlexNet Beacon. I have tried to modify, repair, and remove the program and i get the same error everytime. The issue appears to be with the "Custom action BackupCurrentBeaconEngineConfig script error -2147319780: Line 230, Column 2". I have attached a screenshot.


  • The issue was that sccrun.dll was not registered. Opening an elevated PS and running -- regsvr32 "c\windows\syswow64\scrrun.dll" fixed the issue.

    Selected as Best
  • Hi @dbeckner  ,

    Please check in the beacon if there is any custom task created for this backup of the Beacon config file. Make sure that all the tasks and services and in the beacon were disabled before you proceed with the uninstall.

    If you are able to find the config file which its referring to in the error it will give more details and you can also refer to the uninstall logs.

     

    Regards,

    winvarma 

    Expand Post
    • ChrisG (Flexera Software)

      A first thing to check would be to look in the Windows Installer log to see if any other relevant logging appears immediately before the error message that is being shown in the dialog. With that said, I'm not hopeful that you will find much there.

      I believe the information in the error message you're seeing is consistent with the following VBscript statement that is executed during the beacon uninstall failing with an error code of -2147319780 (which appears to be a Windows error code meaning "The system registration database could not be opened"):

      1. Set fso = CreateObject("Scripting.FileSystemObject")

      What happens if you create your own VBscript file containing this statement and execute it? For example (in PowerShell):

      1. PS C:\Temp> 'Set fso = CreateObject("Scripting.FileSystemObject")' >test.vbsPS C:\Temp> cscript test.vbsMicrosoft (R) Windows Script Host Version 5.812Copyright (C) Microsoft Corporation. All rights reserved.PS C:\Temp>

       Also, in case you are not already doing this, do be sure to run the uninstall with full local administrator rights.

      Expand Post
      • Hi @ChrisG ,

        If i create and run the VBScript you provided I get the same output as you. I havent found anything specific in the logs.

        • The issue was that sccrun.dll was not registered. Opening an elevated PS and running -- regsvr32 "c\windows\syswow64\scrrun.dll" fixed the issue.

          Selected as Best

Related  Product Forums


                     â†’ Flexera One



                      â†’ Snow Atlas



                      â†’ FlexNet Manager



                      â†’ Snow License Manager



                       â†’ App Broker


       Need help finding an answer?


        Ask a Question →


Loading
Error 1720 when trying to Uninstall FlexNet Beacon