laptop and a wrench

Bug

A filtered UpdateCursor call on a branched versioned dataset published as a feature service fails in ArcGIS Pro 3.2 when the validation attribute rules referencing the st_perimeter(shape) or st_area(shape) fields are published with the service being queried.

ArcGIS Pro
Bug ID Number BUG-000164865
SubmittedFebruary 5, 2024
Last ModifiedFebruary 22, 2024
Applies toArcGIS Pro
Version found3.2.1
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusIn Review

Workaround

1. Return all fields in the UpdateCursor command and just update the ones that are required.

with arcpy.da.UpdateCursor('Property', ["*"]) as cursor:

  for row in cursor:

      print(row)

      break

2. Use ArcGIS Pro 2.9 instead of a version 3.x release.

Steps to Reproduce

Bug ID: BUG-000164865

Software:

  • ArcGIS Pro

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options