Skip to content
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

importing tax lots: ERROR 000732: Dataset does not exist or is not supported #18

Open
mattyschell opened this issue Mar 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mattyschell
Copy link
Owner

In Mid-March 2024 the tax lot polygon import from the production environment began to throw:

File "C:\gis\geodatabase-toiler\src\py\gdb.py", line 292, in importfeatureclass
,targetfcname)
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\conversion.py", line 2030, in FeatureClassToFeatureClass
raise e
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\conversion.py", line 2027, in FeatureClassToFeatureClass
retval = convertArcObjectToPythonObject(gp.FeatureClassToFeatureClass_conversion(*gp_fixargs((in_features, out_path, out_name, where_clause, field_mapping, config_keyword), True)))
File "C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing_base.py", line 511, in
return lambda *args: val(*gp_fixargs(args, True))
arcgisscripting.ExecuteError: Failed to execute. Parameters are not valid.
ERROR 000732: Input Features: Dataset https://services6.arcgis.com/yG5s3afENB5iO9fj/ArcGIS/rest/services/Tax_Lot_View/FeatureServer/0 does not exist or is not supported
Failed to execute (FeatureClassToFeatureClass).

See possibly related mattyschell/geodatabase-buildings-condoetl#14

@mattyschell mattyschell self-assigned this Mar 18, 2024
@mattyschell mattyschell added the bug Something isn't working label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant