I am trying to establish a connection to a MS SQL Server through FME Workbench installed on a Unix and/or Linux box - that uses Microsoft AD credentials.
I have downloaded and placed the lastest MS SQL Server JDBC from
And I placed the driver v10 jar in the /User/<user>/Library/Application Supper/FME/Plugins/Java directory. As suggested in the "Getting Started with JDBC" article.
When I create a new Database Connection within FME Workbench using the JDBC driver. But when I click "Test" I keep getting an error either that my user login did not authenticate or that is could not pull back the database schema. Not sure if I have setup everything right for FME Workbench to use the MS JDBC driver correctly. I also see a sqljdbc_auth.dll file inside of the MS SQL JDBC driver download. Not sure if I am supposed to place this some place too.
The below is what my DB connection inside of FME Workbench looks like -
JDBC Connection String: jdbc:sqlserver://<host>;databaseName=<database>;
Username: <windows domain>/<username>
Password: <password>
Java Driver Class: [blank]