<?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: How to resolve &amp;quot;While parsing the text event, the end of line character was not found.&amp;quot; using GeoEvent Server in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670448#M2978</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a Feature Layer as an Event Source is working correctly with the 10.5.1 Simulator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very nice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2017 22:19:51 GMT</pubDate>
    <dc:creator>LucasScharenbroich</dc:creator>
    <dc:date>2017-01-24T22:19:51Z</dc:date>
    <item>
      <title>How to resolve "While parsing the text event, the end of line character was not found." using GeoEvent Server</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670442#M2972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just getting started with GeoEvent Server and have run into an issue that seems like a misconfiguration on my part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Hosted ArcGIS Online Feeature Service with point data that I am using as input to the GeoEvent Simulator. &amp;nbsp;I have a GeoEvent Definition that matches my Feature Class schema.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My GeoEvent service is very simple and is just using the Receive Text from TCP Socket input adaptor and writing the output to Stream Service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that the Input Connector does not receive any records when using the GeoEvent Simulator. &amp;nbsp;If I connect to the TCP Port manually and paste in my CSV record, it works as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I turned on logging on the com.esri.ges.adapter.text.TextInboundAdaptor and I am seeing a repeated DEBUG error of:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #505051; background-color: #e5edf4; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;While parsing the text event, the end of line character was not found. The left overs ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;Which is followed by a long, concatenated list of the previously sent data. &amp;nbsp;Looking at the GeoEvent Simulator traffic in Wireshark, I can see that each event is being sent as a separate TCP packet and that, as the debug message states, there is no terminating newline character after each record. &amp;nbsp;When I am connected manually, I obviously type a newline to send the data and that explains the different behavior I've observed.&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;The core question is how to configure with GeoEvent Simulator or my Input Connector so that they are happy with each other? &amp;nbsp;I've tried setting the Message Separator in the Input Connector to blank, but that had no effect. &amp;nbsp;I've also looked through the help / config documentation for the GeoEvent Simulator, but have not found any place where I can define a message separator for the event stream.&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;My last resort would be to create a new attribute in my source feature class that I can insert a separator character and get it to appear in the event data payload sent by the Simulator, but that seems quite ... hackish.&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="color: #3d3d3d;"&gt;Any pointers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 17:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670442#M2972</guid>
      <dc:creator>LucasScharenbroich</dc:creator>
      <dc:date>2017-01-24T17:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "While parsing the text event, the end of line character was not found." using GeoEvent Server</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670443#M2973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please retest with the 10.5 version of the GeoEvent Simulator - &lt;A class="link-titled" href="https://esri.box.com/v/ges105simulator" title="https://esri.box.com/v/ges105simulator"&gt;GeoEventSimulator.exe&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 19:16:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670443#M2973</guid>
      <dc:creator>HanochKalmanovich</dc:creator>
      <dc:date>2017-01-24T19:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "While parsing the text event, the end of line character was not found." using GeoEvent Server</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670444#M2974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the issue remains. &amp;nbsp;The GeoEvent Server log shows the same error and watching the traffic in Wireshark still shows a lack of newline character in each TCP packet's data payload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sending simulation data from a file works so I will use that as an immediate-term workaround.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did verify that the Wireshark traffic, when the data is sourced from a text file, DOES add the CR LF characters (0x0D 0x0A) as the last two bytes of the packet data.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 19:28:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670444#M2974</guid>
      <dc:creator>LucasScharenbroich</dc:creator>
      <dc:date>2017-01-24T19:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "While parsing the text event, the end of line character was not found." using GeoEvent Server</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670445#M2975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a known issue we are planning to resolve with the 10.5.1 release, and with the coming 10.5 Patch 1 release. In the meanwhile, as a workaround, after having the Simulator connected to the service, you can save the events into a CSV file on disk (File-&amp;gt;Save As), and have the Simulator load the CSV file.&lt;/P&gt;&lt;P&gt;Please let us know if the save to CSV file workaround works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a 10.5.1 daily build of the Simulator with this issue fixed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 20:56:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670445#M2975</guid>
      <dc:creator>HanochKalmanovich</dc:creator>
      <dc:date>2017-01-24T20:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "While parsing the text event, the end of line character was not found." using GeoEvent Server</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670446#M2976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, that is a nice behavior of Save As.. to act&amp;nbsp;as a simple export of the Layer features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. &amp;nbsp;Saving to a file and then running the file through the Simulator works as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 21:02:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670446#M2976</guid>
      <dc:creator>LucasScharenbroich</dc:creator>
      <dc:date>2017-01-24T21:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "While parsing the text event, the end of line character was not found." using GeoEvent Server</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670447#M2977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please retest with the attached 10.5.1 build of the GeoEvent Simulator, and please let us know if the issue is resolved:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://esri.box.com/v/ges1051simulator" title="https://esri.box.com/v/ges1051simulator"&gt;GeoEventSimulator-10.5.1.6600.zip&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 21:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670447#M2977</guid>
      <dc:creator>HanochKalmanovich</dc:creator>
      <dc:date>2017-01-24T21:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve "While parsing the text event, the end of line character was not found." using GeoEvent Server</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670448#M2978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a Feature Layer as an Event Source is working correctly with the 10.5.1 Simulator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very nice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 22:19:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/how-to-resolve-quot-while-parsing-the-text-event/m-p/670448#M2978</guid>
      <dc:creator>LucasScharenbroich</dc:creator>
      <dc:date>2017-01-24T22:19:51Z</dc:date>
    </item>
  </channel>
</rss>

