<?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: Unable to push data to sql server using Splunk DB Connect in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-push-data-to-sql-server-using-Splunk-DB-Connect/m-p/446344#M54931</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I already had this issue, with a wrong JRE/Driver install.&lt;/P&gt;

&lt;P&gt;You must install correctly the JRE and the correct drivers on your DB Connect.&lt;BR /&gt;
Which driver are you using with your MSSQL server? and which JRE did you deploy?&lt;/P&gt;

&lt;P&gt;Check the prerequisites for DB connect.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/DBX/3.1.4/DeployDBX/Prerequisites" target="_blank"&gt;https://docs.splunk.com/Documentation/DBX/3.1.4/DeployDBX/Prerequisites&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In my case i installed this driver &lt;A href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=54671" target="_blank"&gt;https://www.microsoft.com/en-us/download/confirmation.aspx?id=54671&lt;/A&gt; from MS&lt;/P&gt;

&lt;P&gt;Here is the the steps to install correctly the drivers from the Splunk Docs:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/DBX/3.1.3/DeployDBX/Installdatabasedrivers#Install_the_SQL_Server_database_driver_using_a_SQL_server_authentication" target="_blank"&gt;https://docs.splunk.com/Documentation/DBX/3.1.3/DeployDBX/Installdatabasedrivers#Install_the_SQL_Server_database_driver_using_a_SQL_server_authentication&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope it helps&lt;/P&gt;

&lt;P&gt;DM&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:26:13 GMT</pubDate>
    <dc:creator>DenM</dc:creator>
    <dc:date>2020-09-30T01:26:13Z</dc:date>
    <item>
      <title>Unable to push data to sql server using Splunk DB Connect</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-push-data-to-sql-server-using-Splunk-DB-Connect/m-p/446341#M54928</link>
      <description>&lt;P&gt;I am getting the following when I am trying to schedule a db output to push data from Splunk to sql server.&lt;/P&gt;

&lt;P&gt;Can somebody point out to me what exactly the mistake I am doing.&lt;/P&gt;

&lt;P&gt;2019-05-03 01:15:52.212 -0400  [dw-53 - PUT /api/outputs/PlotEvents] ERROR c.s.d.m.repository.DefaultConfigurationRepository - action=failed_to_get_the_conf reason=HTTP 401 -- call not properly authenticated&lt;BR /&gt;
com.splunk.HttpException: HTTP 401 -- call not properly authenticated&lt;BR /&gt;
    at com.splunk.HttpException.create(HttpException.java:84)&lt;BR /&gt;
    at com.splunk.DBXService.sendImpl(DBXService.java:131)&lt;BR /&gt;
    at com.splunk.DBXService.send(DBXService.java:43)&lt;BR /&gt;
    at com.splunk.HttpService.get(HttpService.java:154)&lt;BR /&gt;
    at com.splunk.Entity.refresh(Entity.java:381)&lt;BR /&gt;
    at com.splunk.Entity.refresh(Entity.java:24)&lt;BR /&gt;
    at com.splunk.Resource.validate(Resource.java:174)&lt;BR /&gt;
    at com.splunk.Entity.validate(Entity.java:462)&lt;BR /&gt;
    at com.splunk.Entity.getContent(Entity.java:157)&lt;BR /&gt;
    at com.splunk.Entity.size(Entity.java:416)&lt;BR /&gt;
    at java.util.HashMap.putMapEntries(HashMap.java:501)&lt;BR /&gt;
    at java.util.HashMap.&lt;INIT&gt;(HashMap.java:490)&lt;BR /&gt;
    at com.splunk.dbx.model.repository.JsonMapperEntityResolver.apply(JsonMapperEntityResolver.java:34)&lt;BR /&gt;
    at com.splunk.dbx.model.repository.JsonMapperEntityResolver.apply(JsonMapperEntityResolver.java:18)&lt;BR /&gt;
    at com.splunk.dbx.model.repository.DefaultConfigurationRepository.get(DefaultConfigurationRepository.java:92)&lt;BR /&gt;
    at com.splunk.dbx.server.dboutput.task.DbOutputTaskLoader.load(DbOutputTaskLoader.java:49)&lt;BR /&gt;
    at com.splunk.dbx.server.api.service.conf.impl.outputservice.OutputServiceImpl.update(OutputServiceImpl.java:140)&lt;BR /&gt;
    at com.splunk.dbx.server.api.service.conf.impl.outputservice.OutputServiceImpl.update(OutputServiceImpl.java:36)&lt;BR /&gt;
    at com.splunk.dbx.server.api.resource.OutputResource.updateOutput(OutputResource.java:80)&lt;BR /&gt;
    at sun.reflect.GeneratedMethodAccessor226.invoke(Unknown Source)&lt;BR /&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;
    at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:205)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)&lt;BR /&gt;
    at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)&lt;BR /&gt;
    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)&lt;BR /&gt;
    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)&lt;BR /&gt;
    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)&lt;BR /&gt;
    at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:49)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)&lt;BR /&gt;
    at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:34)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)&lt;BR /&gt;
    at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:45)&lt;BR /&gt;
    at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:39)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)&lt;BR /&gt;
    at com.splunk.dbx.server.api.filter.ResponseHeaderFilter.doFilter(ResponseHeaderFilter.java:30)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)&lt;BR /&gt;
    at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:241)&lt;BR /&gt;
    at io.dropwizard.jetty.RoutingHandler.handle(RoutingHandler.java:52)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:455)&lt;BR /&gt;
    at io.dropwizard.jetty.BiDiGzipHandler.handle(BiDiGzipHandler.java:68)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:56)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:169)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)&lt;BR /&gt;
    at org.eclipse.jetty.server.Server.handle(Server.java:561)&lt;BR /&gt;
    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)&lt;BR /&gt;
    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)&lt;BR /&gt;
    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)&lt;BR /&gt;
    at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)&lt;BR /&gt;
    at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)&lt;BR /&gt;
    at java.lang.Thread.run(Thread.java:748)&lt;/INIT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:25:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-push-data-to-sql-server-using-Splunk-DB-Connect/m-p/446341#M54928</guid>
      <dc:creator>ravichandkowtha</dc:creator>
      <dc:date>2020-09-30T00:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to push data to sql server using Splunk DB Connect</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-push-data-to-sql-server-using-Splunk-DB-Connect/m-p/446342#M54929</link>
      <description>&lt;P&gt;seems like an authentication issue&lt;BR /&gt;
