<?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 Spatial ETL tool changes not persisting in ArcGIS 10 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656982#M37213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having a little difficulty to persist my Spatial ETL Tool in the ArcGIS 10.0 SP2 toolbox. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created and tested a FME Workbench 2011 Workspace file using trial version. I used FME because the SchemaMapper interface is much nicer in FME 2011 than in Spatial ETL tool. I then added a Spatial ETL tool in my ArcGIS 10 toolbox, closed Spatial ETL UI and replaced the randon GUID named fmw file in %TEMP% folder with the one I created in FME workbench keeping the name same. I then tried to edit the tool again and I can see my workspace from the FME 2011 version. I made minor adjustments, ran the tool successfully, saved the tool and closed the Spatial ETL UI. If I try to re-edit it later, all the changes from the FME are gone and the tool has reverted to default at the time of creation. I thought this could be an issue with my copying FMW file from FME Workbench. But I created a new Spatial ETL tool, added readers, writers and transformers one-by-one, test ran the tool, saved and closed. If I try to re-edit the tool, all my changes are lost and the tool is defaulted to the one created first time. I hope it is not WAD. Is the Spatial ETL Tool in ArcGIS run-once only tool. Otherwise I cannot think of why the FMW file is created in %TEMP% folder with randon name. Makes the toolbox non-transportable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Vish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2011 23:53:32 GMT</pubDate>
    <dc:creator>VishApte</dc:creator>
    <dc:date>2011-10-25T23:53:32Z</dc:date>
    <item>
      <title>Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656982#M37213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having a little difficulty to persist my Spatial ETL Tool in the ArcGIS 10.0 SP2 toolbox. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created and tested a FME Workbench 2011 Workspace file using trial version. I used FME because the SchemaMapper interface is much nicer in FME 2011 than in Spatial ETL tool. I then added a Spatial ETL tool in my ArcGIS 10 toolbox, closed Spatial ETL UI and replaced the randon GUID named fmw file in %TEMP% folder with the one I created in FME workbench keeping the name same. I then tried to edit the tool again and I can see my workspace from the FME 2011 version. I made minor adjustments, ran the tool successfully, saved the tool and closed the Spatial ETL UI. If I try to re-edit it later, all the changes from the FME are gone and the tool has reverted to default at the time of creation. I thought this could be an issue with my copying FMW file from FME Workbench. But I created a new Spatial ETL tool, added readers, writers and transformers one-by-one, test ran the tool, saved and closed. If I try to re-edit the tool, all my changes are lost and the tool is defaulted to the one created first time. I hope it is not WAD. Is the Spatial ETL Tool in ArcGIS run-once only tool. Otherwise I cannot think of why the FMW file is created in %TEMP% folder with randon name. Makes the toolbox non-transportable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Vish&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 23:53:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656982#M37213</guid>
      <dc:creator>VishApte</dc:creator>
      <dc:date>2011-10-25T23:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656983#M37214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Vish,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best solution for making use of the newer SchemaMapper is to extend ArcGIS using your 2011 FME Administrator.&amp;nbsp; Naturally, you can also expect to see this newer functionality in the upcoming Data Interoperability 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To maintain compatibility, an improvement to a transformer (such as the SchemaMapper) often requires a new transformer version.&amp;nbsp; The FME/DataInterop is designed to be backwards compatible; newer executables will work with older transformer versions, but older executables are not necessarily compatible with the newer transformer versions.&amp;nbsp; In the case of the SchemaMapper, you were fortunate that the transformer version did not change even though the GUI/Wizard did change!&amp;nbsp; So, yes, you have the opportunity to select your completed SchemaMapper transformer from your FME 2011 workspace and copy/paste it into your FME 2010-based Data Interoperability ETL Tool workspace.&amp;nbsp; And this copy/paste operation is much easier to perform than attempting to substitute those temporary workspace files!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Curtis Fast&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Safe Software, Inc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 22:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656983#M37214</guid>
      <dc:creator>CurtisFast</dc:creator>
      <dc:date>2011-11-14T22:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656984#M37215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; I am having the same problem with using the Data Interoperability extension tool (ArcGIS /ArcCatalog 10.1).&amp;nbsp; Create a Spatial ETL tool, make edits several times after each run attempting to test the output.&amp;nbsp; Work on the tool in WorkBench all afternoon.&amp;nbsp; Saved several times during the processes.&amp;nbsp; Have set the options for FME to 'Automatically save workspace before running', also 'Save recovery data every : 5 min'.&amp;nbsp; Close at the end of the session and open back up only to find all modifications gone. This has happened several times with different ETL tools created.&amp;nbsp;&amp;nbsp; Reading the tool Properties tells me that the last save date and time was at noon.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!&amp;nbsp; What do I need to do to remedy this?&amp;nbsp; What is it that I do not know or understand?&amp;nbsp; Is the tool becoming corrupted?&amp;nbsp; Thank you for any assistance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jean&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 15:39:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656984#M37215</guid>
      <dc:creator>JeanHannon</dc:creator>
      <dc:date>2014-03-18T15:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656985#M37216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having similar issues with the interoperablity extension but not all of the tools are acting the same way. Some open fine when editing and others lose their connections while others lose the readers altogether.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; We had no issues when not using transformers and now we are using the spatial relator and the case changer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could use some help with this as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pat&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 16:03:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656985#M37216</guid>
      <dc:creator>PatrickDonahue</dc:creator>
      <dc:date>2014-03-19T16:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656986#M37217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great News!&amp;nbsp; There is a workaround for Spatial ETL tool changes disappearing on me.&amp;nbsp; ArcCatalog must be open anytime you are making changes in the FME WorkBench.&amp;nbsp; If ArcCatalog is not open and changes are being made in the workbench, those changes will not be saved.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand this bug has been fixed in ArcGIS 10.2 version. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tested the workaround all afternoon and happy to report everything was saved at the end of the day.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jean&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 20:42:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656986#M37217</guid>
      <dc:creator>JeanHannon</dc:creator>
      <dc:date>2014-03-19T20:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656987#M37218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I know this is an old post but I have an issue similar to this where my progress in the spatial ETL tool is gone after I close it and open again despite saving numerous times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;None of the fixes above have worked. Please help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 20:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656987#M37218</guid>
      <dc:creator>KevinTientcheu2</dc:creator>
      <dc:date>2016-03-08T20:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656988#M37219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same thing is happening in 10.3.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:34:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656988#M37219</guid>
      <dc:creator>JohnBroecher</dc:creator>
      <dc:date>2017-04-25T19:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656989#M37220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And in 10.5. &amp;nbsp;How are you supposed to use a tool where you can't save your work??? &amp;nbsp;Original post was made over 5 years ago.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 14:23:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656989#M37220</guid>
      <dc:creator>ChaseBarnard</dc:creator>
      <dc:date>2017-05-24T14:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656990#M37221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turn off Background Geoprocessing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Desktop or Catalog&amp;nbsp;menu, select Geoprocessing&amp;gt;Geoprocessing Options&amp;gt; then under "Background Processing"&amp;nbsp;uncheck the "Enable" box.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 22:08:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656990#M37221</guid>
      <dc:creator>ChristopherSmith12</dc:creator>
      <dc:date>2018-08-14T22:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial ETL tool changes not persisting in ArcGIS 10</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656991#M37222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been using Data Interop for about 8 years now and this has been a problem since the beginning.&amp;nbsp; It typically happens when I've been using the same toolbox for a while, creating a large number of DI workbenches and editing them.&amp;nbsp; My colleague and I are experiencing it again here in 10.4.1 and I can tell you that background processing has nothing to do with it.&amp;nbsp; This is a weird bug.&amp;nbsp; Also, it does not matter if you are working within My Toolboxes or create a toolbox on another drive.&amp;nbsp; It still happens.&amp;nbsp; What we do as a work-around is copy our toolbox every night to another server before exiting our ArcCatalog session.&amp;nbsp; This seems to be working but it is a pain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 22:57:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-etl-tool-changes-not-persisting-in-arcgis/m-p/656991#M37222</guid>
      <dc:creator>KristiBarry</dc:creator>
      <dc:date>2018-09-19T22:57:37Z</dc:date>
    </item>
  </channel>
</rss>

