<?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 Replica creation with the ArcPro SDK in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/replica-creation-with-the-arcpro-sdk/m-p/1330608#M10430</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm trying to create a 2-way replica between enterprise geodatabases where the feature classes have different names.&amp;nbsp; Out of the box Pro does not allow this, so I've been looking at using the ArcPro SDK.&amp;nbsp; I wrote similar code in ArcObjects a while back but cannot find anything about replicas in the new SDK, closest I've found is syncing offline maps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone done this?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2023 14:02:15 GMT</pubDate>
    <dc:creator>NicholasHardy</dc:creator>
    <dc:date>2023-09-20T14:02:15Z</dc:date>
    <item>
      <title>Replica creation with the ArcPro SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/replica-creation-with-the-arcpro-sdk/m-p/1330608#M10430</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm trying to create a 2-way replica between enterprise geodatabases where the feature classes have different names.&amp;nbsp; Out of the box Pro does not allow this, so I've been looking at using the ArcPro SDK.&amp;nbsp; I wrote similar code in ArcObjects a while back but cannot find anything about replicas in the new SDK, closest I've found is syncing offline maps.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone done this?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 14:02:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/replica-creation-with-the-arcpro-sdk/m-p/1330608#M10430</guid>
      <dc:creator>NicholasHardy</dc:creator>
      <dc:date>2023-09-20T14:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Replica creation with the ArcPro SDK</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/replica-creation-with-the-arcpro-sdk/m-p/1330923#M10434</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create replica using geoprocessing:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;    IGPResult gpResult = await Geoprocessing.ExecuteToolAsync(
            "management.CreateReplica", parameters, null, cancelableProgressor);
    if (gpResult.IsFailed)
    {
        throw new Exception("Error executing Geoprocessing tool \"CreateReplica\":↵\n "
            + string.Join("↵\n ", gpResult.ErrorMessages));
    }&lt;/LI-CODE&gt;&lt;P&gt;More info about CreateReplica tool &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-replica.htm" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 05:13:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/replica-creation-with-the-arcpro-sdk/m-p/1330923#M10434</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2023-09-21T05:13:54Z</dc:date>
    </item>
  </channel>
</rss>