Ensure the "user" that you have setup in the Database side has "update" capabilities on the table and the password is correct.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 13:02:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-push-data-to-sql-server-using-Splunk-DB-Connect/m-p/446342#M54929</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-03T13:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to push data to sql server using Splunk DB Connect</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-push-data-to-sql-server-using-Splunk-DB-Connect/m-p/446343#M54930</link>
      <description>&lt;P&gt;Facing the same issue:&lt;BR /&gt;
2019-06-13 12:57:09.701 +0000  [dw-271 - PUT /api/inputs/PaymentMonitoring] ERROR c.s.d.m.repository.DefaultConfigurationRepository - action=failed_to_get_the_conf reason=HTTP 401 -- call not properly authenticated&lt;BR /&gt;
com.splunk.HttpException: HTTP 401 -- call not properly authenticated&lt;BR /&gt;
    at com.splunk.HttpException.create(HttpException.java:84)&lt;BR /&gt;
    at com.splunk.DBXService.sendImpl(DBXService.java:131)&lt;BR /&gt;
    at com.splunk.DBXService.send(DBXService.java:43)&lt;BR /&gt;
    at com.splunk.HttpService.get(HttpService.java:154)&lt;BR /&gt;
    at com.splunk.Entity.refresh(Entity.java:381)&lt;BR /&gt;
    at com.splunk.Entity.refresh(Entity.java:24)&lt;BR /&gt;
    at com.splunk.Resource.validate(Resource.java:186)&lt;BR /&gt;
    at com.splunk.Entity.validate(Entity.java:462)&lt;BR /&gt;
    at com.splunk.Entity.getContent(Entity.java:157)&lt;BR /&gt;
    at com.splunk.Entity.size(Entity.java:416)&lt;BR /&gt;
    at java.util.HashMap.putMapEntries(HashMap.java:501)&lt;BR /&gt;
    at java.util.HashMap.&lt;INIT&gt;(HashMap.java:490)&lt;BR /&gt;
    at com.splunk.dbx.model.repository.JsonMapperEntityResolver.apply(JsonMapperEntityResolver.java:34)&lt;BR /&gt;
    at com.splunk.dbx.model.repository.JsonMapperEntityResolver.apply(JsonMapperEntityResolver.java:18)&lt;BR /&gt;
    at com.splunk.dbx.model.repository.DefaultConfigurationRepository.get(DefaultConfigurationRepository.java:92)&lt;BR /&gt;
    at com.splunk.dbx.server.dbinput.task.DbInputTaskLoader.load(DbInputTaskLoader.java:62)&lt;BR /&gt;
    at com.splunk.dbx.server.api.service.conf.impl.InputServiceImpl.update(InputServiceImpl.java:218)&lt;BR /&gt;
    at com.splunk.dbx.server.api.service.conf.impl.InputServiceImpl.update(InputServiceImpl.java:38)&lt;BR /&gt;
    at com.splunk.dbx.server.api.resource.InputResource.updateInput(InputResource.java:82)&lt;BR /&gt;
    at sun.reflect.GeneratedMethodAccessor294.invoke(Unknown Source)&lt;BR /&gt;
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;
    at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:205)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)&lt;BR /&gt;
    at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)&lt;BR /&gt;
    at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors.process(Errors.java:315)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors.process(Errors.java:297)&lt;BR /&gt;
    at org.glassfish.jersey.internal.Errors.process(Errors.java:267)&lt;BR /&gt;
    at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)&lt;BR /&gt;
    at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)&lt;BR /&gt;
    at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)&lt;BR /&gt;
    at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)&lt;BR /&gt;
    at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:49)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1655)&lt;BR /&gt;
    at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:34)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)&lt;BR /&gt;
    at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:45)&lt;BR /&gt;
    at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:39)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)&lt;BR /&gt;
    at com.splunk.dbx.server.api.filter.ResponseHeaderFilter.doFilter(ResponseHeaderFilter.java:30)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)&lt;BR /&gt;
    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)&lt;BR /&gt;
    at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:241)&lt;BR /&gt;
    at io.dropwizard.jetty.RoutingHandler.handle(RoutingHandler.java:52)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:674)&lt;BR /&gt;
    at io.dropwizard.jetty.BiDiGzipHandler.handle(BiDiGzipHandler.java:69)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:56)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:169)&lt;BR /&gt;
    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)&lt;BR /&gt;
    at org.eclipse.jetty.server.Server.handle(Server.java:531)&lt;BR /&gt;
    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)&lt;BR /&gt;
    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)&lt;BR /&gt;
    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)&lt;BR /&gt;
    at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)&lt;BR /&gt;
    at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)&lt;BR /&gt;
    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)&lt;BR /&gt;
    at java.lang.Thread.run(Thread.java:748)&lt;/INIT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:54:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-push-data-to-sql-server-using-Splunk-DB-Connect/m-p/446343#M54930</guid>
      <dc:creator>yossim_aspire</dc:creator>
      <dc:date>2020-09-30T00:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to push data to sql server using Splunk DB Connect</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-push-data-to-sql-server-using-Splunk-DB-Connect/m-p/446344#M54931</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I already had this issue, with a wrong JRE/Driver install.&lt;/P&gt;

