| Bug ID Number |
BUG-000180998 |
| Submitted | November 14, 2025 |
| Last Modified | December 15, 2025 |
| Applies to | ArcGIS Pro |
| Version found | 3.5.4 |
| Operating System | Windows Server |
| Operating System Version | 2022 |
| Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
This behavior is expected when the expression does not specify the fully qualified sequence name, or when the sequence does not exist in either the connecting user’s schema or the DBO schema. The error is returned because the sequence is not owned by the DBO user, and the expression does not include the sequence owner.
Attribute rule script expression examples:
https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/attribute-rule-script-expression.htm
"For enterprise geodatabases, use the fully qualified name of the sequence in the script expression, for example, owner.sequencename."
Workaround
Change the expression to use the fully qualified sequence name, for example, replace TestSeq1 with SDE.TestSeq1.
Steps to Reproduce