Skip to main content

Questions tagged [error-030024]

The tag has no usage guidance.

0 votes
0 answers
50 views

The network dataset has no edge elements. It may be unbuilt. issue when trying to make a Service Area

Using ArcGIS Pro 3.0.0 I am currently attempting to create a Service Area of several stores and the road network although the error of "The network dataset has no edge elements. It may be unbuilt....
ProfGunper's user avatar
1 vote
0 answers
117 views

ArcGIS Pro 3.0.4 Network Analyst service area error

I am constantly getting ERROR 030024: Solve returned a failure, in ArcGIS Pro, trying to solve service area away from the point using 56 km as a driving distance with ArcGIS Online data. Unable to ...
Roman Pilip's user avatar
2 votes
1 answer
1k views

Debugging network analyst solve error 030024

I'm trying to build service areas for a low-voltage utility network, but am having trouble solving the network analysis. Here is the code to build the service area: Treatment_SA = arcpy.na....
Keanan Gleason's user avatar
1 vote
1 answer
341 views

Adding Locations tool & sublayers in ArcPy

I run ArcGIS 10.6.1. I am currently doing a network analysis but run into the problem where I can't relate the error I get to what I want to do. My code looks like this: XMLPath="C:\\Work\\...
Cliff's user avatar
  • 129
7 votes
2 answers
3k views

Network Analyst: arcpy's 'Solve' running out of memory

I've run OD cost matrix analysis using GUI tools n ArcGIS 10. My goal is relatively simple - find closest 50 neighbors for each origin point. The dataset I'm working with is relatively large: ...
user avatar