Publish an Editable Web Feature Class

626
5
Jump to solution
06-01-2022 04:56 AM
Abdullah_AlFazari
Occasional Contributor

Hi Team,

I'm trying to publish an editable Web Feature Layer where the users should be able to edit and update some fields. I have this feature class in a FGDB, and whenever I tried to publish the layer to the portal, I got the below error:

Abdullah_AlFazari_0-1654084425381.png

Abdullah_AlFazari_1-1654084492792.png

 

and there is no option to correct this error. Any thoughts?

1 Solution

Accepted Solutions
berniejconnors
Occasional Contributor III

FGDB does not support editing on a featrue service.  You need to use an Enterprise geodatabase.  Here is a similar question - https://community.esri.com/t5/arcgis-online-questions/layer-s-data-source-not-supported-feature-serv...

View solution in original post

5 Replies
berniejconnors
Occasional Contributor III

FGDB does not support editing on a featrue service.  You need to use an Enterprise geodatabase.  Here is a similar question - https://community.esri.com/t5/arcgis-online-questions/layer-s-data-source-not-supported-feature-serv...

Abdullah_AlFazari
Occasional Contributor

Hi @berniejconnors 

Thank you very much for your response. Much appreciated.

I will try to connect using an Enterprise geodatabase but this will allow users to edit directly before we make our QAQC of the data. That's why I was hoping to use FGDB.

0 Kudos
Scott_Tansley
MVP Regular Contributor

Use a copy of the feature class as a staging table or consider using a hosting feature service for staging?  You don’t have to edit the authoritative feature class directly.

with regards to the fgdb approach.  A ms word document on a windows file share will only allow one person to edit it because of windows applying locks to the file. The same is true of a fgdb.  One instance of a map/feature service is the equivalent of a user in this contact.  Multiple instances of a service are like multiple users. Windows is the limiting factor and so you need a multi-user (enterprise) geodatabase. 

Scott Tansley
https://www.linkedin.com/in/scotttansley/
0 Kudos
DerekLaw
Esri Esteemed Contributor

Hi @Abdullah_AlFazari

As @berniejconnors said, your data source needs to be stored in an enterprise geodatabase to publish a feature service. File geodatabase data are not supported. Learn more in the help topic,

Prepare data to publish a feature service

Hope this helps,

Abdullah_AlFazari
Occasional Contributor

Hi @DerekLaw 

Thank you very much for your response and being here. Much appreciated. will try it now.