Hi everyone,
i have a simple workbench that uses the ShortestPathFinder to create paths and i have around 1,000,000 from-to lines to query.
Before I run the From-To lines through the workbench I made sure that all line vertices are snapped to the nearest network node, and then within this workbench I snapped them again by checking the 'From-To and Network Snapping' option in the ShortestPathFinder transformer.
Somehow, the workbench worked I when i send through a sample of From-To lines (around 100 lines), but failed completely when i send through the whole 1,000,000 From-To lines.
The error is - the source/destination node in the shortest path calculation is not a valide node in the network.
Did it failed because I am sending through too mahy queries at once? Is there a way to get around this?
ThanksRings