<?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: Enterprise geodatabase versioned view necessary? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308264#M36518</link>
    <description>&lt;P&gt;I suggest going with "Branch Versioning" unless you need some functionality that only "Traditional Versioning" can offer, but "Branch Versioning is the more modern feature.&lt;BR /&gt;&lt;BR /&gt;About your other question.&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/truncatetable.htm" target="_blank" rel="noopener"&gt;Truncate Table (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Versioned data is not supported as input. Data must be unregistered as versioned before the tool will run successfully.&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These other links might also help.&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/configure-a-map-service.htm" target="_blank" rel="noopener"&gt;Configure a map service—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/prepare-feature-layer-data-for-offline.htm" target="_blank" rel="noopener"&gt;Prepare data for use in offline feature services—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/enable-offline-mapping.htm" target="_blank" rel="noopener"&gt;Enable layers for offline mapping—Portal for ArcGIS | Documentation for ArcGIS Enterprise&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.esri.com/training/catalog/599c7ac22cd69b7840f5914a/support-services-feature-service-sync/" target="_blank" rel="noopener"&gt;Support Services: Feature Service Sync | Esri Training Web Course&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/training/catalog/598a4f0dae358f3fbcf13aba/support-services-perform-a-feature-service-sync-manually-via-the-rest-endpoint/" target="_blank" rel="noopener"&gt;Support Services: Perform a Feature Service Sync Manually Via the REST Endpoint | Esri Training Document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/training/catalog/60dbb97eeeef3c5b007fed9b/support-services-deploying-and-using-arcgis-enterprise-services/" target="_blank" rel="noopener"&gt;Support Services: Deploying and Using ArcGIS Enterprise Services | Esri Training Web Course&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2023 16:38:42 GMT</pubDate>
    <dc:creator>MarceloMarques</dc:creator>
    <dc:date>2023-07-14T16:38:42Z</dc:date>
    <item>
      <title>Enterprise geodatabase versioned view necessary?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308213#M36512</link>
      <description>&lt;P&gt;I'm getting some strange behavior when enabling a enterprise geodatabase feature class for versioning to support distributed collaboration.&amp;nbsp; If I use python and arcpy to enable traditional versioning and global ids&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.management.RegisterAsVersioned(source_table)
arcpy.management.AddGlobalIDs(source_table)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I get an additional table in my enterprise geodatabase - the same name as my source table with&amp;nbsp;&lt;STRONG&gt;_evw&lt;/STRONG&gt; appended (mytablename and mytablename_evw for example).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if I use ArcGIS Pro catalog pane to do the same thing - register as versioned and add global ids, this evw table is not created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is is this evw table required if all I am using versioning for is to support distributed collaboration with ArcGIS Online.&amp;nbsp; I'm not even enabling any feature services for editing - just sync&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 13:54:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308213#M36512</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2023-07-14T13:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase versioned view necessary?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308237#M36513</link>
      <description>&lt;P&gt;ArcGIS Desktop ArcMap/ArcCatalog - _evw is not a table but a view in the database, the view gets created when you register a geodatabase table or featureclass as traditional versioning, the _evw view is created to support workflows that require to edit the geodatabase data via SQL statements.&lt;BR /&gt;&lt;A href="https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/what-is-a-versioned-view.htm" target="_blank" rel="noopener"&gt;What is a versioned view?—ArcMap | Documentation (arcgis.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Pro - works with "traditional versioning" and when you register as traditional version the "_evw" view shall be automatically created as well, if it is not then please record the step by step to reproduce the issue and open a ticket with Esri Technical Support to investigate further, it might have to do with the fact that you are using arcpy to do this, on the other hand try to enable traditional versioning direct using the Pro dialog, it shall create the _evw view.&lt;/P&gt;&lt;P&gt;ArcGIS Pro now offer a different versioning implementation called "branch versioning" to better support more modern workflows with feature services.&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/overview-of-versioning-in-arcgis-pro.htm" target="_blank"&gt;Overview of versioning—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Caveat, Branch Versioning does not create a _evw view, and it does not support to edit the geodatabase data via SQL, all the editing needs to be done via REST calls.&lt;/P&gt;&lt;P&gt;I hope this helps to clarify your question.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 15:46:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308237#M36513</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-07-14T15:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase versioned view necessary?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308249#M36514</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;- I'm curious which versioning I should use in order to _only_ support sync capabilities in my feature services - for distributed collaboration with arcgis online.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-enterprise-questions/minimum-enterprise-geodatabase-table-config-for/m-p/1307914" target="_blank"&gt;https://community.esri.com/t5/arcgis-enterprise-questions/minimum-enterprise-geodatabase-table-config-for/m-p/1307914&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 16:02:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308249#M36514</guid>
      <dc:creator>Jay_Gregory</dc:creator>
      <dc:date>2023-07-14T16:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase versioned view necessary?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308256#M36515</link>
      <description>&lt;P&gt;If all you care about is sync capabilities, enabling Archiving will allow that without having to deal with version management. You can also use Branch Versioning and never create any child versions, this is roughly comparable to classic archiving. In my experience, either do archiving/traditional versioning for every item in your database or use branch versioning for everything, trying to mix the old and new methods leads to compatibility corner cases.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 16:14:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308256#M36515</guid>
      <dc:creator>DavidSolari</dc:creator>
      <dc:date>2023-07-14T16:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise geodatabase versioned view necessary?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308264#M36518</link>
      <description>&lt;P&gt;I suggest going with "Branch Versioning" unless you need some functionality that only "Traditional Versioning" can offer, but "Branch Versioning is the more modern feature.&lt;BR /&gt;&lt;BR /&gt;About your other question.&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/truncatetable.htm" target="_blank" rel="noopener"&gt;Truncate Table (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Versioned data is not supported as input. Data must be unregistered as versioned before the tool will run successfully.&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These other links might also help.&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/sharing/overview/configure-a-map-service.htm" target="_blank" rel="noopener"&gt;Configure a map service—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/prepare-feature-layer-data-for-offline.htm" target="_blank" rel="noopener"&gt;Prepare data for use in offline feature services—ArcGIS Pro | Documentation&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://enterprise.arcgis.com/en/portal/latest/use/enable-offline-mapping.htm" target="_blank" rel="noopener"&gt;Enable layers for offline mapping—Portal for ArcGIS | Documentation for ArcGIS Enterprise&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.esri.com/training/catalog/599c7ac22cd69b7840f5914a/support-services-feature-service-sync/" target="_blank" rel="noopener"&gt;Support Services: Feature Service Sync | Esri Training Web Course&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/training/catalog/598a4f0dae358f3fbcf13aba/support-services-perform-a-feature-service-sync-manually-via-the-rest-endpoint/" target="_blank" rel="noopener"&gt;Support Services: Perform a Feature Service Sync Manually Via the REST Endpoint | Esri Training Document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.esri.com/training/catalog/60dbb97eeeef3c5b007fed9b/support-services-deploying-and-using-arcgis-enterprise-services/" target="_blank" rel="noopener"&gt;Support Services: Deploying and Using ArcGIS Enterprise Services | Esri Training Web Course&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 16:38:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/enterprise-geodatabase-versioned-view-necessary/m-p/1308264#M36518</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2023-07-14T16:38:42Z</dc:date>
    </item>
  </channel>
</rss>

