I had to upgrade to the latest and greatest ODBC version (18.x). I was using 17.x
ODBC connection on prem to Azure SQL Managed Instance - Windows Authentication
We are trying to get an on prem application to connect to our Azure SQL Managed Instance. From on prem we can connect to SSMS with the windows authenticated user (we us AD Sync) and manage the database without issue. The vendor told use the application itself needs to community to the database via ODBC connection. I can't seem to get it to work. I keep getting Error code 0xCAA90018; state 10 Could not discover a user realm when I try to do a user DSN "With integrated Windows authentication". I can make this connection fine with a SQL account or if I use "With azure Activity Directory" option and the AAD account that our on prem is synced with.
I am logged in to the On prem server as the same windows user that launching SSMS fine so I am at a loss. Wondering if anyone else has had success doing this?
thanks in advance