<?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: Updating a parcel fabric on the SQL server (enterprise geodatabase) in ArcGIS Parcel Fabric Questions</title>
    <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607920#M1939</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/391679"&gt;@BobNoyes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general, we recommend performing large data manipulations on a file geodatabase. Why? Performing such manipulations in a named version increases the feature table size and might not perform as fast.&lt;/P&gt;&lt;P&gt;The reason you cannot use the Truncate tool is because the feature classes participate in a topology. If you want to run ist faster start by running the geoprocessing tool &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/parcel/disableparceltopology.htm" target="_self"&gt;Disable Parcel Topology&amp;nbsp;&lt;/A&gt;and once you are done with the data manipulation, run &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/parcel/enable-parcel-topology.htm" target="_self"&gt;Enable Parcel Topology. &lt;/A&gt;&lt;/P&gt;&lt;P&gt;You will notice that every command runs faster when the topology is turned off as there are no need to update dirty areas. The price to pay for that is having to validate the entire data extent again. It will create a dirty areas for the entire data extent once you enable the toplogy again.&lt;/P&gt;&lt;P&gt;Personally, I would:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Copy the data to a file geodatabase and save a copy as backup&lt;/LI&gt;&lt;LI&gt;Run Disable Parcel Topology&lt;/LI&gt;&lt;LI&gt;Run Truncate table&lt;/LI&gt;&lt;LI&gt;Append the updated data&lt;/LI&gt;&lt;LI&gt;Run Enable Parcel Topology&lt;/LI&gt;&lt;LI&gt;Perform Quality Assurance&lt;/LI&gt;&lt;LI&gt;Make sure there are no open versions with pending edits&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Delete the feature dataset containing the old data on SQL Server&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Copy and paste the feature dataset with the updated data to the enterprise geodatabase (SQL Server)&lt;/LI&gt;&lt;LI&gt;Enable versioning&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Open the publication map&lt;/LI&gt;&lt;LI&gt;Overwrite the published services&lt;/LI&gt;&lt;LI&gt;Test&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Such an operation should be carried out in the test environment first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Apr 2025 07:13:07 GMT</pubDate>
    <dc:creator>AmirBar-Maor</dc:creator>
    <dc:date>2025-04-22T07:13:07Z</dc:date>
    <item>
      <title>Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607304#M1927</link>
      <description>&lt;P&gt;We have been running a test version on the enterprise geodatabase (Microsoft Sql Server 2022) of a parcel fabric dataset for our taxlot editing here in Oregon. I wanted to update the data with the most current work that the cartographers have completed on the real data. I am looking for the best workflow to accomplish this. The data to update with has been moved from the working sql server geodatabase to a file geodatabase and manipulated by the tools created by the ORMAP folks and is ready to bring into the enterprise environment. At this point I could overwrite the existing data, or I thought I could truncate and append the layers. Unfortunately, I keep running into errors trying to do this. I also used delete rows instead of truncate. This works but it also took over 2 days just to process one layer. Not great. Anyone have any suggestions for a better workflow?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 15:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607304#M1927</guid>
      <dc:creator>BobNoyes</dc:creator>
      <dc:date>2025-04-18T15:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607318#M1928</link>
      <description>&lt;P&gt;Is the data in the SQL database already branch versioned and published to Enterprise for the parcel fabric?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 16:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607318#M1928</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2025-04-18T16:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607328#M1929</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Yes it is. I have turned off the service in manager and I did try turning off the versioning in the Sql database. Still did not work. However, the delete rows script does work. Not sure why it does and truncate does not.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 16:20:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607328#M1929</guid>
      <dc:creator>BobNoyes</dc:creator>
      <dc:date>2025-04-18T16:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607614#M1930</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/391679"&gt;@BobNoyes&lt;/a&gt;&amp;nbsp;, I see that this is a test.&amp;nbsp; We are about to venture into migrating our custom (oracle) classic multi-editor versioned cadastral data&amp;nbsp; (points, lines, polys, history, relationship tables, etc) to the latest Pro/Enterprise Parcel Fabric branch versioned.&amp;nbsp; We understand the importance of using a file geodatabase as long as we can since the Parcel Fabric tools are all available and that format is the most flexible and easiest to update the schema during testing (before publishing to branch versioned Enterprise). Can you share the reasons why you are not conducting edits directly to your "&lt;SPAN&gt;working sql server geodatabase", and instead doing your edits in the File Geodatabase?&amp;nbsp; Again, I realize you are going through a test period, so any insight you can share would benefit other jurisdictions in similar situations.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 13:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607614#M1930</guid>
      <dc:creator>JohnCodd</dc:creator>
      <dc:date>2025-04-21T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607616#M1932</link>
      <description>&lt;P&gt;For the data in SQL EGDB that is branch versioned, you cannot use truncate against versioned data:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/truncatetable.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/truncatetable.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you need to truncate, you must UNVERSION the data first in Pro. That is why the delete rows works against the service.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 13:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607616#M1932</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2025-04-21T13:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607617#M1933</link>
      <description>&lt;P&gt;You may also want to look at the append tool: &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I know that they are making improvements with each release.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 13:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607617#M1933</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2025-04-21T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607660#M1934</link>
      <description>&lt;P&gt;The cartographers are not editing the file geodatabase data. It is part of the workflow getting the data from the existing 10.9.1 sql server and putting the data onto the new enterprise geodatabase as a parcel fabric. So, the steps are: existing data --&amp;gt; file geodatabase --&amp;gt; run scripts that convert data to a parcel fabric into a second file geodatabase --&amp;gt; copy data (I was hoping I could truncate and append the test data) to the Enterprise geodatabase (on a 2020 MS Sql server) --&amp;gt; Write or overwrite the web layer --&amp;gt; Cartographers do their magic. The python scripts were built as part of the ORMAP standards. My understanding is that parcel fabric on a file geodatabase limits you to a single user while the on the sql servers allows for multiple users and branch versioning.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 14:44:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607660#M1934</guid>
      <dc:creator>BobNoyes</dc:creator>
      <dc:date>2025-04-21T14:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607695#M1936</link>
      <description>&lt;P&gt;Thanks for the additional details!&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are correct about the Parcel Fabric deployment options for editing:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/parcel-editing/deploylicenseparcelfabric.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/parcel-editing/deploylicenseparcelfabric.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 15:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607695#M1936</guid>
      <dc:creator>JohnCodd</dc:creator>
      <dc:date>2025-04-21T15:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607920#M1939</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/391679"&gt;@BobNoyes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general, we recommend performing large data manipulations on a file geodatabase. Why? Performing such manipulations in a named version increases the feature table size and might not perform as fast.&lt;/P&gt;&lt;P&gt;The reason you cannot use the Truncate tool is because the feature classes participate in a topology. If you want to run ist faster start by running the geoprocessing tool &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/parcel/disableparceltopology.htm" target="_self"&gt;Disable Parcel Topology&amp;nbsp;&lt;/A&gt;and once you are done with the data manipulation, run &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/parcel/enable-parcel-topology.htm" target="_self"&gt;Enable Parcel Topology. &lt;/A&gt;&lt;/P&gt;&lt;P&gt;You will notice that every command runs faster when the topology is turned off as there are no need to update dirty areas. The price to pay for that is having to validate the entire data extent again. It will create a dirty areas for the entire data extent once you enable the toplogy again.&lt;/P&gt;&lt;P&gt;Personally, I would:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Copy the data to a file geodatabase and save a copy as backup&lt;/LI&gt;&lt;LI&gt;Run Disable Parcel Topology&lt;/LI&gt;&lt;LI&gt;Run Truncate table&lt;/LI&gt;&lt;LI&gt;Append the updated data&lt;/LI&gt;&lt;LI&gt;Run Enable Parcel Topology&lt;/LI&gt;&lt;LI&gt;Perform Quality Assurance&lt;/LI&gt;&lt;LI&gt;Make sure there are no open versions with pending edits&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Delete the feature dataset containing the old data on SQL Server&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Copy and paste the feature dataset with the updated data to the enterprise geodatabase (SQL Server)&lt;/LI&gt;&lt;LI&gt;Enable versioning&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Open the publication map&lt;/LI&gt;&lt;LI&gt;Overwrite the published services&lt;/LI&gt;&lt;LI&gt;Test&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Such an operation should be carried out in the test environment first.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 07:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1607920#M1939</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2025-04-22T07:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1608006#M1941</link>
      <description>&lt;P&gt;I have set the data up in a file geodatabase however, I was trying to find a short cut to getting the updated data to the sql server. And yes, it does look like I need to go old school and delete the existing data and add the new data then reset the versioning then overwrite the web service. So, essentually your outline is what my conclussion is as well.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 12:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1608006#M1941</guid>
      <dc:creator>BobNoyes</dc:creator>
      <dc:date>2025-04-22T12:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609063#M1945</link>
      <description>&lt;P&gt;I have another question. What is the best point to enable the attribute rules, before or after coping the data to the enterprise geodatabase? Perhaps it doesn't matter?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 20:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609063#M1945</guid>
      <dc:creator>BobNoyes</dc:creator>
      <dc:date>2025-04-24T20:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609203#M1946</link>
      <description>&lt;P&gt;When the data is copied from a file to an enterprise geodatabase, the table names used in the expressions should be swizzled to the new names. If the rules use table names that are not available in the source and target, I would disable those rules. If that approach fails, you will quickly find out.&lt;/P&gt;&lt;P&gt;BTW - if you want to create an empty schema quickly, instead of using delete rows, you can export an XML workspace (schema only), delete the data, and then import the XML Workspace to create an empty schema.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 13:01:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609203#M1946</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2025-04-25T13:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609246#M1947</link>
      <description>&lt;P&gt;So, this leaves me with the question what is the advantage of doing the XML workspace over just deleting the existing layers in the enterprise geodatabase and pasting the data from the file geodatabase (once the scripts are run that convert it to a parcel fabric)? The schema, at this point, should be the same.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 14:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609246#M1947</guid>
      <dc:creator>BobNoyes</dc:creator>
      <dc:date>2025-04-25T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609250#M1948</link>
      <description>&lt;P&gt;An XML Workspace is useful when you want to create an identical schema in multiple environments, for example - for digital submission workflows, before the data is appended to a named version.&lt;/P&gt;&lt;P&gt;In your case, you are correct - deleting the dataset and copying the updated data from the file geodatabase is the most straight forward.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason deleting rows is slow is because of the messaging that takes place between related tables (relationship classes), the need to update the dirty areas and error tables every time a feature is deleted, potentially firing attribute rules as well.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 14:47:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609250#M1948</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2025-04-25T14:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a parcel fabric on the SQL server (enterprise geodatabase)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609251#M1949</link>
      <description>&lt;P&gt;Awesome! Thanks for the info.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 14:48:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/updating-a-parcel-fabric-on-the-sql-server/m-p/1609251#M1949</guid>
      <dc:creator>BobNoyes</dc:creator>
      <dc:date>2025-04-25T14:48:36Z</dc:date>
    </item>
  </channel>
</rss>

