MS SQL Shadowing on Linux
Vadym
4-20-18
Hello!

I have a problem with my MS SQL Shadowing (for example Build RDB Data).
I have installed ODBC Driver 17 for SQL Server on my Ubuntu 17.04. When I start HW_RDB server I get in log file success connection to MS SQL Server:


2018-04-20 13:42:54 ODBC INIT SQLTCHAR: 1
2018-04-20 13:42:55 Connected to relational database

But when I try to build RDB Data I get in log:

2018-04-20 13:43:38 SA Error building RDB Data

Sql user permission is fine because I can connect to sql via isql command and can create a table manually:

SQL> USE HW
[01000][Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Changed database context to 'HW'.
[ISQL]INFO: SQLExecute returned SQL_SUCCESS_WITH_INFO

SQLRowCount returns 0
SQL> CREATE TABLE dbo.TEST (TESTID int PRIMARY KEY NOT NULL)
SQLRowCount returns 0
SQL> quit


Please, help me solve this problem
Leave Comment
You can subscribe to notifications for this post by selecting the 'star' icon on the top right corner of the post.
Latest Posts
Lilian Wanyoike
Hi, We have a customer who creates on account receipts against a customer account. Another team is required to allocate these receipts to specific invoice records. Prepayments will not work as t...
15:49 6 Oct 2025
Piotr Wycichowski
Hi! I am not able to run SERP client on Mac (Sonoma), when the folder is outside of Applications. When and why it happens? I know, that some users with the same system haven't such problem. ...
14:54 19 Sep 2025