<?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: Error in CSV-IN connector in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-in-csv-in-connector/m-p/446675#M1922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ask apologize for delay this response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah Adam, i can ensure that there isn't other process is taking the csv file when GEP is trying to take it. The ETL writes the file in a folder and then the same ETL moves the file to the GEP Folder. That move takes milliseconds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meanwhile, i solved the problem making a batch file (that works in the same GEP server trought a scheduled task) that moves the CSV file from folder where ETL writes the file to the GEP Folder. Since then all files have been taked from GEP without problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam, my other question is: What is the rate of read the files of GEP?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;César Guzmán&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 21:37:20 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-12-19T21:37:20Z</dc:date>
    <item>
      <title>Error in CSV-IN connector</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-in-csv-in-connector/m-p/446673#M1920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I built a SSIS ETL that reads data from one table of sql server 2005 and writes this data in a CSV file into a folder placed in Geoevent Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also built a geoevent procesor that has a csv-in, a field mapper processor and a feature update.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that the geoevent processor is frequently generating the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]29473[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The SSIS ETL doesn't write directly in the geoevent folder. It writes the csv file in a local folder placed in SSIS Server and then copies the file to the destination folder in geoevent server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How could i fix this? or &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What other way i could build this integration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for you advice.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 21:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-in-csv-in-connector/m-p/446673#M1920</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-11-29T21:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error in CSV-IN connector</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-in-csv-in-connector/m-p/446674#M1921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The error message is saying '... cannot access the file because it is being used by another process' which would indicate that something else is holding a lock onto the file and GeoEvent Processor cannot open it.&amp;nbsp; Can you please ensure that you do not have the file open in Excel or another program and retry and let us know if this corrects the situation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam Mollenkopf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS GeoEvent Processor for Server - Product Lead&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 21:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-in-csv-in-connector/m-p/446674#M1921</guid>
      <dc:creator>AdamMollenkopf</dc:creator>
      <dc:date>2013-12-02T21:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error in CSV-IN connector</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-in-csv-in-connector/m-p/446675#M1922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ask apologize for delay this response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yeah Adam, i can ensure that there isn't other process is taking the csv file when GEP is trying to take it. The ETL writes the file in a folder and then the same ETL moves the file to the GEP Folder. That move takes milliseconds.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meanwhile, i solved the problem making a batch file (that works in the same GEP server trought a scheduled task) that moves the CSV file from folder where ETL writes the file to the GEP Folder. Since then all files have been taked from GEP without problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam, my other question is: What is the rate of read the files of GEP?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;César Guzmán&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 21:37:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/error-in-csv-in-connector/m-p/446675#M1922</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-12-19T21:37:20Z</dc:date>
    </item>
  </channel>
</rss>

