arcpy.Compress_management(r"Database Connections\saxon2_bierstadt_sde_loader.sde")
I interrupted my script while it was compressing the GDB during some testing. Subsequently, I received ERROR 000837 when I reran it. After running the arcpy.ClearWorkspaceCache_management() function, everything worked fine again.
This didn't work for me with 10.2.2. It tells me error 000837 saying the workspace is not the correct workspace type. Any ideas?
Giving the direct C drive link worked for me as well. Thanks for posting the reply, it helped.