Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Richard Freggi on May 28, 2021, 02:28:45 am
-
My database has MFA authentication and seems like the EA default SQL Server drivers don't support it. Does anyone know if suitable driver can be obtained and how to install for EA reverse engineering? Cheers!
-
as long as you have an ODBC connection to your database it should work.
If you can't get it to work like that you might want to export your database structure to SQL create statements, and then recreate the structure locally.
That's what we do with databases we don't have direct access to.
Geert
-
Hi Richard,
Have you tried using the "Microsoft OLE DB Provider for SQL" driver ?
-
Thanks for advice Geert and Guillame, this database needs MFA authentication, which I don't think is available with the drivers I have access to. But I'm doing OK using SQL Server Studio, so no issue.
-
When you connect to the server using SMSS, are you using Azure Active Directory - Universal with MFA authentication? - please see https://docs.microsoft.com/en-us/azure/azure-sql/database/authentication-mfa-ssms-overview.