Skip to content

Commit cee5a90

Browse files
WanxuanYerwestMSFT
authored andcommitted
Revise SSIS installation troubleshooting steps
1 parent 705d748 commit cee5a90

1 file changed

Lines changed: 17 additions & 38 deletions

File tree

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

Lines changed: 17 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: SSIS Projects Extension for Visual Studio 2022 Troubleshooting Guide
3-
description: "SSIS Projects extension for Visual Studio 2022 troubleshooting guide"
2+
title: SSIS Projects Extension for Visual Studio 2022+ Troubleshooting Guide
3+
description: SSIS Projects extension for Visual Studio 2022+ troubleshooting guide
44
author: chugugrace
55
ms.author: chugu
66
ms.reviewer: drskwier, mikeray, randolphwest
7-
ms.date: 09/09/2025
7+
ms.date: 10/14/2025
88
ms.service: sql
99
ms.subservice: ssdt
1010
ms.topic: troubleshooting-general
1111
monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || =azuresqldb-mi-current"
1212
---
13-
# SSIS Projects extension for Visual Studio 2022 troubleshooting guide
13+
# SSIS Projects extension for Visual Studio 2022+ troubleshooting guide
1414

1515
[!INCLUDE [sql-asdb-asa](../includes/applies-to-version/sql-asdb-asa.md)]
1616

@@ -45,46 +45,25 @@ Visit the [SQL Server Integration Services (SSIS) Blog](https://techcommunity.mi
4545

4646
## Known issues
4747

48+
1. In the context menu (right mouse button) on objects in the project (for example, the solution, a package) in Visual Studio, many of the entries appear many times.
49+
1. Sometimes when you repair or update Visual Studio, the SSIS extension might be uninstalled. Reinstall it again.
50+
1. If SSIS installed successfully, but the Solution Explorer shows `incompatible`, or `The application is not installed`:
51+
1. Open Visual Studio and navigate to **Extension** > **Manage Extensions** > **Installed**
52+
1. Enable SSIS extension
53+
1. Relaunch Visual Studio
54+
4855
For more information, see the [Release notes](https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices).
4956

5057
## Installation issues
5158

52-
If SSIS installed successfully, but the Solution Explorer shows `incompatible`, or `The application is not installed`:
53-
54-
1. Open Visual Studio and navigate to **Extension** > **Manage Extensions** > **Installed**
55-
1. Enable SSIS extension
56-
1. Relaunch Visual Studio
57-
58-
If SSIS installation shows Setup Failed with `Unknown error(0x80131500)` or `ISVsix Unknown error`, open %temp%\SsdtisSetup folder, search in Microsoft.DataTools.IntegrationServices_{latestTimestamp}_ISVsix.log:
59-
60-
- The error is `Pre-check verification failed with warning(s): AnotherInstallationRunning`:
61-
62-
1. Keep waiting and retry. More detail: Windows Installer block your installation. Windows Installer is a subservice of Windows that manages the installation of packages like MSIs, Windows Update, or a third party component, and it can only handle one thing at a time.
63-
64-
- The error is `The file {filefullpath} already exists.`:
65-
66-
1. Run the following commands from an elevated command prompt:
67-
68-
```console
69-
cd "C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\"
70-
rm CommonExtensions\Microsoft\SSIS\*
71-
rm PublicAssemblies\SSIS\*
72-
rm "PublicAssemblies\Microsoft BI\Business Intelligence Projects\Integration Services\"*
73-
```
74-
75-
1. Repair the Visual Studio 2022 via Visual Studio installer
76-
77-
1. Restart PC and reinstall SSIS
78-
79-
- The error is `Object reference not set to an instance of an object.`:
80-
81-
- Delete the broken instance folder `%ProgramData%\Microsoft\VisualStudio\Packages\_Instances\<InstallationID>`
82-
83-
- The error is `Error 0x80091007: Failed to verify hash of payload`:
59+
The installation log file, Microsoft.DataTools.IntegrationServices_{Timestamp}_ISVsix.log, is located under the %temp%\SsdtisSetup folder. Check the error messages in the log file and follow these troubleshooting steps:
8460

85-
- Delete `C:\ProgramData\Package Cache\15160B731819F56D87A626F9A2777550340022D7` and retry.
61+
1. Pre-check verification AnotherInstallationRunning failure
62+
- If the log file contains keywords: `Pre-check verification failed with warning(s): AnotherInstallationRunning`, keep waiting and retry.
63+
- This error occurs because Windows Installer blocks your installation. Windows Installer is a subservice of Windows that manages the installation of packages like MSIs, Windows Update, or a third-party component, and it can only handle one thing at a time.
8664

87-
If your error isn't in the previous list, you can zip %temp%\SsdtisSetup and send the logs to ssistoolsfeedbacks@microsoft.com for troubleshooting.
65+
1. Other errors
66+
- Download [VSInstallationTroubleShooting.ps1](https://github.com/Azure/Azure-DataFactory/blob/main/SamplesV2/SQLServerIntegrationServices/VSInstallationTroubleShooting.ps1) and run it on your machine to help with troubleshooting.
8867

8968
## Offline installation
9069

0 commit comments

Comments
 (0)