<?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 Parcel Fabric Recalculate feature extents\Spatial Index in ArcGIS Parcel Fabric Questions</title>
    <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/parcel-fabric-recalculate-feature-extents-spatial/m-p/1361130#M1493</link>
    <description>&lt;P&gt;I could possibly be having some performance issues that might relate to either the feature extents or spatial index of the parcel types within my published parcel fabric feature service.&amp;nbsp; When I add the fabric to a new map and click the full extent button, it starts displaying the data in a small tiny area in the middle of the data frame.&amp;nbsp; If I choose a parcel type layer and choose zoom to layer, I get the Calculating extent window, (not on all the parcel types, just a few).&amp;nbsp; If I try running the Recalculate Feature Class Extent geoprocessing tool, it tells me its not supported against&amp;nbsp;input datasets from a feature service.&lt;/P&gt;&lt;P&gt;Can someone help explain the proper steps to recalculate the feature extents and spatial index when your data is branched versioned and published as a feature service.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;P&gt;Arc Pro ver. 3.1.3&lt;/P&gt;&lt;P&gt;Fabric ver. 5&lt;/P&gt;&lt;P&gt;Enterprise ver.&amp;nbsp; 11.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 22:03:01 GMT</pubDate>
    <dc:creator>RobertChaney</dc:creator>
    <dc:date>2023-12-14T22:03:01Z</dc:date>
    <item>
      <title>Parcel Fabric Recalculate feature extents\Spatial Index</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/parcel-fabric-recalculate-feature-extents-spatial/m-p/1361130#M1493</link>
      <description>&lt;P&gt;I could possibly be having some performance issues that might relate to either the feature extents or spatial index of the parcel types within my published parcel fabric feature service.&amp;nbsp; When I add the fabric to a new map and click the full extent button, it starts displaying the data in a small tiny area in the middle of the data frame.&amp;nbsp; If I choose a parcel type layer and choose zoom to layer, I get the Calculating extent window, (not on all the parcel types, just a few).&amp;nbsp; If I try running the Recalculate Feature Class Extent geoprocessing tool, it tells me its not supported against&amp;nbsp;input datasets from a feature service.&lt;/P&gt;&lt;P&gt;Can someone help explain the proper steps to recalculate the feature extents and spatial index when your data is branched versioned and published as a feature service.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Robert.&lt;/P&gt;&lt;P&gt;Arc Pro ver. 3.1.3&lt;/P&gt;&lt;P&gt;Fabric ver. 5&lt;/P&gt;&lt;P&gt;Enterprise ver.&amp;nbsp; 11.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 22:03:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/parcel-fabric-recalculate-feature-extents-spatial/m-p/1361130#M1493</guid>
      <dc:creator>RobertChaney</dc:creator>
      <dc:date>2023-12-14T22:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Fabric Recalculate feature extents\Spatial Index</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/parcel-fabric-recalculate-feature-extents-spatial/m-p/1361498#M1495</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/103122"&gt;@RobertChaney&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To recalculate the extents in a feature service (published) parcel fabric, the service needs to be stopped and the geoprocessing tool run on the enterprise geodatabase feature classes. The service can then be started and the new extents should be reflected immediately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can be done with a short arcpy script:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
from arcpy import env

gdb = r"/path/to/enterprise/geodatabase.sde"
env.workspace = gdb
fds = "fabric_feature_dataset"

for fc in arcpy.ListFeatureClasses(feature_dataset=fds):
    arcpy.RecalculateFeatureClassExtent_management(fc)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the "calculating extent" popup, there might be something more going on. I would suggest opening a support case where they can take a look.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 17:12:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/parcel-fabric-recalculate-feature-extents-spatial/m-p/1361498#M1495</guid>
      <dc:creator>KenGalliher1</dc:creator>
      <dc:date>2023-12-15T17:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Parcel Fabric Recalculate feature extents\Spatial Index</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/parcel-fabric-recalculate-feature-extents-spatial/m-p/1362345#M1499</link>
      <description>&lt;P&gt;Thanks for your reply Ken.&lt;/P&gt;&lt;P&gt;I did end up stopping the service and validating the spatial index on all the participating parcel types and recalculating the ones that needed to be recalculated.&amp;nbsp; Also, I ran the Recalculate Feature Class Extent geoprocessing tool.&amp;nbsp; Based on feed back from the editors they said it seemed faster.&amp;nbsp; I'll continue to monitor this and look into other options as well for improving performance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 23:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/parcel-fabric-recalculate-feature-extents-spatial/m-p/1362345#M1499</guid>
      <dc:creator>RobertChaney</dc:creator>
      <dc:date>2023-12-18T23:39:44Z</dc:date>
    </item>
  </channel>
</rss>

