My company's Portal and Collector/Field Maps implementation is finally gaining steam. As we add new feature classes or revise fields within existing feature classes in SDE, I have to turn off the map services to implement. Is there anyway to either not have to turn off these services or have it done so fast that I don't have to do database maintenance after 6 PM? The particulars of our setup:
- SDE on a SQL database on a server dedicated for company databases. Primary layers we are using are in the same feature dataset and are versioned for editing (users in the field collecting data).
- Portal and ArcGIS Server (Federated) are on the same web server. Currently most of our field apps are coming from ArcGIS Online, but that will change in the near future.
- Everything is version 10.9
Am I correct that if I'm just adding a field to an existing feature class, I only have to turn off the services directly impacted?
When I add a new feature class, I have to turn off EVERYTHING, which is inconvenient. What work-arounds have others implemented to deal with this? I'm assuming python scripts to speed up the process is recommended.
Thanks - Matt