Skip to content

Commit d460e6b

Browse files
authored
AnotherInstallationRunning ssis-vs2022-troubleshooting-guide.md
1 parent e347173 commit d460e6b

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

docs/ssdt/ssis-vs2022-troubleshooting-guide.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,9 @@ If you install successfully, but the solution shows **"incompatible"**, and "The
9393
1. Enable SSIS extension
9494
1. Relaunch Visual Studio
9595

96-
If you get an error during installation, and find **"Bundle action failed: Invalid pointer (0x80004003)"** in the log. You can check the logs under %temp%\SsdtisSetup, the more detail log is under Microsoft.DataTools.IntegrationServices_{timestamp}_ISVsix.log:
97-
- When the error is "The file {filefullpath} already exists.":
98-
1. ```
99-
cd C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE
100-
rm CommonExtensions\Microsoft\SSIS\*
101-
rm PublicAssemblies\SSIS\*
102-
rm "PublicAssemblies\Microsoft BI\Business Intelligence Projects\Integration Services\"*
103-
```
104-
1. Repair the vs2022
105-
1. Restart and reinstall
96+
If you get an error during installation, and find **"Process returned error: 0x80131500"** in the log. You can open %temp%\SsdtisSetup folder, search in Microsoft.DataTools.IntegrationServices_{timestamp}_ISVsix.log:
97+
- When the error is "Pre-check verification failed with warning(s) : AnotherInstallationRunning.",
98+
- kill MSIExec.exe in task manager, and retry.
10699
- When the error is "Object reference not set to an instance of an object.",
107100
- delete the broken instance folder "%ProgramData%\Microsoft\VisualStudio\Packages\_Instances\<InstallationID>"
108101
- When the error is "Error 0x80091007: Failed to verify hash of payload",

0 commit comments

Comments
 (0)