I'm trying to migrate a ThinApp software application that used to talk to our SQL cluster, to a standalone VM with SQL Express. I have restored the DB and the logins/orphaned accounts are corrected/setup. I have tested the login (by connecting to the db using SQL auth, as the user account I want my application to use) - and this works.
However, when I try to add a System DSN via windows odbc manager - I receive:
Connection failed:
SQL State: '01000'
SQL Server Error:772
Micrsoft [ODBC SQL Server Driver][DBMSLPCN] connecitonOpen (SECDoClientHandshake())
Connection Failed:
SQL State:'08001'
SQL Server error:18
Microsoft[ODBC SQL Server Driver] [DBMSLPCN]SSL Security Error
My application appears to require a DSN to be set in order for it to load/authenticate. When I launch the app it states [ODBC Driver Manager] Data source name not found and no...