<?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: DB Connect - Data Input Query and Error Received of - DB Input definition cannot continue with an empty table in Rising Column mode in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-Data-Input-Query-and-Error-Received-of-DB-Input/m-p/299389#M35763</link>
    <description>&lt;P&gt;Oh and sorry the query I'm using for DB connect and the rising column looks a bit like this example ;&lt;/P&gt;

&lt;P&gt;SELECT *&lt;BR /&gt;
FROM "Utilities"."dbo"."People"&lt;BR /&gt;
Where PeopleID &amp;gt;?&lt;BR /&gt;
ORDER BY  PeopleID asc&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jul 2017 08:42:03 GMT</pubDate>
    <dc:creator>EmEdwards</dc:creator>
    <dc:date>2017-07-10T08:42:03Z</dc:date>
    <item>
      <title>DB Connect - Data Input Query and Error Received of - DB Input definition cannot continue with an empty table in Rising Column mode</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-Data-Input-Query-and-Error-Received-of-DB-Input/m-p/299388#M35762</link>
      <description>&lt;P&gt;I'm new to using Splunk so please could someone clarify this issue for me.&lt;BR /&gt;
I added data using DB connect to a SQL Server view.&lt;BR /&gt;
The first time I added a Data Input I used Batch Input as my selection of Data which is a list of people lets say....&lt;BR /&gt;
On later querying this data is Search and Reporting I had numerous duplicates for Individuals which messed up my result set.&lt;BR /&gt;
So I tried a new Data Input using a Rising column of a unique primary key of PeopleID for example.&lt;/P&gt;

&lt;P&gt;Today on checking the Data Input has not added any NEW records and is displaying an error of &lt;BR /&gt;
DB Input definition cannot continue with an empty table in Rising Column mode&lt;/P&gt;

&lt;P&gt;The Rising Column is a Primary Key and does not contain any empty values in source.&lt;BR /&gt;
On running the view it's connecting to there are new records which have not been added.&lt;/P&gt;

&lt;P&gt;Please can someone explain how I use a Data Input that will add new records or updated records ?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 08:38:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-Data-Input-Query-and-Error-Received-of-DB-Input/m-p/299388#M35762</guid>
      <dc:creator>EmEdwards</dc:creator>
      <dc:date>2017-07-10T08:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect - Data Input Query and Error Received of - DB Input definition cannot continue with an empty table in Rising Column mode</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-Data-Input-Query-and-Error-Received-of-DB-Input/m-p/299389#M35763</link>
      <description>&lt;P&gt;Oh and sorry the query I'm using for DB connect and the rising column looks a bit like this example ;&lt;/P&gt;

&lt;P&gt;SELECT *&lt;BR /&gt;
FROM "Utilities"."dbo"."People"&lt;BR /&gt;
Where PeopleID &amp;gt;?&lt;BR /&gt;
ORDER BY  PeopleID asc&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 08:42:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-Data-Input-Query-and-Error-Received-of-DB-Input/m-p/299389#M35763</guid>
      <dc:creator>EmEdwards</dc:creator>
      <dc:date>2017-07-10T08:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect - Data Input Query and Error Received of - DB Input definition cannot continue with an empty table in Rising Column mode</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-Data-Input-Query-and-Error-Received-of-DB-Input/m-p/299390#M35764</link>
      <description>&lt;P&gt;I have the same issue. And my SQL query looks like yours (Date&amp;gt;? ORDER BY Date asc)&lt;BR /&gt;
 Does this happen because no PeopleID greater than current checkpoint value found in database? (no more data in DB)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 02:58:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-Data-Input-Query-and-Error-Received-of-DB-Input/m-p/299390#M35764</guid>
      <dc:creator>wsmworkhard</dc:creator>
      <dc:date>2018-03-07T02:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: DB Connect - Data Input Query and Error Received of - DB Input definition cannot continue with an empty table in Rising Column mode</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-Data-Input-Query-and-Error-Received-of-DB-Input/m-p/299391#M35765</link>
      <description>&lt;P&gt;Hi, this post was some time back. To be honest I ended up going back to an older version of DBX and this resolved the problem I had. &lt;BR /&gt;
In the older version I use at the moment I only have a select on the table as the query with no where clause or order by needed, then in the UI you specify the rising column from a drop down field and DBX does the rest.&lt;BR /&gt;
In the newer versions I think I tested removing the order by clause and this too made a difference. Good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 06:44:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/DB-Connect-Data-Input-Query-and-Error-Received-of-DB-Input/m-p/299391#M35765</guid>
      <dc:creator>EmEdwards</dc:creator>
      <dc:date>2018-03-07T06:44:50Z</dc:date>
    </item>
  </channel>
</rss>

