About 443,000 results
Open links in new tab
  1. Register Enterprise Geodatabase using python - Esri Community

    Sep 11, 2023 · I am having a problem while trying to register enterprise geodatabase using python in ArcGIS Pro 3.1.1, I get the following error message: RuntimeError: Cannot open …

  2. SearchCursor - RuntimeError: cannot open - Esri Community

    Jul 24, 2017 · I'm attempting to read a specific field from a Feature Class using the following code (search cursor): import arcpy import os arcpy.env.workspace = …

  3. Solved: RuntimeError: cannot open workspace - Esri Community

    Apr 4, 2016 · The script keeps failing due to the following runtime error: RuntimeError: cannot open workspace Any assistance will be greatly appreciated. # Import arcpy module import …

  4. RuntimeError: cannot open feature class - Esri Community

    May 26, 2015 · My script below gets to the first feature class in the list and bails with: RuntimeError: cannot open 'Roads' I tested it in a file geodatabase and it worked as intended. …

  5. Solved: Editing issues, edit = arcpy.da.Editor (workspace) ... - Esri ...

    Jul 14, 2021 · Editing issues, edit = arcpy.da.Editor (workspace) RuntimeError: cannot open workspace Subscribe 5103 10

  6. 'Cannot find field' error with arcpy.da.SearchCursor

    Mar 29, 2022 · What if you replace single quotes with double quotes? "PARCEL_ID" Also you might want to copy-paste the fieldname rather than typing it down.

  7. RuntimeError: Object: Error in executing tool - Esri Community

    Jul 26, 2019 · The first tool the script accesses is arcpy.management.CreateFileGDB and that gives a runtime error "RuntimeError: Object: Error in executing tool" but it works within ArcGIS …

  8. Where's the spatial reference information? - Esri Community

    May 16, 2023 · Where is the spatial reference information for maps and layers in ArcGIS Online? I've learned through experimentation a few relevant things: There is a spatial reference for …

  9. Solved: RuntimeError: start edit session - Esri Community

    May 15, 2019 · For some reason when i try and start and stop an edit session the stop.Editing(True) does not work because it appears that an edit session was never started. …

  10. arcpy: Could not open SDE workspace - Esri Community

    Sep 21, 2018 · Hello, I am having trouble with a arcpy script. I'm actuall not that familiar with python in general, and the current issue is really making me sick. On a new environment, I …