<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Database using windows authentication - failing in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742118#M11826</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I tried to use the version 8.4 and the same. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Luiz&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2025 16:01:09 GMT</pubDate>
    <dc:creator>luizpolli</dc:creator>
    <dc:date>2025-03-18T16:01:09Z</dc:date>
    <item>
      <title>Database using windows authentication - failing</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742094#M11824</link>
      <description>&lt;P&gt;Hello appd experts,&lt;/P&gt;&lt;P&gt;I've installed a db agent collector using windows authentication as per image below to connect to MS SQL Server.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="luizpolli_0-1742303221865.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38256i52D65DA6E4AC7940/image-size/medium?v=v2&amp;amp;px=400" role="button" title="luizpolli_0-1742303221865.png" alt="luizpolli_0-1742303221865.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When starting the dbagent collector facing the issue below:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;18 Mar 2025 14:02:14,194 ERROR [DBAgent-4] ADBMonitorConfigResolver: - [SQL_MES_TEST] Failed to resolve DB topological structure.
com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. ClientConnectionId:84b24ba8-aae7-4084-a050-0de9e2f2ffea
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:3145) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.AuthenticationJNI.&amp;lt;init&amp;gt;(AuthenticationJNI.java:72) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:3937) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$000(SQLServerConnection.java:85) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:3926) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7375) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:3200) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2707) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2356) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2207) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1270) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:861) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at java.sql.DriverManager.getConnection(DriverManager.java:682) ~[java.sql:?]
        at java.sql.DriverManager.getConnection(DriverManager.java:191) ~[java.sql:?]
        at com.singularity.ee.agent.dbagent.collector.db.relational.DriverManager.getConnection(DriverManager.java:58) ~[db-agent.jar:Database Agent v25.1.0.4748 GA compatible with 4.5.2.0 Build Date  2025-01-23]
        at com.singularity.ee.agent.dbagent.collector.db.relational.DriverManager.getConnectionWithEvents(DriverManager.java:74) ~[db-agent.jar:Database Agent v25.1.0.4748 GA compatible with 4.5.2.0 Build Date  2025-01-23]
        at com.appdynamics.dbmon.dbagent.task.resolver.ARelationalDBMonitorConfigResolver.initConnection(ARelationalDBMonitorConfigResolver.java:150) ~[db-agent.jar:Database Agent v25.1.0.4748 GA compatible with 4.5.2.0 Build Date  2025-01-23]
        at com.appdynamics.dbmon.dbagent.task.resolver.MSSQLDBMonitorConfigResolver.resolveTopology(MSSQLDBMonitorConfigResolver.java:118) ~[db-agent.jar:Database Agent v25.1.0.4748 GA compatible with 4.5.2.0 Build Date  2025-01-23]
        at com.appdynamics.dbmon.dbagent.task.resolver.ADBMonitorConfigResolver.resolveTopologicalStructure(ADBMonitorConfigResolver.java:124) ~[db-agent.jar:Database Agent v25.1.0.4748 GA compatible with 4.5.2.0 Build Date  2025-01-23]
        at com.appdynamics.dbmon.dbagent.task.resolver.ADBMonitorConfigResolver.run(ADBMonitorConfigResolver.java:205) ~[db-agent.jar:Database Agent v25.1.0.4748 GA compatible with 4.5.2.0 Build Date  2025-01-23]
        at com.singularity.ee.util.javaspecific.scheduler.AgentScheduledExecutorServiceImpl$SafeRunnable.run(AgentScheduledExecutorServiceImpl.java:122) ~[agent-25.1.0-1223.jar:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
        at com.singularity.ee.util.javaspecific.scheduler.ADFutureTask$Sync.innerRunAndReset(ADFutureTask.java:335) ~[agent-25.1.0-1223.jar:?]
        at com.singularity.ee.util.javaspecific.scheduler.ADFutureTask.runAndReset(ADFutureTask.java:152) ~[agent-25.1.0-1223.jar:?]
        at com.singularity.ee.util.javaspecific.scheduler.ADScheduledThreadPoolExecutor$ADScheduledFutureTask.access$101(ADScheduledThreadPoolExecutor.java:128) ~[agent-25.1.0-1223.jar:?]
        at com.singularity.ee.util.javaspecific.scheduler.ADScheduledThreadPoolExecutor$ADScheduledFutureTask.runPeriodic(ADScheduledThreadPoolExecutor.java:215) ~[agent-25.1.0-1223.jar:?]
        at com.singularity.ee.util.javaspecific.scheduler.ADScheduledThreadPoolExecutor$ADScheduledFutureTask.run(ADScheduledThreadPoolExecutor.java:253) ~[agent-25.1.0-1223.jar:?]
        at com.singularity.ee.util.javaspecific.scheduler.ADThreadPoolExecutor$Worker.runTask(ADThreadPoolExecutor.java:694) ~[agent-25.1.0-1223.jar:?]
        at com.singularity.ee.util.javaspecific.scheduler.ADThreadPoolExecutor$Worker.run(ADThreadPoolExecutor.java:726) ~[agent-25.1.0-1223.jar:?]
        at java.lang.Thread.run(Thread.java:1575) ~[?:?]
Caused by: java.lang.UnsatisfiedLinkError: no mssql-jdbc_auth-8.4.0.x64 in java.library.path: C:\dbagent\db-agent-25.1.0.4748\auth\x64
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:2442) ~[?:?]
        at java.lang.Runtime.loadLibrary0(Runtime.java:916) ~[?:?]
        at java.lang.System.loadLibrary(System.java:2066) ~[?:?]
        at com.microsoft.sqlserver.jdbc.AuthenticationJNI.&amp;lt;clinit&amp;gt;(AuthenticationJNI.java:51) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:3936) ~[mssql-jdbc-8.4.0.jre8.jar:?]
        ... 27 more&lt;/LI-CODE&gt;&lt;P&gt;I tried to use the latest dll file(below) from microsoft site within auth\x64 directory. It won't help either.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mssql-jdbc_auth-12.8.1.x64.dll&lt;/LI-CODE&gt;&lt;P&gt;Any ideas how to solve this issue? If I use a credential as username and password works fine.&lt;BR /&gt;&lt;BR /&gt;The idea here is the customer only wants to create one user for all hosts(servers) using windows authentication. Not creating one user for each server. Imagine to create this user to all servers with different applications.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 13:18:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742094#M11824</guid>
      <dc:creator>luizpolli</dc:creator>
      <dc:date>2025-03-18T13:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Database using windows authentication - failing</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742111#M11825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/274797"&gt;@luizpolli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The java process is specifically looking for&amp;nbsp;&lt;SPAN&gt;mssql-jdbc_auth-8.4.0.x64.dll rather than the higher version you have, I would suggest downloading and installing the specific 8.4.0 version of the DLL as I believe this should resolve the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know how you get on and consider adding karma to this or any other answer if it has helped.&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Will&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 15:07:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742111#M11825</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-03-18T15:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: Database using windows authentication - failing</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742118#M11826</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I tried to use the version 8.4 and the same. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Luiz&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 16:01:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742118#M11826</guid>
      <dc:creator>luizpolli</dc:creator>
      <dc:date>2025-03-18T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Database using windows authentication - failing</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742302#M11827</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I tried to use the version 8.4 and the same issue. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Luiz&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 10:03:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742302#M11827</guid>
      <dc:creator>luizpolli</dc:creator>
      <dc:date>2025-03-20T10:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Database using windows authentication - failing</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742669#M11837</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/274797"&gt;@luizpolli&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;just to make sure, did you follow all the steps lined out in the documentation?&lt;/P&gt;&lt;P&gt;Especially, adding the java.library.path system property when starting database agent:&lt;/P&gt;&lt;PRE&gt;java -Djava.library.path="C:\dbagent_install_dir\auth\x64" -jar db-agent.jar&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://docs.appdynamics.com/appd/24.x/25.3/en/database-visibility/add-database-collectors/configure-microsoft-sql-server-collectors#id-.ConfigureMicrosoftSQLServerCollectorsv24.10-BeforeyouBegin" target="_blank" rel="noopener"&gt;https://docs.appdynamics.com/appd/24.x/25.3/en/database-visibility/add-database-collectors/configure-microsoft-sql-server-collectors#id-.ConfigureMicrosoftSQLServerCollectorsv24.10-BeforeyouBegin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Franz&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edit&lt;/STRONG&gt;: I somehow didn't notice the &lt;FONT face="courier new,courier"&gt;no mssql-jdbc_auth-8.4.0.x64 in java.library.path: C:\dbagent\db-agent-25.1.0.4748\auth\x64&lt;/FONT&gt; error message. Seems like this is set up already.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 09:09:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742669#M11837</guid>
      <dc:creator>fsoengen</dc:creator>
      <dc:date>2025-03-26T09:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Database using windows authentication - failing</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742676#M11838</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/276960"&gt;@fsoengen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm using start-dbagent script to start. And in the starting script it's included the&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;java.library.path&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;path. See the log below.&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;26 Mar 2025 10:35:12,187  INFO [main] Agent: - JVM Args : --add-opens=java.base/java.lang=ALL-UNNAMED | --add-opens=java.base/java.security=ALL-UNNAMED | -XX:+HeapDumpOnOutOfMemoryError | -XX:OnOutOfMemoryError=taskkill /F /PID %p | -Djava.library.path=C:\dbagent\db-agent-25.1.0.4748\auth\x64 | -DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector | -Ddbagent.name=database_agent |&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Luiz Polli&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 09:43:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Database-using-windows-authentication-failing/m-p/742676#M11838</guid>
      <dc:creator>luizpolli</dc:creator>
      <dc:date>2025-03-26T09:43:02Z</dc:date>
    </item>
  </channel>
</rss>

