Skip to main content
Question

I can read an arcgis online feature service and then write to a new sqlserver table. But the new table has no field called unique ID as the primary key. The error is "the layer does not have identity properties".

  • November 30, 2023
  • 1 reply
  • 14 views

masonb12
Contributor
Forum|alt.badge.img+14

I created a primary key using SSMS for the new table but I still get the error the layer does not have identity properties.

1 reply

masonb12
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • December 1, 2023

The problem seems to have resolved itself. Setting up a primary key within ssms using ESRI's objectID seems to be working. case closed😎