Issues With Routing Task
I have a workflow setup and it seems to be failing at the routing task activity. I can not seem to figure out why it does not work. I can use the same stop values at my rest endpoint and it works fine. However route task does not seem to pass all of the correct route parms to the routing endpoint. I keep getting the following error. I have added almost every route parameter from the endpoint so the task passes it with the request but it still does not work. Does anyone have the route task working in a workflow.
Error Returned from Server Endpoint
{"error":{"code":400,"message":"Unable to complete operation.","details":["Unable to find attribute . Invalid context. NALayer saved on server with token d2a1a5a0f56e4b6b952e646dcbdfae7e_1360359705."]}}
Running Essentials 3.12
ArcGIS Server 10.0 SP5
-
Are you able to find the URL request that generated this error? Fiddler or IE10's developer mode should provide it. If dropping that URL in a standard browser, and then modifying it to work will likely give you the exact error. It sounds like a field is being requested that doesn't exist.
Shawn.
0 -
I was using fiddler but after comparing I figure out that the route task was using the hierarchy by default set to true. I needed to change the route parameter for that property to false and it now works since our route service did not have these setup. Thanks
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare