My ArcGIS Server services are locking tables in SDE. This is a problem if I need to edit or overwrite them. Unfortunately the locks don't go away upon stopping the services. The only solution I have found is to restart the Linux arcsde service, which has many implications. Is there a better way to lose these phantom locks?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
|||
|
|
|
Tell ArcGIS Server not to make those locks. In your service cfg files, add this:
ESRI does not recommend this practice, but it should work for you. I did this for a bunch of really big services that required a massive (thousands of layers) data update while still running. For more info, refer to the ESRI docs. |
|||
|
|
At the UC ESRI was in fact recommending the use of the tag, so long as you carefully consider the "Use caution..." paragraph in the documentation. |
|||
|
|
|
Are spatially-enabled views an option? They've worked well for me in cases where I can't have a table locked. |
|||
|
|