<?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: Why is GeoEvent Service not counting In/Out events? in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/why-is-geoevent-service-not-counting-in-out-events/m-p/360425#M1508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this issue and I reboot the system and it works well.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2018 15:37:45 GMT</pubDate>
    <dc:creator>AliAjami-Bakhtyarvand</dc:creator>
    <dc:date>2018-12-28T15:37:45Z</dc:date>
    <item>
      <title>Why is GeoEvent Service not counting In/Out events?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/why-is-geoevent-service-not-counting-in-out-events/m-p/360422#M1505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following small GeoEvent Service (version 10.5) setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;an input connector which receives tcp messages from a socket&lt;/LI&gt;&lt;LI&gt;an output connector which writes the output to a csv-File&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a self-written tcp client which sends the messages to the input connector. In the GeoEvent Monitor I can see that the input connector is counting the incoming events correctly. But the GeoEvent Service In/Out count is 0; also the Output Connector. In the log directory C:\Program Files\ArcGIS\Server\GeoEvent\data\log I can also found no&amp;nbsp;helpful information.&lt;/P&gt;&lt;P&gt;Any ideas what's wrong with service or how can I force the logging to output some helpful information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;- Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/why-is-geoevent-service-not-counting-in-out-events/m-p/360422#M1505</guid>
      <dc:creator>MarkusStecker</dc:creator>
      <dc:date>2017-02-22T16:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GeoEvent Service not counting In/Out events?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/why-is-geoevent-service-not-counting-in-out-events/m-p/360423#M1506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to try another TCP client.&amp;nbsp; For example, you can copy the below text into a text file and rename the extension to .bat:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;@echo off
set TCP_PORT=5575
set JAVA_HOME=C:\Program Files\ArcGIS\Server\framework\runtime\jre

"%JAVA_HOME%\bin\java" -jar TCPServerApp.jar -p %TCP_PORT%&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double-click the .bat file to open a command prompt listening on port 5575.&amp;nbsp; You can use the GeoEvent Simulator to read a text file of the data to send to the CSV output.&amp;nbsp; If this is working, the issue is with the other TCP client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 16:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/why-is-geoevent-service-not-counting-in-out-events/m-p/360423#M1506</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2021-12-11T16:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GeoEvent Service not counting In/Out events?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/why-is-geoevent-service-not-counting-in-out-events/m-p/360424#M1507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, after a reboot of the system (scheduled by our ServiceDesk) GeoEvent Server starts my Service runs without any problems.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 09:07:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/why-is-geoevent-service-not-counting-in-out-events/m-p/360424#M1507</guid>
      <dc:creator>MarkusStecker</dc:creator>
      <dc:date>2017-02-28T09:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why is GeoEvent Service not counting In/Out events?</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/why-is-geoevent-service-not-counting-in-out-events/m-p/360425#M1508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had this issue and I reboot the system and it works well.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2018 15:37:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/why-is-geoevent-service-not-counting-in-out-events/m-p/360425#M1508</guid>
      <dc:creator>AliAjami-Bakhtyarvand</dc:creator>
      <dc:date>2018-12-28T15:37:45Z</dc:date>
    </item>
  </channel>
</rss>

