Debugging an error received from Vehicle Routing Problem Service

2844
0
09-08-2015 06:52 PM
ArunPuri
New Contributor II

Hey guys,

I sent out a POST request as shown in the documentation here.

For my test case, I hit the limit and thus have to use the async execution method.

However, the following is the response I receive from the service:

{"jobId":"this is obscure. But it is present","jobStatus":"esriJobFailed","messages":[{"type":"esriJobMessageTypeInformative","description":"Submitted."},{"type":"esriJobMessageTypeInformative","description":"Executing..."},{"type":"esriJobMessageTypeError","description":"Failed."}]}

I would like to know whether is there any way to find out why did my request result in a failure?

Thanks a lot!!!

0 Kudos
0 Replies