&lt;P&gt;You must install correctly the JRE and the correct drivers on your DB Connect.&lt;BR /&gt;
Which driver are you using with your MSSQL server? and which JRE did you deploy?&lt;/P&gt;

&lt;P&gt;Check the prerequisites for DB connect.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/DBX/3.1.4/DeployDBX/Prerequisites" target="_blank"&gt;https://docs.splunk.com/Documentation/DBX/3.1.4/DeployDBX/Prerequisites&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In my case i installed this driver &lt;A href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=54671" target="_blank"&gt;https://www.microsoft.com/en-us/download/confirmation.aspx?id=54671&lt;/A&gt; from MS&lt;/P&gt;

&lt;P&gt;Here is the the steps to install correctly the drivers from the Splunk Docs:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/DBX/3.1.3/DeployDBX/Installdatabasedrivers#Install_the_SQL_Server_database_driver_using_a_SQL_server_authentication" target="_blank"&gt;https://docs.splunk.com/Documentation/DBX/3.1.3/DeployDBX/Installdatabasedrivers#Install_the_SQL_Server_database_driver_using_a_SQL_server_authentication&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope it helps&lt;/P&gt;

&lt;P&gt;DM&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:26:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Unable-to-push-data-to-sql-server-using-Splunk-DB-Connect/m-p/446344#M54931</guid>
      <dc:creator>DenM</dc:creator>
      <dc:date>2020-09-30T01:26:13Z</dc:date>
    </item>
  </channel>
</rss>

