Select to view content in your preferred language

Immediate Calculation rule with NextSequenceValue only schema owner can edit

389
1
Jump to solution
11-29-2023 09:37 AM
Labels (1)
MarietteShin
New Contributor III

I tried to implement an Attribute Rule on a pipe feature using the Immediate Calculation rule using NextSequenceValue function on a database sequence I created. However, I discovered via ESRI Tech Support that there's a known bug where only the schema owner has permissions to use this function (BUG-000124487).

We use a traditional versioning environment, where we have multiple user edit versions editing the same feature. If I add the "Owner.DatabaseSequence" to the NextSequenceValue function in the Attribute Rule, will multiple user edit versions be able to hit that function during editing without error?

Has anyone else gotten this working in their Pro versioned editing environment?

Thanks,

Mariette

0 Kudos
1 Solution

Accepted Solutions
MarietteShin
New Contributor III

So, after I posted this issue yesterday, I tested out the "Owner.DatabaseSequence" solution posted at:

Solved: DBMS Sequence not found when using Attribute Rules - Esri Community

and it worked for me.

View solution in original post

0 Kudos
1 Reply
MarietteShin
New Contributor III

So, after I posted this issue yesterday, I tested out the "Owner.DatabaseSequence" solution posted at:

Solved: DBMS Sequence not found when using Attribute Rules - Esri Community

and it worked for me.

0 Kudos