Hi,
I am working through ArcGIS Roads and Highways: Introduction to Modeling and Data Management. Section 3: Exercise - Load LRS network data. I am trying to append source routes data to the CityNetwork feature class. The Geoprocessing tool, Generate Calibration Points, is giving me this error message.
ERROR 130121: Input polyline features have existing calibration points
These are the details in the text file it creates:
"Number of route and existing calibration point combinations which had duplicate route IDs and time span overlaps: 913
Object IDs of routes and existing calibration points which had duplicate route IDs and time span overlaps:
(Format is 'ObjectID_in_input_polyline' + 'ObjectID_in_calibration_point')
488+930,318+566,1115+1802,1117" <many more of these numbers and +'s>

How can I get past this? Thank you