<?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: Is there an ArcGIS Pro SDK equivalent to Python's arcpy.da.ListReplicas()? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1292881#M9856</link>
    <description>&lt;P&gt;Unfortunately, there's not yet Pro SDK access to replica information (it's on the roadmap). &amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/417065"&gt;@gpnobbir&lt;/a&gt;&amp;nbsp;do you know if this can be done with&amp;nbsp;geoprocessing/Python?&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;</description>
    <pubDate>Thu, 25 May 2023 00:09:18 GMT</pubDate>
    <dc:creator>RichRuh</dc:creator>
    <dc:date>2023-05-25T00:09:18Z</dc:date>
    <item>
      <title>Is there an ArcGIS Pro SDK equivalent to Python's arcpy.da.ListReplicas()?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1292845#M9855</link>
      <description>&lt;P&gt;Hello all,&lt;BR /&gt;&lt;BR /&gt;I'm primarily a Python guy, but I've been dabbling more in ArcGIS Pro SDK lately. I'm trying to convert some functionality over from Python into a workflow for a Pro add-in. During this process, I've quickly realized that some pieces are hard to find equivalents for, such as &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/data-access/listreplicas.htm" target="_blank" rel="noopener"&gt;arcpy.da.ListReplicas()&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;So far in Pro SDK, I've learned how to access .sde database tables, but I was hoping there was an easy tool to allow me to get a list of replicas built from an enterprise database. I thought that &lt;STRONG&gt;await Geoprocessing.ExecuteToolsAsync("da.ListReplicas", parameters, flags, etc...)&lt;/STRONG&gt; might work, but it did not. That may not be a compatible tool for that geoprocessing scenario though, so I'm not sure.&lt;BR /&gt;&lt;BR /&gt;Anyway, thanks for any enlightenment.&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 21:49:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1292845#M9855</guid>
      <dc:creator>David_Lindsey</dc:creator>
      <dc:date>2023-05-24T21:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an ArcGIS Pro SDK equivalent to Python's arcpy.da.ListReplicas()?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1292881#M9856</link>
      <description>&lt;P&gt;Unfortunately, there's not yet Pro SDK access to replica information (it's on the roadmap). &amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/417065"&gt;@gpnobbir&lt;/a&gt;&amp;nbsp;do you know if this can be done with&amp;nbsp;geoprocessing/Python?&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 00:09:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1292881#M9856</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2023-05-25T00:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an ArcGIS Pro SDK equivalent to Python's arcpy.da.ListReplicas()?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1292907#M9858</link>
      <description>&lt;P&gt;Thanks, Rich. That's too bad, but I'm glad it's on the roadmap. Is there a link for Pro SDK specific roadmap items that the public can track? I looked on the github site, but wasn't able to track it down if it's on there.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In this case, I was able to band-aid things by iterating the .sde tables to extract the information I was looking for. If I take the distinct ReplicaID values from the REPLICALOG table and match those to their matching ObjectID values in the GDB_ITEMS table, I can then use that table's Name field value to return each replica name. There is hope yet!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anonymous_geographer_1-1684984612515.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/71641i25FF206B71DCCF94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anonymous_geographer_1-1684984612515.png" alt="anonymous_geographer_1-1684984612515.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 03:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1292907#M9858</guid>
      <dc:creator>David_Lindsey</dc:creator>
      <dc:date>2023-05-25T03:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an ArcGIS Pro SDK equivalent to Python's arcpy.da.ListReplicas()?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1293074#M9862</link>
      <description>&lt;P&gt;I can't speak for the rest of the Pro SDK, but on the&amp;nbsp;geodatabase side, we have the following "big-ticket" issues that we're looking at:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;New field data types&lt;/LI&gt;&lt;LI&gt;Core linear referencing&lt;/LI&gt;&lt;LI&gt;Versioning conflicts&lt;/LI&gt;&lt;LI&gt;Geodatabase sync&lt;/LI&gt;&lt;LI&gt;Edit changes&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 25 May 2023 14:53:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1293074#M9862</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2023-05-25T14:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there an ArcGIS Pro SDK equivalent to Python's arcpy.da.ListReplicas()?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1298295#M9924</link>
      <description>&lt;P&gt;Thanks, Rich. Good to know! We have numerous Python tools in-house that deal with conflicts and sync, so it'll be nice to have that accessible across Pro SDK as well.&amp;nbsp; For now, I was able to create a work-around for the desired output for the replica lists. If I can build this in 2 weeks, I'm sure Esri could do it in 2 days with some focus. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anonymous_geographer_1-1686598747392.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72963iC784977AEDED3C7A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anonymous_geographer_1-1686598747392.png" alt="anonymous_geographer_1-1686598747392.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 19:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-there-an-arcgis-pro-sdk-equivalent-to-python-s/m-p/1298295#M9924</guid>
      <dc:creator>David_Lindsey</dc:creator>
      <dc:date>2023-06-12T19:42:35Z</dc:date>
    </item>
  </channel>
</rss>

