Tagged Questions
0
votes
0answers
242 views
Unable to delete .lock files within geodatabase using Python
I am having problems with lock files while deleting and copying geodatabases for backup purposes.
print "Now backing up your Geodatabase"
distutils.dir_util.remove_tree ...
6
votes
3answers
856 views
Python script - how to avoid exclusive schema lock error?
I have a script for updating some features on my database every night (just for copying and replacing some features). This features are "read-only".
My problem is that I can't avoid that these ...
