Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Configure SQL Server with Windows Authentication (Integrated Security)

Configure SQL Server with Windows Authentication (Integrated Security)

To use Windows Authentication with
Managed File Transfer
, you must select the Integrated Security option from the Step 3 - Connection Information page, as well as install the sqljdbc_auth.dll file. When the Integrated Security option is set,
Managed File Transfer
will add the integratedSecurity=true flag to the JDBC URL used to connect to the database. The SQL server driver will ignore the username and password specified in the switch database configuration and use the Log On information configured in the Windows Service. Use the following instructions configure Windows Authentication:
  1. Open the Microsoft SQL Server Management Studio.
  2. Log in to the target database as a database administrator.
  3. Create a new database named GADATA.
  4. Download the JDBC driver pack from Microsoft’s website. The sqljdbc_auth.dll file is included in the driver pack.
  5. Place the sqljdbc_auth.dll in the
    Managed File Transfer
    [installdirectory]\jre\bin folder.
  6. Open Windows Services, right-click on the
    Managed File Transfer
    Service, and then select Properties. The credentials that start the Windows service will need to be given permission on the SQL Server for Integrated Security.
  7. Restart the
    Managed File Transfer
    Service.
  8. Return to Microsoft SQL Server Management Studio, and create a new schema named GADATA under the database created in step 3. While creating this schema, make sure to set the server authentication to SQL Server and Windows Authentication mode.

0 COMMENTS

We’d like to hear from you!