<?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>question Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection in ITOM forum</title>
    <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197884#M121466</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/642049"&gt;@Doci1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the ECC queue record is not created how the payload will be processed to the respective tables with AgentNowHandler BR ?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2025 09:43:47 GMT</pubDate>
    <dc:creator>SK Chand Basha</dc:creator>
    <dc:date>2025-03-06T09:43:47Z</dc:date>
    <item>
      <title>checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3195194#M121394</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i run the agent on demand by using collect host data , only enhanced discovery check is running and getting in ECC queue, Other software installed &amp;amp; Usage checks are not running what could be reason, these all are default checks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested with test check we are geting payload, after i have tried to process via script include AgentNowHandler it's not working.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; payloadSysId = &lt;/SPAN&gt;&lt;SPAN&gt;'sys_id of software usage ecc queue'&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; eccRecord = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;GlideRecord&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'ecc_queue'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt; (eccRecord.&lt;/SPAN&gt;&lt;SPAN&gt;get&lt;/SPAN&gt;&lt;SPAN&gt;(payloadSysId)) {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; anh = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt; &lt;SPAN&gt;AgentNowHandler&lt;/SPAN&gt;&lt;SPAN&gt;();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;anh.processEccRecord(eccRecord);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;gs.info(&lt;/SPAN&gt;&lt;SPAN&gt;'ECC Queue record not found for sys_id: '&lt;/SPAN&gt;&lt;SPAN&gt; + payloadSysId);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 05:38:45 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3195194#M121394</guid>
      <dc:creator>SK Chand Basha</dc:creator>
      <dc:date>2025-03-05T05:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3196546#M121426</link>
      <description>&lt;P&gt;as OOTB when you hit "&lt;SPAN&gt;collect host data&lt;/SPAN&gt;", only the "&lt;SPAN&gt;enhanced discovery check&lt;/SPAN&gt;" is running, not other checks. You will find it in the UI Action itself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont understand your question. Can you reformulate it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 10:33:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3196546#M121426</guid>
      <dc:creator>Doci1</dc:creator>
      <dc:date>2025-03-05T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197054#M121439</link>
      <description>&lt;P&gt;Hi &lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/642049"&gt;@Doci1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I hit the collect host data only enhanced discovery check is showing in ECC queue other software install, software usage checks are not getting trigged.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What may be the reason?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 16:13:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197054#M121439</guid>
      <dc:creator>SK Chand Basha</dc:creator>
      <dc:date>2025-03-05T16:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197717#M121459</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/593827"&gt;@SK Chand Basha&lt;/a&gt;&amp;nbsp;yes, this is correct behavior! Out of the box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 07:37:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197717#M121459</guid>
      <dc:creator>Doci1</dc:creator>
      <dc:date>2025-03-06T07:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197884#M121466</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/642049"&gt;@Doci1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the ECC queue record is not created how the payload will be processed to the respective tables with AgentNowHandler BR ?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 09:43:47 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197884#M121466</guid>
      <dc:creator>SK Chand Basha</dc:creator>
      <dc:date>2025-03-06T09:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197905#M121468</link>
      <description>&lt;P&gt;I still dont understand your question.&lt;/P&gt;&lt;P&gt;When you hit "Collect host data" -&amp;gt; triggers "Enhanced Discovery" check definiton-&amp;gt; record is in ecc_queue with source "on_demand_request", you received the input (again even in ecc_queue) -&amp;gt; input is process by Check Definition "Check type: "Enhanced Discovery" -&amp;gt; values are stored in CMDB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 09:57:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197905#M121468</guid>
      <dc:creator>Doci1</dc:creator>
      <dc:date>2025-03-06T09:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197926#M121470</link>
      <description>&lt;P&gt;We added few more checks. Apart from enhanced discovery rest of the check not getting triggered. One of the example would be software usage check.&amp;nbsp;&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/642049"&gt;@Doci1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:11:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197926#M121470</guid>
      <dc:creator>Pratiksha</dc:creator>
      <dc:date>2025-03-06T10:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197942#M121472</link>
      <description>&lt;P&gt;And have you included those checks in Policies? Because Policy decides "when" and "where" will run checks, and checks contains "what".&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:23:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197942#M121472</guid>
      <dc:creator>Doci1</dc:creator>
      <dc:date>2025-03-06T10:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197945#M121473</link>
      <description>&lt;P&gt;Or you mean that you have included additional checks into "Collect host data"??&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:25:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197945#M121473</guid>
      <dc:creator>Doci1</dc:creator>
      <dc:date>2025-03-06T10:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197948#M121474</link>
      <description>&lt;P&gt;These checks are schedule to run daily once. Software usage check repressible to get usage information for given software. These were working before. But now they are not working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:26:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197948#M121474</guid>
      <dc:creator>Pratiksha</dc:creator>
      <dc:date>2025-03-06T10:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197949#M121475</link>
      <description>&lt;P&gt;yes&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:27:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197949#M121475</guid>
      <dc:creator>Pratiksha</dc:creator>
      <dc:date>2025-03-06T10:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197959#M121478</link>
      <description>&lt;P&gt;And when you run Software usage from "Test check", UI Action which is on each ACC Agent, what is the result?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:31:15 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197959#M121478</guid>
      <dc:creator>Doci1</dc:creator>
      <dc:date>2025-03-06T10:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197968#M121480</link>
      <description>&lt;P&gt;In test check we get the result, in the logs we can see the data. But when we try collecting data the check dont run.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:34:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197968#M121480</guid>
      <dc:creator>Pratiksha</dc:creator>
      <dc:date>2025-03-06T10:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197972#M121481</link>
      <description>&lt;P&gt;and how do you trigger those additional checks?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:35:52 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197972#M121481</guid>
      <dc:creator>Doci1</dc:creator>
      <dc:date>2025-03-06T10:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197992#M121484</link>
      <description>&lt;P&gt;Like enhanced discovery check, they are scheduled for once a day.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:46:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3197992#M121484</guid>
      <dc:creator>Pratiksha</dc:creator>
      <dc:date>2025-03-06T10:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: checks are not writing in the ecc_queue of the agent based discovery - Agent Host Collection</title>
      <link>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3198011#M121486</link>
      <description>&lt;P&gt;Enhanced&amp;nbsp;&lt;SPAN&gt;discovery check is triggered by the Policy, or by hitting "Collect host data". About what case are you speaking?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 10:55:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itom-forum/checks-are-not-writing-in-the-ecc-queue-of-the-agent-based/m-p/3198011#M121486</guid>
      <dc:creator>Doci1</dc:creator>
      <dc:date>2025-03-06T10:55:36Z</dc:date>
    </item>
  </channel>
</rss>

