(Cross posting hoping to get more visibility... also posted here.)
Anyone run into issues with SQL Server 2017 and FME Server? I have been testing FME Server 2018.1 with SQL 2017 and I run into to:
Microsoft SQL Server Non-Spatial Writer: Failed to connect using SQL Server 2012 Native Client. Provider error ''. Connection string 'Provider=SQLNCLI11;Data Source=;Initial Catalog=null;User ID=;Password=********'
Microsoft SQL Server Non-Spatial Writer: Trying to connect using SQL Server 2008 Native Client...
Microsoft SQL Server Non-Spatial Writer: Failed to connect using SQL Server 2008 Native Client. Provider error 'Description: Class not registered'. Connection string 'Provider=SQLNCLI10;Data Source=;Initial Catalog=null;User ID=;Password=********'
Microsoft SQL Server Non-Spatial Writer: A suitable Microsoft SQL Server Native Client is not found. Install Microsoft SQL Server 2012 Native Client from http://www.microsoft.com/en-ca/download/details.aspx?id=29065 . Please expand 'Install Instructions' and download 'sqlncli.msi'
Failed to open writer
Failed to open writer
Destination Feature Type Routing Correlator(RoutingFactory): Failed to open writer
Failed to open writer
So I figured I needed to get a newer version of Native Client. But there is none for 2017. So...
"Instead, use the new Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL) which will be updated with the most recent server features. " (from Microsoft)
Tried that, and I still get the same error message. I can run my workbenches just fine in Desktop but FME Server blows up. Not sure if FME can't find/see the MSOLEDBSQL?