Esri / arcgis-osm-editor

ArcGIS Editor for OpenStreetMap is a toolset for GIS users to access and contribute to OpenStreetMap through their Desktop or Server environment.
Apache License 2.0
392 stars 129 forks source link

Create OSM Network Dataset crashing #225

Closed mhogeweg closed 3 years ago

mhogeweg commented 3 years ago

hi, on 10.8.1 trying to create a network dataset.

Exception from HRESULT: 0x80042288
   at ESRI.ArcGIS.Geodatabase.IDatasetContainer2.CreateDataset(IDEDataset DataElement)
   at ESRI.ArcGIS.OSM.GeoProcessing.NetworkDataset.CreateBuildableNDS()
   at ESRI.ArcGIS.OSM.GeoProcessing.RunTaskManager.ExecuteTask(String messageName, Action task)
   at ESRI.ArcGIS.OSM.GeoProcessing.NetworkDataset.CreateNetworkDataset()
   at ESRI.ArcGIS.OSM.GeoProcessing.OSMGPCreateNetworkDataset.Execute(IArray paramvalues, ITrackCancel TrackCancel, IGPEnvironmentManager envMgr, IGPMessages message)
Failed to execute (OSMGPCreateNetworkDataset).
Failed at Wed Dec  9 12:39:39 2020 (Elapsed Time: 1 minutes 26 seconds)

any thoughts?

ThomasEmge commented 3 years ago

Hey Marten,

make sure that gp is running in the foreground.

Also, I am not sure if the XAPI endpoint are actively maintained. Usually I would recommend using our OSM Download gp tool to get an area of interest or grab an export from https://download.geofabrik.de/

mhogeweg commented 3 years ago

download using XAPI worked fine. Other tools (Download OSM Data, Download, Extract, Symbolize OSM Data) also failed. Both with SSL/TLS errors:

Starting OSM Data download request...
The request was aborted: Could not create SSL/TLS secure channel.
Object reference not set to an instance of an object.
Failed to execute (OSMGPDownload).
Failed at Wed Dec  9 12:22:54 2020 (Elapsed Time: 1.59 seconds)
mhogeweg commented 3 years ago

turning off background GP did indeed resolve the network dataset issue.