-
-
February 1, 2022 at 2:59 pm
vendeville_lj
SubscriberI'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
February 8, 2022 at 9:35 pmGeorge Karnos
Ansys EmployeeViewing 1 reply thread- The topic ‘Why does my SCCM application keep returning error 0x80091007(-2146889721)?’ is closed to new replies.
Innovation SpaceTrending discussionsTop Contributors-
5879
-
1906
-
1420
-
1306
-
1021
Top Rated Tags© 2026 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.
-
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.