currently using the sequence.nextval to generate the next object id but it is not working properly. Example: insert into TABLE_NAME (objectid, name) values (“SDE”.R444.nextval, ‘test’)
The sequence is incrementing by 20. where it should be one
Per ESRI documentation, the correct way is to use the GDB_UTILS.NEXT_ROWID, but this procedure was not found in SAP HANA SDE SCHEMA.
which function on SAP Hana that will give the correct sequence once the application insert the data