SQL Server 2019 Upgrade
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We have updated one of our SQL servers to SQL 2019 and disabled TLS 1.0 and 1.1 which has caused one of our Alteryx workflows to break. We have an input tool connected the SQL server 2019 via an OleDB connection which throws the following error:
Error: Input Data (1): Error opening connect string: Microsoft OLE DB Provider for SQL Server: [DBNETLIB][ConnectionOpen (SECDoClientHandshake()).]SSL Security error.\08001 = 18
I thought this might be caused by an outdated driver so I installed
Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL):
on the Alteryx Server but I still get the same error. It seems to run fine locally from designer. Any suggestions?
- Labels:
- Database Connection
- Input
- Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We figured it out. I had to configure the input/output tool differently than normal. I had to select 'Microsoft OLD DB Driver for SQL Server' instead of 'Microsoft OLE DB Provider for SQL Server'. Now I just need to figure out how to change the default selection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We were facing exact same issue. Thank you for posting the solution, it helped us.
