<?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 Need Help with Splunk Dbconnect rising inputs query in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Help-with-Splunk-Dbconnect-rising-inputs-query/m-p/678008#M80249</link>
    <description>&lt;P&gt;I am trying to create a db input keeping in mind the data that we have in db. It has fields like PKEY, STARTTIME, ENDTIME etc. If I use PKEY or STARTTIME in Rising column, I am bound to miss some rows.&lt;BR /&gt;Also, both PKEY and STARTTIME fields are not unique. So, I am trying to use CONCATE(PKEY,STARTTIME).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SELECT BTACHTASK,
ASOF,
PKEY,
STARTTIME,
ENDTIME,
CONCAT(PKEY,
STARTTIME) AS combination
FROM CORE_MCA.SPLUNK_BATCH_STATES_VW
WHERE CONCAT(PKEY,STARTTIME) &amp;gt; ?
ORDER BY CONCAT(PKEY,STARTTIME) ASC&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;I am using Rising input and checkpoint should have been combination but I am not getting any results in Rising Column. I am getting the error&lt;STRONG&gt;&amp;nbsp;java.sql.SQLException: Missing IN or OUT parameter at index:: 1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;What am I doing wrong here? Also, sometimes the normal query also gives this error but after refreshing and selecting the connection once again I get the required data.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2024 21:01:14 GMT</pubDate>
    <dc:creator>phularah</dc:creator>
    <dc:date>2024-02-19T21:01:14Z</dc:date>
    <item>
      <title>Need Help with Splunk Dbconnect rising inputs query</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Help-with-Splunk-Dbconnect-rising-inputs-query/m-p/678008#M80249</link>
      <description>&lt;P&gt;I am trying to create a db input keeping in mind the data that we have in db. It has fields like PKEY, STARTTIME, ENDTIME etc. If I use PKEY or STARTTIME in Rising column, I am bound to miss some rows.&lt;BR /&gt;Also, both PKEY and STARTTIME fields are not unique. So, I am trying to use CONCATE(PKEY,STARTTIME).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SELECT BTACHTASK,
ASOF,
PKEY,
STARTTIME,
ENDTIME,
CONCAT(PKEY,
STARTTIME) AS combination
FROM CORE_MCA.SPLUNK_BATCH_STATES_VW
WHERE CONCAT(PKEY,STARTTIME) &amp;gt; ?
ORDER BY CONCAT(PKEY,STARTTIME) ASC&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;I am using Rising input and checkpoint should have been combination but I am not getting any results in Rising Column. I am getting the error&lt;STRONG&gt;&amp;nbsp;java.sql.SQLException: Missing IN or OUT parameter at index:: 1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;What am I doing wrong here? Also, sometimes the normal query also gives this error but after refreshing and selecting the connection once again I get the required data.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 21:01:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Need-Help-with-Splunk-Dbconnect-rising-inputs-query/m-p/678008#M80249</guid>
      <dc:creator>phularah</dc:creator>
      <dc:date>2024-02-19T21:01:14Z</dc:date>
    </item>
  </channel>
</rss>

