You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ssdt/release-notes-ssdt-2019.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,6 @@ More information is available in release notes.**
30
30
- Since version 3.3, Power Query Source for SQL Server 2017 and Microsoft Oracle Connector for SQL Server 2019 have been excluded from the installation of this product. To continue using these two components, manually download and install them by yourselves. Here are the download links: [Power Query Source for SQL Server 2017 and 2019](https://www.microsoft.com/download/details.aspx?id=100619), [Microsoft Oracle Connector for SQL Server 2019](https://www.microsoft.com/download/details.aspx?id=58228)
31
31
32
32
## Common Issues
33
-
34
-
-**If you get an error during installation, you can check the logs under %temp%\SsdtisSetup.** Also, you can zip the folder and send the logs to ssistoolsfeedbacks@microsoft.com for troubleshooting.
35
-
36
33
- SSIS Execute Package Task doesn't support debugging when ExecuteOutOfProcess is set to True.
37
34
38
35
- SQL Server Integration Services Projects extension doesn't support Visual Studio 2022 yet.
@@ -59,3 +56,20 @@ More information is available in release notes.**
59
56
3.**When executing SSIS project targeting SqlServer 2019 on the environment that SQL Server 2019 are also installed**, the execution will fail with error "Unable to cast COM object of type System._ComObject to interface type Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2019.IDTSApplication160".
60
57
Workaround: Solution Explorer -> right click project ->properties->debugging->Run64bitRuntime->set to false.
61
58
59
+
## Download issues
60
+
61
+
If you get an error during installation, you can check the logs under %temp%\SsdtisSetup.
62
+
Usually, the detail error log is at the end of Microsoft.DataTools.IntegrationServices_{timstamp}_ISVsix.log.
63
+
- If the error is "The file {filefullpath} already exists."
64
+
1. set idepath=”C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7” (replace with your path)
- If the error is "Microsoft.VisualStudio.Setup.CanceledByPrecheckException: Pre-check verification failed with warning(s) : AnotherInstallationRunning."
73
+
- Kill msiexec.exe process and relaunch.
74
+
- If it is not above error in ISVsix.log, you can zip the folder and send the logs to ssistoolsfeedbacks@microsoft.com for troubleshooting.
0 commit comments