<?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 When I try to add or delete port 9997, why do I get the same &amp;quot;Error occurred attempting to remove 9997...Could not find config id for port&amp;quot;? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261472#M50190</link>
    <description>&lt;P&gt;When I try deleting port 9997, I get the following problem:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error occurred attempting to remove 9997: In handler 'cooked': Could not find config id for port 9997.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I try to add port 9997, I get the following error message:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error occurred attempting to remove 9997: In handler 'cooked': Could not find config id for port 9997.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Do you know what could be a problem? I am using Windows.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2015 17:02:37 GMT</pubDate>
    <dc:creator>alexlit</dc:creator>
    <dc:date>2015-12-03T17:02:37Z</dc:date>
    <item>
      <title>When I try to add or delete port 9997, why do I get the same "Error occurred attempting to remove 9997...Could not find config id for port"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261472#M50190</link>
      <description>&lt;P&gt;When I try deleting port 9997, I get the following problem:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error occurred attempting to remove 9997: In handler 'cooked': Could not find config id for port 9997.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;When I try to add port 9997, I get the following error message:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Error occurred attempting to remove 9997: In handler 'cooked': Could not find config id for port 9997.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Do you know what could be a problem? I am using Windows.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2015 17:02:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261472#M50190</guid>
      <dc:creator>alexlit</dc:creator>
      <dc:date>2015-12-03T17:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: When I try to add or delete port 9997, why do I get the same "Error occurred attempting to remove 9997...Could not find config id for port"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261473#M50191</link>
      <description>&lt;P&gt;In your $splunk_home/etc/system/local/inputs.conf file...&lt;BR /&gt;&lt;BR /&gt;
is it an SSL type &lt;BR /&gt;
 [splunktcp-ssl:9997]  listener ?&lt;/P&gt;

&lt;P&gt;[SSL]&lt;BR /&gt;
password=********(obfuscated out)&lt;BR /&gt;
rootCA = /some_file_path/cacert.pem&lt;BR /&gt;
serverCert = /some_file_path/server.pem&lt;/P&gt;

&lt;P&gt;Mine is..  and I'm having a similar issue to you.&lt;/P&gt;

&lt;P&gt;I'm using Splunk 6.3.2...  what version are you using ?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:20:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261473#M50191</guid>
      <dc:creator>lloydd518</dc:creator>
      <dc:date>2020-09-29T09:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: When I try to add or delete port 9997, why do I get the same "Error occurred attempting to remove 9997...Could not find config id for port"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261474#M50192</link>
      <description>&lt;P&gt;When you say you are "trying to delete," what do you mean? Exactly what commands are you using?&lt;/P&gt;

&lt;P&gt;You can always remove or change a port by editing the configuration file, and then restarting Splunk. So if  $SPLUNK_HOME/etc/system/local/inputs.conf contains&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp-ssl:9997]

[SSL]
password=(obfuscated out)
rootCA = /some_file_path/cacert.pem
serverCert = /some_file_path/server.pem
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://:9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can change the 9997 to something else, or remove the entire stanza. (In this example, these are single-line stanzas.) Then restart Splunk so that your changes take effect.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 16:06:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261474#M50192</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2016-04-18T16:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: When I try to add or delete port 9997, why do I get the same "Error occurred attempting to remove 9997...Could not find config id for port"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261475#M50193</link>
      <description>&lt;P&gt;Sorry, should have been more specific. This is all work that is being carried out from inside the Splunk UI.. it throws an error/exception.. cannot delete the receiving port...when trying to remove the receiver port 9997.&lt;BR /&gt;
Wondered if it was a bug related to having not created my SSL receiving port in the UI (which you cant do anyway.. not a feature in the Splunk UI).&lt;BR /&gt;
Wondered if it was a bug whereby you create a receiver in the CLI then try to remove it via the Splunk UI.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2016 17:37:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261475#M50193</guid>
      <dc:creator>lloydd518</dc:creator>
      <dc:date>2016-04-18T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: When I try to add or delete port 9997, why do I get the same "Error occurred attempting to remove 9997...Could not find config id for port"?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261476#M50194</link>
      <description>&lt;P&gt;I would agree that an error/exception is a bug. Feel free to file a ticket with Splunk Support.&lt;/P&gt;

&lt;P&gt;And I always recommend that you un-do something using the same technique as when you originally did it.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 03:54:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/When-I-try-to-add-or-delete-port-9997-why-do-I-get-the-same-quot/m-p/261476#M50194</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2016-04-19T03:54:13Z</dc:date>
    </item>
  </channel>
</rss>

