<?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: FME Heap Corruption Error when using Esri ArcSDE writer in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1481954#M45210</link>
    <description>&lt;P&gt;Yeah, scratch that, it put my parcels in the middle of the Atlantic ocean near Africa instead of south Florida.&amp;nbsp; When I deleted the coordinate system it crashed after 167k again.&lt;/P&gt;</description>
    <pubDate>Fri, 31 May 2024 11:01:16 GMT</pubDate>
    <dc:creator>AngelaSchirck</dc:creator>
    <dc:date>2024-05-31T11:01:16Z</dc:date>
    <item>
      <title>FME Heap Corruption Error when using Esri ArcSDE writer</title>
      <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407069#M45070</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Here's the scenerio.&amp;nbsp; I have Three tables in an Oracle database that I am combining using FME.&amp;nbsp; I then am using An SDE Writer to write to a different Oracle database (the oracle writer put the data in a format that I cannot use with Enterprise 10.9.1, so I chose the SDE writer instead).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are close to 700k features that need to be written, but the FME crashes and the program closes after writing about 160k features EVERY.SINGLE.TIME.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Things I've tried:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Redirected the output to the data inspector.&amp;nbsp; The work flow completes without errors.&lt;/LI&gt;&lt;LI&gt;Added a geometry validator and repaired bad geometries and ignored those that couldn't be repaired (none).&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Added a feature keeper to collect all the features and write them after join is complete (all ~700k features are collected, still crashes in the writing phase).&lt;/LI&gt;&lt;LI&gt;Set the writer to ignore all invalid features and continue.&lt;/LI&gt;&lt;LI&gt;Successfully wrote ALL features to a file GDB.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;There is no error message in the FME, but a general error message pops up (shown below) which ChatGPT says is a "heap corruption error" and I have no idea how to fix it.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AngelaSchirck_0-1712577650068.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/100327i6556114C0254D814/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AngelaSchirck_0-1712577650068.png" alt="AngelaSchirck_0-1712577650068.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 15:13:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407069#M45070</guid>
      <dc:creator>AngelaSchirck</dc:creator>
      <dc:date>2024-04-08T15:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: FME Heap Corruption Error when using Esri ArcSDE writer</title>
      <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407204#M45074</link>
      <description>&lt;P&gt;Is this the FME extension to ArcGIS or FME which is crashing? Esri doesn't support FME software.&lt;/P&gt;&lt;P&gt;Does it work with a file geodatabase target (which you could then process with less complexity)?&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 16:41:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407204#M45074</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2024-04-08T16:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: FME Heap Corruption Error when using Esri ArcSDE writer</title>
      <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407216#M45075</link>
      <description>&lt;P&gt;It's FME that's crashing, but ONLY when using Esri ArcSDE writer.&amp;nbsp; I can write to a file geodatabase using the Esri geodatabase writer with no issues.&amp;nbsp; I tried writing to that then reading from the GDB and writing to the SDE.&amp;nbsp; Still the same issue.&amp;nbsp; It's clearly a problem that exists only with the SDE Writer (AGOL writer works fine, GDB writer works fine).&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 17:27:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407216#M45075</guid>
      <dc:creator>AngelaSchirck</dc:creator>
      <dc:date>2024-04-08T17:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: FME Heap Corruption Error when using Esri ArcSDE writer</title>
      <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407263#M45077</link>
      <description>&lt;P&gt;Okay, it could be the Esri DLL that's at fault, but it's more likely the FME code. The best way to explore this is with FME tech support (Safe Software --&amp;nbsp;&lt;A href="https://support.safe.com/knowledgesubmitcase" target="_blank"&gt;https://support.safe.com/knowledgesubmitcase&lt;/A&gt;&amp;nbsp;). It's best to build as small of a test dataset as exhibits the issue (and if size impacts it, be sure to let them know where the cutoff is).&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 18:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407263#M45077</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2024-04-08T18:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: FME Heap Corruption Error when using Esri ArcSDE writer</title>
      <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407277#M45079</link>
      <description>&lt;P&gt;Thanks, I did work with FME support and we determined that the workflow is not the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 19:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1407277#M45079</guid>
      <dc:creator>AngelaSchirck</dc:creator>
      <dc:date>2024-04-08T19:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: FME Heap Corruption Error when using Esri ArcSDE writer</title>
      <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1481424#M45209</link>
      <description>&lt;P&gt;So, I upgraded to FME 2024 and still had the problem, but after messing around and changing the SDE Writer settings something I changed eventually got it to work.&amp;nbsp; Unfortunately I'm not sure which changed setting did the trick, but weeks of frustration are finally over LOL&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 17:48:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1481424#M45209</guid>
      <dc:creator>AngelaSchirck</dc:creator>
      <dc:date>2024-05-30T17:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: FME Heap Corruption Error when using Esri ArcSDE writer</title>
      <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1481954#M45210</link>
      <description>&lt;P&gt;Yeah, scratch that, it put my parcels in the middle of the Atlantic ocean near Africa instead of south Florida.&amp;nbsp; When I deleted the coordinate system it crashed after 167k again.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 11:01:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1481954#M45210</guid>
      <dc:creator>AngelaSchirck</dc:creator>
      <dc:date>2024-05-31T11:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: FME Heap Corruption Error when using Esri ArcSDE writer</title>
      <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1482063#M45211</link>
      <description>&lt;P&gt;Uh, oh. That's &lt;A href="https://en.wikipedia.org/wiki/Null_Island" target="_blank" rel="noopener"&gt;Null Island&lt;/A&gt; (wrong coordinate system issue).&lt;/P&gt;&lt;P&gt;Have you tried using Check Geometry and/or Repair Geometry on the source layer(s)?&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 14:27:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1482063#M45211</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2024-05-31T14:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: FME Heap Corruption Error when using Esri ArcSDE writer</title>
      <link>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1483190#M45212</link>
      <description>&lt;P&gt;I have done ALL those things and then some.&lt;/P&gt;&lt;P&gt;The EsriProjector transformer was used to project the coordinates to ESPG:3857, then I chose ESPG:3857 on the SDE writer.&amp;nbsp; When I do this, it writes 167k parcels and crashes.&amp;nbsp; If I choose a different coordinate system on the writer (Say ESPG:4326) it writes ALL 658,315 features, but puts them in the ocean.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Weird thing is it crashes when I choose the correct coordinate system, but works fine when it's not the right coordinate system.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 13:25:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/fme-heap-corruption-error-when-using-esri-arcsde/m-p/1483190#M45212</guid>
      <dc:creator>AngelaSchirck</dc:creator>
      <dc:date>2024-06-03T13:25:40Z</dc:date>
    </item>
  </channel>
</rss>

