Open
Description
When following documentation here:
https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-configure-msdtc-docker?view=sql-server-2017
Attempts to enable distributed transactions on SQL Server 2017. The following error is thrown:
com.microsoft.sqlserver.jdbc.SQLServerException:
Failed to create the XA control connection.
Error: "Procedure expects parameter '@errormegssage' of type 'nchar'."
Note: This issue is not seen when using SQL Server 2019 preview. But being a beta/preview image it should not be considered production ready.