General Considerations for all Platforms

This information applies to the Database Agent running on Windows systems.

Use Windows Authentication for MicrosoftSQL Server

MicrosoftSQL Server

To use Windows Authentication for the Database Agent to connect to a Microsoft SQL Server database instance, you must use a command similar to the following to start the Database Agent; specifying the path to the Database Agent authentication library.

Windows 64-bit

java -Djava.library.path="C:\dbagent404\auth\x64" -jar db-agent.jar

Windows 32-bit

java -Djava.library.path="C:\dbagent404\auth\x86" -jar db-agent.jar
Attention: The Windows account used to start the Database Agent must be a Windows user who can authenticate with the database server.