Select to view content in your preferred language

Network analysis Error Unable to complete operation

828
2
07-01-2011 02:58 AM
gfdkon_dfsgkndskgadsknmfkadsn_
New Contributor
i am trying to use closest facility in silverlight , i run this Example
http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ClosestFacility

when i change the RouteTask URL to my Local NA Service
http://localhost/ArcGIS/rest/services/mymap/NAServer/Closest%20Facility
and i change MapService in XAML , but i get SolveClosestFacility_Failed()
error Message -> Unable to complete Operation
i use ArcGIS 10 and silverlight API 2.1
0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor
Have you tried using Fiddler with your app? This blog post might help you get started: http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx. It is similar concept, you will be able to see the web requests and response. You can look at the Inspectors > WebForms to see what got sent to the server and try to repro by going directly to the REST endpoint.
0 Kudos
gfdkon_dfsgkndskgadsknmfkadsn_
New Contributor
thank u for your reply ..
i try fiddler and read the article in your post , but No Error appear in URL request
any other suggestion .. 🙂


Note: My Map in Dynamic and Map in online Example is Tiles
and Accumulate Attribute Names: it is Empty and Use Hierarchy: false
in my NW service but in online Example they are not Empty or false ..
0 Kudos