While editing a version via python there was an error with accessing a remote database I was getting values from. This loop had already successfully completed a few thousand times before I had an error accessing the remote database.
I then stopOperation() and then stopEditing(True) and attempted to restart my python script but now I get a runtimeError
RuntimeError: workspace already in transaction mode
I’m the only person who access this version but I have no idea how to get it out of transaction mode?
I tried restarting, disconnecting users (well disconnecting myself), and I tried restarting my computer. Do any of you have any other suggestions that may work?