Select to view content in your preferred language

RouteTask - The coordinates or measures are out of bounds.

2459
1
08-05-2011 03:55 PM
RobertDolormente
Emerging Contributor
I'm getting the following error pretty often when attempting a routetask but not sure what it means. Can anyone help? Here's the error I'm getting back.

Unable to complete operation. Failed to convert the input propertyset into a recordset to load into the NAClass "Stops". The coordinates or measures are out of bounds.

Does that mean the points I am providing are too far from the street network? Funny thing is sometimes if I simply refresh using same points the route solves without error.

Any help would be appreciated very much!
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
At first glance the message you got means that one of your input coordinates is not correct.

For example we can get this message with this request (one of the x input geographical coordinate is >1000).

Using fiddler, look at the request sent to the server. This could give a clue.
0 Kudos