<?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 Find layers using branch versioning in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/find-layers-using-branch-versioning/m-p/1601626#M16405</link>
    <description>&lt;P&gt;As an ArcGIS Enterprise Administrator, I would like to be able to list out or otherwise identify all of the layers in my organization that are using branch versioning.&lt;/P&gt;&lt;P&gt;Is there a property in the Portal items that reveals if an item is connected to a branch versioned data source?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Apr 2025 23:35:00 GMT</pubDate>
    <dc:creator>MichaelJenkins</dc:creator>
    <dc:date>2025-04-01T23:35:00Z</dc:date>
    <item>
      <title>Find layers using branch versioning</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/find-layers-using-branch-versioning/m-p/1601626#M16405</link>
      <description>&lt;P&gt;As an ArcGIS Enterprise Administrator, I would like to be able to list out or otherwise identify all of the layers in my organization that are using branch versioning.&lt;/P&gt;&lt;P&gt;Is there a property in the Portal items that reveals if an item is connected to a branch versioned data source?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 23:35:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/find-layers-using-branch-versioning/m-p/1601626#M16405</guid>
      <dc:creator>MichaelJenkins</dc:creator>
      <dc:date>2025-04-01T23:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find layers using branch versioning</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/find-layers-using-branch-versioning/m-p/1601721#M16406</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/11924"&gt;@MichaelJenkins&lt;/a&gt;&amp;nbsp;, you can see when a Service is Branch Versioned in ArcGIS Server Manager. You need to open the Capabilities section and look for "Version Management" being enabled.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisUnderwood_0-1743581699769.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/129272iC396AC0E0A108BAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisUnderwood_0-1743581699769.png" alt="ChrisUnderwood_0-1743581699769.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 08:20:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/find-layers-using-branch-versioning/m-p/1601721#M16406</guid>
      <dc:creator>ChrisUnderwood</dc:creator>
      <dc:date>2025-04-02T08:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Find layers using branch versioning</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/find-layers-using-branch-versioning/m-p/1601761#M16408</link>
      <description>&lt;P&gt;Hey Michael,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to add to Chris's comment, if you are looking for an automated way then the following bit in the Documentation might be useful. You can run a check when using a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/dataset-properties.htm#:~:text=Boolean-,isVersioned,-(Read%20Only)" target="_self"&gt;Describe&lt;/A&gt; operation to see if a dataset is versioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a useful code sample at the bottom of the doc that can be used. You could then use an if statement to highlight any records that have a yes value for Branch Versioning.&lt;/P&gt;&lt;P&gt;Hopefully that helps, please reach out if you encounter any issues in scripting this,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 11:56:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/find-layers-using-branch-versioning/m-p/1601761#M16408</guid>
      <dc:creator>David_McRitchie</dc:creator>
      <dc:date>2025-04-02T11:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Find layers using branch versioning</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/find-layers-using-branch-versioning/m-p/1601897#M16411</link>
      <description>&lt;P&gt;Good info, thank you both.&amp;nbsp; &amp;nbsp;I am hoping to be able to identify Portal items that use branch versioning and their owners.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Since branch versioning requires as Advanced Editor license, and those are limited in our Portal, I'm thinking we will need to verify that a user with that license actually needs it.&amp;nbsp; One way to do that might be to look at the items they own or have access to and see if any of them use brach versioning.&lt;/P&gt;&lt;P&gt;In the scenario of using ArcGIS Manager to look at individual services' capabilities --- how could we at a minimum identify the owner of the service?&amp;nbsp; I know how to look at a Portal item and find out what AGS service it is using, but how to you look at an AGS service and know which item it is tied to in Portal?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Apr 2025 15:45:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/find-layers-using-branch-versioning/m-p/1601897#M16411</guid>
      <dc:creator>MichaelJenkins</dc:creator>
      <dc:date>2025-04-02T15:45:45Z</dc:date>
    </item>
  </channel>
</rss>

