<?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: Monitor in/out count  in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/monitor-in-out-count/m-p/114045#M499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fixed it.&amp;nbsp; I deleted the service and the input and then I recreated them again the same way and it started working.&amp;nbsp; When it did not work the first time, I wondered if I understood what "poll a map or feature services" meant in context of this tool. I figured if the query returns data on the rest endpoint of the feature service, it should pick it up, which now it does.&amp;nbsp; When it did not work, there were no error messages in the logs.&amp;nbsp; &amp;nbsp;At that point I wanted to be able to see what was going to and from the input component, but I couldn't.&amp;nbsp; For example, there should be a way to see the HTML request and HTML response.&amp;nbsp; I couldn't even tell if the request was getting sent.&amp;nbsp; That made me want to just grab DotNet since a simple service like that would only take me about 30 minutes to build.&amp;nbsp; We need error messages and a way to debug if this tool is going to be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2018 21:20:15 GMT</pubDate>
    <dc:creator>AlpineTech</dc:creator>
    <dc:date>2018-07-24T21:20:15Z</dc:date>
    <item>
      <title>Monitor in/out count</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/monitor-in-out-count/m-p/114044#M498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created an input that polls a feature service.&amp;nbsp; The input does not limit to incremental updates.&amp;nbsp; It does have a query.&amp;nbsp; I tested map service with that query and it does return features.&amp;nbsp; The service simply connects that input to a stream service output.&amp;nbsp; The monitor count in/out always shows zero.&amp;nbsp; This is my first geoevent service, so perhaps I am missing something?&amp;nbsp; See attached image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 15:12:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/monitor-in-out-count/m-p/114044#M498</guid>
      <dc:creator>AlpineTech</dc:creator>
      <dc:date>2018-07-24T15:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor in/out count</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/monitor-in-out-count/m-p/114045#M499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I fixed it.&amp;nbsp; I deleted the service and the input and then I recreated them again the same way and it started working.&amp;nbsp; When it did not work the first time, I wondered if I understood what "poll a map or feature services" meant in context of this tool. I figured if the query returns data on the rest endpoint of the feature service, it should pick it up, which now it does.&amp;nbsp; When it did not work, there were no error messages in the logs.&amp;nbsp; &amp;nbsp;At that point I wanted to be able to see what was going to and from the input component, but I couldn't.&amp;nbsp; For example, there should be a way to see the HTML request and HTML response.&amp;nbsp; I couldn't even tell if the request was getting sent.&amp;nbsp; That made me want to just grab DotNet since a simple service like that would only take me about 30 minutes to build.&amp;nbsp; We need error messages and a way to debug if this tool is going to be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 21:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/monitor-in-out-count/m-p/114045#M499</guid>
      <dc:creator>AlpineTech</dc:creator>
      <dc:date>2018-07-24T21:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor in/out count</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/monitor-in-out-count/m-p/114046#M500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies that no one replied to your question. Glad you got it sorted and thank you for posting a sum.&amp;nbsp; I'm not sure why the input or the GeoEvent Service you published had to be deleted and re-created. I have seen this behavior back at the 10.5 (10.5.1) release when I imported a configuration from an XML and then edited an input or output to change its name / label ... but it doesn't sound like you were doing anything like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A debugging technique you might want to note, for the future, is that you can set the GeoEvent Server Logging to DEBUG on 'Root' for a&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;very short period of time&lt;/STRONG&gt;&lt;/EM&gt; to try and capture what exactly is going on. The debug logs are going to be very verbose, so you'll have to open the log file in a text editor rather than relying on the logging interface in the GeoEvent Manager web application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the kafaf.log beneath the following folder:&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-size: 15px; font-family: terminal, monaco, monospace;"&gt;&lt;STRONG&gt;C:\Program Files\ArcGIS\Server\GeoEvent\data\log&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case you would be looking for messages from the following logger:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace; color: #333399;"&gt;com.esri.ges.transport.featureService.FeatureServiceInboundTransport&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The debugging technique would be to turn off (e.g. stop) all inputs, GeoEvent Services, and outputs you have running, delete the logs (to clear out any old messages not related to this debug session), then set logging to DEBUG on 'Root'. Start the input and check the logs for anything that looks relevant. Maybe then start the GeoEvent Service and output and check the logs again. Be sure to set logging back to INFO for 'Root' as soon as you can so you do not continue to collect messages in the log file (particularly for every request over the HTTP wire - there will be a lot of those).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the DEBUG logs for the&amp;nbsp;&lt;SPAN style="color: #333399;"&gt;FeatureServiceInboundTransport&lt;/SPAN&gt; were a little help. Here's a snapshot; setting the logging to DEBUG for only the one logger made it reasonable to use the GeoEvent Manager's log viewer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="415284" alt="GeoEvent Log Messages" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/415284_Scratch2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did for the test was leave the input's default query expression set to 1=1 to confirm that feature records were being polled. Then I changed the query expression to look for only records whose&amp;nbsp;&lt;EM&gt;gf_imported&lt;/EM&gt; attribute was equal to zero, so that I could see the warning that the query expression excluded all available features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For future issues, please consider submitting an incident with Esri Technical Support. Esri staff work to try and post responses to questions on the community forum, but forum submissions do not always get answered. An incident submitted to Esri Technical Support will always be assigned and someone will work to address the issue. (You might consider opening an incident referring to a forum item you have posted to request a forum response - that would give your issue maximum exposure.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 00:41:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/monitor-in-out-count/m-p/114046#M500</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2018-07-27T00:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor in/out count</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/monitor-in-out-count/m-p/114047#M501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RJ, Very helpful.&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 15:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/monitor-in-out-count/m-p/114047#M501</guid>
      <dc:creator>AlpineTech</dc:creator>
      <dc:date>2018-07-27T15:28:01Z</dc:date>
    </item>
  </channel>
</rss>

