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/linux/sql-server-linux-ssis-known-issues.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article describes limitations and known issues for SQL Server
4
4
author: lrtoyou1223
5
5
ms.author: lle
6
6
ms.reviewer: maghan, randolphwest
7
-
ms.date: 07/03/2025
7
+
ms.date: 11/19/2025
8
8
ms.service: sql
9
9
ms.subservice: linux
10
10
ms.topic: troubleshooting-known-issue
@@ -30,6 +30,7 @@ The following features aren't supported in this release of SSIS on Linux:
30
30
- Azure Feature Pack for SSIS
31
31
- Hadoop and HDFS support
32
32
- Microsoft Connector for SAP BW
33
+
- SSIS isn't available for [!INCLUDE [sssql25-md](../includes/sssql25-md.md)] on Linux
33
34
34
35
For other limitations and known issues with SSIS on Linux, see [SQL Server on Linux: Known issues](sql-server-linux-known-issues.md#sql-server-integration-services-ssis).
35
36
@@ -146,6 +147,17 @@ The SSIS log providers for Text files, for XML files, and for SQL Server Profile
146
147
- If you don't provide a path, the log provider writes to the current directory of the host. If the current user doesn't have permission to write to the current directory of the host, the log provider raises an error.
147
148
- You can't use an environment variable in a file path. If you specify an environment variable, the literal text that you specify appears in the file path. For example, if you specify `%TMP%/log.txt`, the log provider appends the literal text `/%TMP%/log.txt` to the current host directory.
148
149
150
+
## Python 3 support
151
+
152
+
Python 3 is supported in [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] Cumulative Update 21 and later versions. For more information, see [Release notes for SQL Server 2022 on Linux](sql-server-linux-release-notes-2022.md).
153
+
154
+
| Distribution | Package name | Package version |
155
+
| --- | --- | --- |
156
+
| RHEL 8 | SSIS | 16.0.4215.2-3 |
157
+
| RHEL 9 | SSIS | 16.0.4215.2-3 |
158
+
| Ubuntu 20.04 | SSIS | 16.0.4215.2-3 |
159
+
| Ubuntu 22.04 | SSIS | 16.0.4215.2-3 |
160
+
149
161
## Related content
150
162
151
163
-[Extract, transform, and load data on Linux with SSIS](sql-server-linux-migrate-ssis.md)
0 commit comments