<?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 Error returning attribute with Intersects where Parcel is near border of the intersected feature in Pro v3.1.2 in ArcGIS Parcel Fabric Questions</title>
    <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/error-returning-attribute-with-intersects-where/m-p/1327762#M1173</link>
    <description>&lt;P&gt;Hi everyone, we're running into an issue with an existing attribute rule that was working in prior version of Pro but now seems to be returning an error in the latest ESRI upgrade we recently went through. The Attribute Rule is populating an attribute from an administrative boundary layer into the new parcel that is being merged using the Parcel Record Workflow tool.&lt;/P&gt;&lt;P&gt;The error message seems to only happen when the parcels are near the border of the intersecting administrative boundary (red polyline identified with z22 &amp;amp; z29 label) layer. Merging is fine when the parcels are away from the border.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Original Parcels" style="width: 859px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80444i1ED7185600363FB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pf_start.jpg" alt="Original Parcels" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Original Parcels&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="East set of Parcels merged ok" style="width: 820px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80446i73842516399461D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pf_end.jpg" alt="East set of Parcels merged ok" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;East set of Parcels merged ok&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error when trying to merge the West set of Parcels" style="width: 363px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80447i5D1CDFB687D18E47/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pf_error.jpg" alt="Error when trying to merge the West set of Parcels" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Error when trying to merge the West set of Parcels&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is the existing attribute rule that is being used.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var ZAreas = FeatureSetByName($datastore, 'GIS.ZArea', ["ZAREA"], true);
var FeatureCount = Count(Intersects(ZAreas, Geometry($feature)));
if (FeatureCount &amp;gt; 0) {
  var OverlapZArea = Upper(DomainName(First(Intersects(ZAreas, Geometry($feature))), 'ZAREA'));
  return OverlapZArea;
}
return $feature.ZArea&lt;/LI-CODE&gt;&lt;P&gt;Version info:&lt;BR /&gt;ArcGIS Pro v3.1.2&lt;BR /&gt;Enterprise 11.1&lt;BR /&gt;Parcel Fabric v5&lt;/P&gt;&lt;P&gt;I thought about using the buffer function [var bufferFeature = buffer($feature, -10)] prior to intersecting but an error message popped up with "Geometry cannot be null".&lt;/P&gt;&lt;P&gt;Any help would be appreciated and any possible insight as to why it works for when the parcels are more inside of the intersecting feature as opposed to nearing the border.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Hung G.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2023 15:10:18 GMT</pubDate>
    <dc:creator>HungGi</dc:creator>
    <dc:date>2023-09-12T15:10:18Z</dc:date>
    <item>
      <title>Error returning attribute with Intersects where Parcel is near border of the intersected feature in Pro v3.1.2</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-questions/error-returning-attribute-with-intersects-where/m-p/1327762#M1173</link>
      <description>&lt;P&gt;Hi everyone, we're running into an issue with an existing attribute rule that was working in prior version of Pro but now seems to be returning an error in the latest ESRI upgrade we recently went through. The Attribute Rule is populating an attribute from an administrative boundary layer into the new parcel that is being merged using the Parcel Record Workflow tool.&lt;/P&gt;&lt;P&gt;The error message seems to only happen when the parcels are near the border of the intersecting administrative boundary (red polyline identified with z22 &amp;amp; z29 label) layer. Merging is fine when the parcels are away from the border.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Original Parcels" style="width: 859px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80444i1ED7185600363FB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pf_start.jpg" alt="Original Parcels" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Original Parcels&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="East set of Parcels merged ok" style="width: 820px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80446i73842516399461D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pf_end.jpg" alt="East set of Parcels merged ok" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;East set of Parcels merged ok&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error when trying to merge the West set of Parcels" style="width: 363px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/80447i5D1CDFB687D18E47/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pf_error.jpg" alt="Error when trying to merge the West set of Parcels" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Error when trying to merge the West set of Parcels&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is the existing attribute rule that is being used.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var ZAreas = FeatureSetByName($datastore, 'GIS.ZArea', ["ZAREA"], true);
var FeatureCount = Count(Intersects(ZAreas, Geometry($feature)));
if (FeatureCount &amp;gt; 0) {
  var OverlapZArea = Upper(DomainName(First(Intersects(ZAreas, Geometry($feature))), 'ZAREA'));
  return OverlapZArea;
}
return $feature.ZArea&lt;/LI-CODE&gt;&lt;P&gt;Version info:&lt;BR /&gt;ArcGIS Pro v3.1.2&lt;BR /&gt;Enterprise 11.1&lt;BR /&gt;Parcel Fabric v5&lt;/P&gt;&lt;P&gt;I thought about using the buffer function [var bufferFeature = buffer($feature, -10)] prior to intersecting but an error message popped up with "Geometry cannot be null".&lt;/P&gt;&lt;P&gt;Any help would be appreciated and any possible insight as to why it works for when the parcels are more inside of the intersecting feature as opposed to nearing the border.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Hung G.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 15:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-questions/error-returning-attribute-with-intersects-where/m-p/1327762#M1173</guid>
      <dc:creator>HungGi</dc:creator>
      <dc:date>2023-09-12T15:10:18Z</dc:date>
    </item>
  </channel>
</rss>

