-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate database fail #73
Comments
Has anyone had a chance to view this? |
There have been problems with the method the tool uses to try to determine if the gdb is being edited. I would just open GeMS_ValidateDatabase_AGP2.py in a text editor and comment out the lines where the function is called. that is, lines 889 and 890 would look like this.
The Pro version of the tool uses a different method that I think works better. I will update the ArcMap copy, but in the meantime comment out those lines and just double-check that you are, in fact, not editing. |
Yeah I triple checked and there was no editing being done, but I commented out that portion of the code and now the tools runs on my gdb! |
I see now what caused that error. The |
The latest version of the toolbox now uses a completely different method to check for active edit sessions. Try that out and let us know how it works. |
I'm trying to run the "Validate Database" tool on a .gdb on my desktop, but receive this error:

I've tested different databases on my desktop that aren't being edited, and have attempted to use the tool in Catalog too.
Any ideas?
The text was updated successfully, but these errors were encountered: