Hi,
I have an ArcSDE geodatabase on postgres. Im using a feature writer to insert records in an existing feature class.
While doing so, I get the below error 'ERROR: null value in column "objectid" violates not-null constraint'
When I drop the table and create new while writing, I get no errors.
Logically, the sde should autogenerate this objectid field whenever I insert a new record. Am I right or where am I going wrong?
Please suggest
Thanks