Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
Ansys Products

Ansys Products

Discuss installation & licensing of our Ansys Teaching and Research products.

Why does my SCCM application keep returning error 0x80091007(-2146889721)?

    • vendeville_lj
      Subscriber

      I'm trying to get a SCCM application for ANSYS 2021 R1 up and running, but the installation keeps failing with error 0x80091007(-2146889721). If I run the script from the same network location the SCCM application is pointed to, the program installs properly and without incident. Some of the things I've tried:

      Redistributing the application; no change to the error.

      Re-validating the application; no change.

      Re-creating the application; works on the first couple of test machines, but fails on subsequent installation attempts.

      The script I've been using is:

      \networklocationANSYSANSYS2021R1setup.exe -silent -licserverinfo 2325:1055:licenseserver


      echo Set oWS = WScript.CreateObject("WScript.Shell") > CreateShortcut.vbs

      echo sLinkFile = "C:UsersPublicDesktopANSYS Workbench 2021 R1.lnk" >> CreateShortcut.vbs

      echo Set oLink = oWS.CreateShortcut(sLinkFile) >> CreateShortcut.vbs

      echo oLink.TargetPath = "C:Program FilesANSYS Incv211FrameworkinWin64 unwb2.exe" >> CreateShortcut.vbs

      echo oLink.Save >> CreateShortcut.vbs

      cscript CreateShortcut.vbs

      del CreateShortcut.vbs


      ping -n 20 127.0.0.1 > null

    • George Karnos
      Ansys Employee
      Search for Sccm on here there are some posts..
      /forum/discussion/comment/145694#Comment_145694
Viewing 1 reply thread
  • The topic ‘Why does my SCCM application keep returning error 0x80091007(-2146889721)?’ is closed to new replies.
[bingo_chatbox]