<?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: Options Other than Built-in Replica in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384059#M8913</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/712076"&gt;@CodyPatterson&lt;/a&gt;&amp;nbsp;- If you cannot use ArcSDE Geodatabase Replication with the Geodatabase Traditional Versioning for any reason, then you can use SQL Server Always-On Replication or you can build your own ETL process to synchronize the data via, SQL Server T-SQL, SQL Server Integration Services, ArcGIS Model Builder, Python Arcpy, ArcGIS Data Interoperability Extension, Safe Software FME Workbench / FME Server. I hope this helps.&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2024 17:50:37 GMT</pubDate>
    <dc:creator>MarceloMarques</dc:creator>
    <dc:date>2024-02-19T17:50:37Z</dc:date>
    <item>
      <title>Options Other than Built-in Replica</title>
      <link>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384052#M8912</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;&lt;P&gt;I've just received the unfortunate news that after days of work to enable versioning and create replicas of all of our datasets, our other GIS software 3GIS does not support versioning and we will need to turn it off to continue our work.&lt;/P&gt;&lt;P&gt;I was curious if anyone has been in this situation before? Transactional replication from SQL to SQL was not pulling all information over and could not be used in feature layers as Subtype codes and other ArcPro features were unusable.&lt;/P&gt;&lt;P&gt;At this point I'm looking for other methods to get this data across without the Create Replica tool, and without versioning enabled, definitely in a pickle.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 16:24:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384052#M8912</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-02-19T16:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Options Other than Built-in Replica</title>
      <link>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384059#M8913</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/712076"&gt;@CodyPatterson&lt;/a&gt;&amp;nbsp;- If you cannot use ArcSDE Geodatabase Replication with the Geodatabase Traditional Versioning for any reason, then you can use SQL Server Always-On Replication or you can build your own ETL process to synchronize the data via, SQL Server T-SQL, SQL Server Integration Services, ArcGIS Model Builder, Python Arcpy, ArcGIS Data Interoperability Extension, Safe Software FME Workbench / FME Server. I hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 17:50:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384059#M8913</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-02-19T17:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Options Other than Built-in Replica</title>
      <link>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384060#M8914</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the suggestions, I'll have to check out the Always-On Replication, when we attempted the transactional it had some issues importing over the Feature Class info and I was unable to use any geoprocessing tools on the data itself. I was curious if you had any documentation or pointers to previous posters who have created a tool such as the one you mentioned?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 17:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384060#M8914</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-02-19T17:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Options Other than Built-in Replica</title>
      <link>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384142#M8915</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/712076"&gt;@CodyPatterson&lt;/a&gt;&amp;nbsp;- If you decide to go with your own &lt;STRONG&gt;ETL process&lt;/STRONG&gt;, then that is something that needs to be build using the &lt;STRONG&gt;ETL Tools&lt;/STRONG&gt; that I described, your data model and your data is unique to you, therefore you will need to choose the &lt;STRONG&gt;ETL Tool&lt;/STRONG&gt; that you are more comfortable with or ask some ETL expert to help you automate the process, you can also reach out to Esri Professional Services for assistance if you want Esri to help you with the ETL process.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;* ETL stands for Extract, Transform and Load&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ETL Process Tools&lt;/STRONG&gt; -&amp;nbsp;&lt;SPAN&gt;SQL Server T-SQL, SQL Server Integration Services, ArcGIS Model Builder, Python Arcpy, ArcGIS Data Interoperability Extension, Safe Software FME Workbench / FME Server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;SQL Server Always-On Replication&lt;/STRONG&gt; is a feature of SQL Server, you can read more details in the link below about connections from ArcGIS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/connections-highly-available-sqlserver.htm" target="_blank" rel="noopener"&gt;Connections to highly available SQL Server databases—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 22:21:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384142#M8915</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-02-19T22:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Options Other than Built-in Replica</title>
      <link>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384832#M8925</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that answers my questions, thank you for the information!&lt;/P&gt;&lt;P&gt;Cody&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 12:03:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/options-other-than-built-in-replica/m-p/1384832#M8925</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-02-21T12:03:15Z</dc:date>
    </item>
  </channel>
</rss>

