Question

How do I connect to a Microsoft SQL Server database using an Active Directory service account?

  • 19 February 2019
  • 1 reply
  • 23 views

The SQL Server database I'm connecting to won't support database authentication (policy), so I got a AD service account created, but I can't find an option where I can use Windows Authentication, but I can still enter in the credentials (they are greyed out when you choose Windows Authentication).

FYI: I'm using FME 2018.1


1 reply

Badge +2

The Active Directory Authentication uses your current windows user account, so the user a password are disabled in the connection parameters. FME SQL Server reader/writer help - see under Authentication

Reply