okay peeps. Help me, a well-meaning state employee, out. 😃 Why do I keep getting:
from this?! =(
Solved! Go to Solution.
Can you try printing workspace to make sure it's what you want? I think by using os.path.dirname you're backing up to the ArcCatalog folder, but you actually want it to be the .sde, at least according to the example here.
Can you try printing workspace to make sure it's what you want? I think by using os.path.dirname you're backing up to the ArcCatalog folder, but you actually want it to be the .sde, at least according to the example here.
You're right. It goes to C:\Users\joanna.grossman\AppData\Roaming\ESRI\Desktop10.4\ArcCatalog.
I thought we already solved this problem.
we did. It came back with persistance. =(
edit = arcpy.da.Editor(filepath)
hmmm. Thanks.
When I change it to that I can't access my data layer which is why I moved away from it. It throws
Just FYI. I had to change it back again to get it to work. I'll keep it commented out this time just in case, tho. I appreciate your help.