|
| 1 | +--- |
| 2 | +title: SSIS Projects extension for VS2022 troubleshooting guide |
| 3 | +description: "View the release notes for all versions of SSIS that work with Visual Studio 2022 and earlier Visual Studio versions." |
| 4 | +ms.service: sql |
| 5 | +ms.subservice: ssdt |
| 6 | +ms.topic: conceptual |
| 7 | +author: chugugrace |
| 8 | +ms.author: chugu |
| 9 | +ms.reviewer: maghan, drskwier |
| 10 | +ms.custom: seo-lt-2022 |
| 11 | +ms.date: 11/21/2022 |
| 12 | +monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=azuresqldb-mi-current" |
| 13 | +--- |
| 14 | +# SSIS Projects extension for VS2022 troubleshooting guide |
| 15 | + |
| 16 | +[!INCLUDE [sql-asdb-asa](../includes/applies-to-version/sql-asdb-asa.md)] |
| 17 | + |
| 18 | +> [!IMPORTANT] |
| 19 | +> You can download the [SSIS](https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices) from the [Visual Studio Marketplace](<https://marketplace.visualstudio.com/>). |
| 20 | +
|
| 21 | +Visit https://techcommunity.microsoft.com/t5/SQL-Server-Integration-Services/bg-p/SSIS for the latest information, tips, news, and announcements about SSIS directly from the product team. |
| 22 | + |
| 23 | +## Common Issues |
| 24 | +- SSIS Execute Package Task doesn't support debugging when ExecuteOutOfProcess is set to True. |
| 25 | +- [!INCLUDE[snac-removed-oledb-and-odbc](../includes/snac-removed-oledb-and-odbc.md)] |
| 26 | + |
| 27 | +## Known issues |
| 28 | +**Version 0.1** |
| 29 | + 1. Target server version supported: SQL server 2019 and SQL server 2022 |
| 30 | + 1. Can't design Dimension Processing and Partition Processing. |
| 31 | + 1. Can't design DQS related component. |
| 32 | + 1. Project name in Solution Explorer UI doesn’t show target server version as suffix. |
| 33 | + 1. Side by side, localization and globalization aren't supported. |
| 34 | + 1. Packages using Oracle and Teradata connectors aren't supported. |
| 35 | + 1. Azure-enabled SSIS projects aren't supported. |
| 36 | + |
| 37 | +## Installation issues |
| 38 | + |
| 39 | +If you install successfully, but the solution shows **"incompatible"**, and "The application isn't installed": |
| 40 | +1. Open Visual Studio -> Extension -> Manage Extensions -> Installed |
| 41 | +1. Enable SSIS extension |
| 42 | +1. Relaunch Visual Studio |
| 43 | + |
| 44 | +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_{timstamp}_ISVsix.log: |
| 45 | +- When the error is "The file {filefullpath} already exists.": |
| 46 | + 1. ``` |
| 47 | + cd C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE |
| 48 | + rm CommonExtensions\Microsoft\SSIS\* |
| 49 | + rm PublicAssemblies\SSIS\* |
| 50 | + rm "PublicAssemblies\Microsoft BI\Business Intelligence Projects\Integration Services\"* |
| 51 | + ``` |
| 52 | + 1. Repair the vs2022 |
| 53 | + 1. Restart and reinstall |
| 54 | +- When the error is "Object reference not set to an instance of an object.": |
| 55 | + - delete the broken instance folder “%ProgramData%\Microsoft\VisualStudio\Packages\_Instances\<InstallationID>" |
| 56 | +- When the error is "Error 0x80091007: Failed to verify hash of payload": |
| 57 | + - delete C:\ProgramData\Package Cache\15160B731819F56D87A626F9A2777550340022D7 and retry. |
| 58 | +- When it isn't above error in ISVsix.log, you can zip %temp%\SsdtisSetup and send the logs to ssistoolsfeedbacks@microsoft.com for troubleshooting. |
| 59 | +
|
| 60 | +## Offline installation |
| 61 | +
|
| 62 | +Follow the below steps to install this product in an offline environment: |
| 63 | +1. Refer to the instructions in [Create an offline installation package of Visual Studio for local installation](/visualstudio/install/create-an-offline-installation-of-visual-studio?view=vs-2022&preserve-view=true), and make sure the following prerequisites are included: |
| 64 | + - Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[17.0,)" DisplayName="C# and Visual Basic" |
| 65 | + - Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,)" DisplayName="Visual Studio core editor" |
| 66 | + - Prerequisite Id="Microsoft.Net.Component.4.7.TargetingPack" Version="[17.0,)" DisplayName=".NET Framework 4.7 targeting pack" |
| 67 | +
|
| 68 | +1. Launch the installer of this product and perform the installation, or you can run the installer in quiet mode. Launch the installer with "/?" argument to get more details of the arguments list of the installer. |
| 69 | +
|
| 70 | +1. VS Community doesn't support offline activation. To use this product with VS Community, you must log in to your Microsoft account occasionally in VS Community. If you want to use this product in an offline environment, we recommend you to install this product on VS Professional or Enterprise, which support offline activation via a product key. |
0 commit comments