Hello
I m writting a geopocessing tool with arcpy in order to insert some record in the enterprise geodatabase.
I'm using InsertRow from arcpy.da...
But I have an exception and the returned objectid is already in my feature table.
In order to insert the row , I need to get the max ObjectID and use an SQL statement ( Insert Into)...
It's like the sequence of objectid is broken or something like that.
Is there any operation that can repair the ObjectID ? Or something to modify on these tables ?
Best regards