Hello, I have a problem with creating user-defined starting point feature class and using it when tracing the shortest path via Arcpy. I tried to set the starting points along edges of network lines (which is high-voltage electric transmission lines) by making point feature class containing SHAPE@XY, FEATUREGLOBALID which is the GLOBALID from the line data. Saving this feature class in the geodatabase but outside the feature dataset where the Trace network locates, I tried to use it as an input starting points and traced the shortest path. However, the error below continues to annoy me. I am using ArcGIS Pro 2.9 and really want to figure out how to solve this problem. I am now searching for a clue for a full week and still no idea.
Would appreciate if anyone can help me.
ERROR 001785: No valid starting locations found.
Failed to execute (Trace).