Hi all,
I have a query regarding the Arcade function NextSequenceValue to assign as assetid attribute. Very similar to this link.
I have a multi-domain utility client that has Water, Sewer and Electric domains. Each domain classes reside in a separate SQL Server geodatabase. The client wants to use single sequence for all assets as these assets are linked to Asset Mgmt system.
It seems that NextSequenceValue function assumes the sequence must reside in a same geodatabase. Is there a way to use a sequence in one centralised database and make it available for NextSequenceValue? I tried creating SQL Alias for the sequence in each Water, Sewer and Electric database but that does not work. It is not supported by SQL Server to query next sequence number using SQL ALias.
Any other solution? Client cannot combine Water, Sewer and Electric domains in a single geodatabase.
Thanks,
Vish