Skip to content

Commit 5e59ac5

Browse files
authored
Update ssis-vs2022-troubleshooting-guide.md
1 parent 2356524 commit 5e59ac5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2020
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. Integration Services (SSIS) extension release notes are listed on the [extension marketplace](https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices).
2121

2222
## Component Download
23-
- To design packages using Oracle and Teradata connectors and targeting an earlier version of SQL Server prior to SQL 2019, in addition to the [Microsoft Oracle Connector](https://aka.ms/SSISMSOracleConnector) and [Microsoft Teradata Connector](https://www.microsoft.com/download/details.aspx?id=100599), you need to also install the corresponding version of Microsoft Connector for Oracle and Teradata by Attunity.
23+
- To design packages using Oracle and Teradata connectors and targeting an earlier version of SQL Server before SQL 2019, in addition to the [Microsoft Oracle Connector](https://aka.ms/SSISMSOracleConnector) and [Microsoft Teradata Connector](https://www.microsoft.com/download/details.aspx?id=100599), you also need to install the corresponding version of Microsoft Connector for Oracle and Teradata by Attunity.
2424
- [Microsoft Connector Version 5.0 for Oracle and Teradata by Attunity targeting SQL Server 2017](https://www.microsoft.com/download/details.aspx?id=55179)
2525
- [Microsoft Connector Version 4.0 for Oracle and Teradata by Attunity targeting SQL Server 2016](https://www.microsoft.com/download/details.aspx?id=52950)
2626
- [Microsoft Connector Version 3.0 for Oracle and Teradata by Attunity targeting SQL Server 2014](https://www.microsoft.com/download/details.aspx?id=44582)
2727
- [Microsoft Connector Version 2.0 for Oracle and Teradata by Attunity targeting SQL Server 2012](https://www.microsoft.com/download/details.aspx?id=29283)
2828

29-
- Since version 3.3, Power Query Source for SQL Server 2017-2022 have been excluded from the installation of this product. To continue using this component, manually download and install them by yourselves. Here are the download links: [Power Query Source for SQL Server 2017-2022](https://www.microsoft.com/download/details.aspx?id=100619)
29+
- Since version 3.3, Power Query Source for SQL Server 2017-2022 is excluded from the installation of this product. To continue using this component, manually download and install them by yourselves. Here are the download links: [Power Query Source for SQL Server 2017-2022](https://www.microsoft.com/download/details.aspx?id=100619)
3030

3131
## Common Issues
3232
- SSIS Execute Package Task doesn't support debugging when ExecuteOutOfProcess is set to True.
@@ -39,7 +39,7 @@ Visit https://techcommunity.microsoft.com/t5/SQL-Server-Integration-Services/bg-
3939

4040
- [!INCLUDE[snac-removed-oledb-and-odbc](../includes/snac-removed-oledb-and-odbc.md)]
4141

42-
- If Oracle, Teradata, or other OOB component is not found after upgrading SSDT, please make sure that the connector for latest SQL Server version is installed.
42+
- If Oracle, Teradata, or other OOB component is not found after upgrading SSDT, make sure that the connector for latest SQL Server version is installed.
4343

4444
## Known issues
4545
More detail in [Release Note](https://marketplace.visualstudio.com/items?itemName=SSIS.MicrosoftDataToolsIntegrationServices).
@@ -53,7 +53,7 @@ If SSIS installed successfully, but the Solution Explorer shows **"incompatible"
5353

5454
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:
5555
- The error is "Pre-check verification failed with warning(s) : AnotherInstallationRunning.",
56-
1. Keep waiting and retry. More detail: You are blocked by a Windows Installer. which is a subservice of Windows that manages the installation of packages like MSIs, Windows Update or a 3rd party things. And it can only handle one thing at a time.
56+
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 3rd party things, and it can only handle one thing at a time.
5757

5858
- The error is "The file {filefullpath} already exists.":
5959
1. Run the following commands from an elevated command prompt:

0 commit comments

Comments
 (0)