I have had OSM File Loader (Load Only) fail twice in a row with :
Error HRESULT E_FAIL has been returned from a call to a COM component.
at ESRI.ArcGIS.Geoprocessing.GeoProcessorClass.IGeoProcessor2_Execute(String Name, IVariantArray ipValues, ITrackCancel pTrackCancel)
at ESRI.ArcGIS.OSM.GeoProcessing.OSMToolHelper.loadOSMNodes(List`1 osmNodeFileNames, List`1 nodeGDBNames, String featureClassName, String targetFeatureClass, List`1 tagsToLoad, Boolean deleteNodes, IGPMessages& toolMessages, ITrackCancel& CancelTracker)
at ESRI.ArcGIS.OSM.GeoProcessing.OSMGPMultiLoader.Execute(IArray paramvalues, ITrackCancel TrackCancel, IGPEnvironmentManager envMgr, IGPMessages message)
Failed to execute (OSMGPMultiLoader).
I am running the process for all of Europe. I previously ran it successfully for all of Africa and individual countries.
I am processing the osm data from a hard drive, I have tried placing the GDB being created on the HD and on the C Drive.
I do not have enough space to have both source osm and the GDB being created on the C Drive.
Input is from the Python window, see attached txt.