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/includes/linux-known-issues-2017.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,23 @@ ms.prod: sql
6
6
ms.technology: linux
7
7
ms.topic: include
8
8
---
9
-
The following sections describe known issues with [!INCLUDE[ssSQL17](../sssql17-md.md)] on Linux.
9
+
The following sections describe known issues with [!INCLUDE[sssql17-md](../../includes/sssql17-md.md)] on Linux.
10
10
11
11
### General
12
12
13
-
- The length of the hostname where [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] is installed needs to be 15 characters or less.
13
+
- The length of the hostname where [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] is installed needs to be 15 characters or less.
14
14
15
15
-**Resolution**: Change the name in `/etc/hostname` to something 15 characters long or less.
16
16
17
-
- Manually setting the system time backwards in time will cause [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] to stop updating the internal system time within [!INCLUDE[ssNoVersion](../ssnoversion-md.md)].
17
+
- Manually setting the system time backwards in time will cause [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to stop updating the internal system time within [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
- Only single instance installations are supported.
22
22
23
23
-**Resolution**: If you want to have more than one instance on a given host, consider using VMs or Docker containers.
24
24
25
-
-[!INCLUDE[ssNoVersion](../ssnoversion-md.md)] Configuration Manager can't connect to [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] on Linux.
25
+
-[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager can't connect to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Linux.
26
26
27
27
- The default language of the **sa** login is English.
28
28
@@ -32,11 +32,11 @@ The following sections describe known issues with [!INCLUDE[ssSQL17](../sssql17-
32
32
33
33
- The `master` database can't be moved with the **mssql-conf** utility. Other system databases can be moved with **mssql-conf**.
34
34
35
-
- When restoring a database that was backed up on [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] on Windows, you must use the `WITH MOVE` clause in the Transact-SQL statement.
35
+
- When restoring a database that was backed up on [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Windows, you must use the `WITH MOVE` clause in the Transact-SQL statement.
36
36
37
-
- Certain algorithms (cipher suites) for Transport Layer Security (TLS) don't work properly with [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] on Linux. This results in connection failures when attempting to connect to [!INCLUDE[ssNoVersion](../ssnoversion-md.md)], and problems establishing connections between replicas in high availability groups.
37
+
- Certain algorithms (cipher suites) for Transport Layer Security (TLS) don't work properly with [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Linux. This results in connection failures when attempting to connect to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and problems establishing connections between replicas in high availability groups.
38
38
39
-
-**Resolution**: Modify the `mssql.conf` configuration script for [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] on Linux to disable problematic cipher suites, by doing the following:
39
+
-**Resolution**: Modify the `mssql.conf` configuration script for [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Linux to disable problematic cipher suites, by doing the following:
40
40
41
41
1. Add the following to `/var/opt/mssql/mssql.conf`.
42
42
@@ -48,13 +48,13 @@ The following sections describe known issues with [!INCLUDE[ssSQL17](../sssql17-
48
48
> [!NOTE]
49
49
> In the preceding code, `!` negates the expression. This tells OpenSSL to not use the following cipher suite.
50
50
51
-
1. Restart [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] with the following command.
51
+
1. Restart [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] with the following command.
52
52
53
53
```bash
54
54
sudo systemctl restart mssql-server
55
55
```
56
56
57
-
- [!INCLUDE[ssSQL14](../sssql14-md.md)] databases on Windows that use In-memory OLTP can't be restored to [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] on Linux. To restore a [!INCLUDE[ssSQL14](../sssql14-md.md)] database that uses In-memory OLTP, first upgrade the databases to a newer version of [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] on Windows, before moving them to [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] on Linux, via backup/restore or detach/attach.
57
+
- [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] databases on Windows that use In-memory OLTP can't be restored to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Linux. To restore a [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] database that uses In-memory OLTP, first upgrade the databases to a newer version of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Windows, before moving them to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Linux, via backup/restore or detach/attach.
58
58
59
59
- User permission `ADMINISTER BULK OPERATIONS` is not supported on Linux at this time.
60
60
@@ -84,7 +84,7 @@ If you use Network File System (NFS) remote shares in production, note the follo
84
84
85
85
- Use NFS version 4.2 or higher. Older versions of NFS don't support required features, such as `fallocate` and sparse file creation, common to modern file systems.
86
86
87
-
- Locate only the `/var/opt/mssql` directories on the NFS mount. Other files, such as the [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] system binaries, aren't supported.
87
+
- Locate only the `/var/opt/mssql` directories on the NFS mount. Other files, such as the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] system binaries, aren't supported.
88
88
89
89
- Ensure that NFS clients use the `nolock` option when mounting the remote share.
90
90
@@ -102,50 +102,50 @@ If you use Network File System (NFS) remote shares in production, note the follo
- When running `mssql-conf setup`, and performing a non-English installation of [!INCLUDE[ssNoVersion](../ssnoversion-md.md)], incorrect extended characters are displayed after the localized text, "Configuring SQL Server...". Or, for non-Latin based installations, the sentence might be missing completely. The missing sentence should display the following localized string:
105
+
- When running `mssql-conf setup`, and performing a non-English installation of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], incorrect extended characters are displayed after the localized text, "Configuring SQL Server...". Or, for non-Latin based installations, the sentence might be missing completely. The missing sentence should display the following localized string:
106
106
107
107
`The licensing PID was successfully processed. The new edition is [<Name> edition]`.
108
108
109
-
This string is output for information purposes only, and the next [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] Cumulative Update will address this for all languages. This doesn't affect the successful installation of [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] in any way.
109
+
This string is output for information purposes only, and the next [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Cumulative Update will address this for all languages. This doesn't affect the successful installation of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] in any way.
110
110
111
111
### Full-Text Search
112
112
113
-
Not all filters are available with this release, including filters for Microsoft Office documents. For a list of supported filters, see [Install SQL Server Full-Text Search on Linux](../../linux/sql-server-linux-setup-full-text-search.md#filters).
113
+
Not all filters are available with this release, including filters for Microsoft Office documents. For a list of supported filters, see [Install SQL Server Full-Text Search on Linux](../sql-server-linux-setup-full-text-search.md#filters).
114
114
115
115
### <aid="ssis"></a> SQL Server Integration Services (SSIS)
116
116
117
117
The **mssql-server-is** package isn't supported on SUSE in this release. It's currently supported on Ubuntu and on Red Hat Enterprise Linux (RHEL).
118
118
119
-
[!INCLUDE[ssISnoversion](../ssisnoversion-md.md)] packages can use ODBC connections on Linux. This functionality has been tested with the [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] and the MySQL ODBC drivers, but is also expected to work with any Unicode ODBC driver that observes the ODBC specification. At design time, you can provide either a DSN or a connection string to connect to the ODBC data; you can also use Windows authentication. For more info, see the [blog post announcing ODBC support on Linux](https://blogs.msdn.microsoft.com/ssis/2017/06/16/odbc-is-supported-in-ssis-on-linux-ssis-helsinki-ctp2-1-refresh/).
119
+
[!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] packages can use ODBC connections on Linux. This functionality has been tested with the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and the MySQL ODBC drivers, but is also expected to work with any Unicode ODBC driver that observes the ODBC specification. At design time, you can provide either a DSN or a connection string to connect to the ODBC data; you can also use Windows authentication. For more info, see the [blog post announcing ODBC support on Linux](https://blogs.msdn.microsoft.com/ssis/2017/06/16/odbc-is-supported-in-ssis-on-linux-ssis-helsinki-ctp2-1-refresh/).
120
120
121
121
The following features aren't supported in this release when you run SSIS packages on Linux:
-[!INCLUDE[ssISnoversion](../ssisnoversion-md.md)] Scale Out
128
+
-[!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] Scale Out
129
129
- Azure Feature Pack for SSIS
130
130
- Hadoop and HDFS support
131
131
- Microsoft Connector for SAP BW
132
132
133
-
For a list of built-in SSIS components that aren't currently supported, or that are supported with limitations, see [Limitations and known issues for SSIS on Linux](../../linux/sql-server-linux-ssis-known-issues.md#components).
133
+
For a list of built-in SSIS components that aren't currently supported, or that are supported with limitations, see [Limitations and known issues for SSIS on Linux](../sql-server-linux-ssis-known-issues.md).
134
134
135
135
For more info about SSIS on Linux, see the following articles:
136
136
137
137
-[Blog post announcing SSIS support for Linux](https://blogs.msdn.microsoft.com/ssis/2017/05/17/ssis-helsinki-is-available-in-sql-server-vnext-ctp2-1/).
138
-
-[Install SQL Server Integration Services (SSIS) on Linux](../../linux/sql-server-linux-setup-ssis.md)
139
-
-[Extract, transform, and load data on Linux with SSIS](../../linux/sql-server-linux-migrate-ssis.md)
138
+
-[Install SQL Server Integration Services (SSIS) on Linux](../sql-server-linux-setup-ssis.md)
139
+
-[Extract, transform, and load data on Linux with SSIS](../sql-server-linux-migrate-ssis.md)
140
140
141
141
### SQL Server Management Studio (SSMS)
142
142
143
-
The following limitations apply to [!INCLUDE[ssManStudioFull](../ssmanstudiofull-md.md)] on Windows connected to [!INCLUDE[ssNoVersion](../ssnoversion-md.md)] on Linux.
143
+
The following limitations apply to [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] on Windows connected to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Linux.
144
144
145
145
- Maintenance plans aren't supported.
146
146
147
-
- Management Data Warehouse (MDW) and the data collector in [!INCLUDE[ssManStudioFull](../ssmanstudiofull-md.md)] aren't supported.
147
+
- Management Data Warehouse (MDW) and the data collector in [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] aren't supported.
148
148
149
-
-[!INCLUDE[ssManStudioFull](../ssmanstudiofull-md.md)] UI components that have Windows Authentication or Windows event log options don't work with Linux. You can still use these features with other options, such as SQL logins.
149
+
-[!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)] UI components that have Windows Authentication or Windows event log options don't work with Linux. You can still use these features with other options, such as SQL logins.
150
150
151
151
- Number of log files to retain can't be modified.
0 commit comments