After making a check in from an arcpad AXF file, i remark that there's duplicate object ID records , this Arcsde pgsql table is versioned and edited by Axf checkins and a .net engine application. the weird behaviour is that the objectid's from checkin start from the last objectID checked in from AXF in the last time, but between these times i added several records using the .net app so the objectids produced here are duplicated by the last check in, the .net app adds record directly through pgsql, so i set the objectID to (Max(ObjectID) + 1).
i'm using ArcSDE 10.1 and PGsql 9.0.8.
i'm not sure but i suppose that the problem come from generating ObjectID in .net app level, How i could generate ObjectID and inform Arcsde that this OID it has been used ?
