Calling a GP asynchronous service from Javascript - error

509
0
02-23-2017 04:41 AM
DarrenMacKinnon
New Contributor

Is there a way to find out why a submitjob, from Javascript, for an asynchronous service has failed?  It works fine in the endpoint of the service.  The three parameters are string inputs.  I have the jobid number.  Can I use that job number to figure out the error?  Below is my parameter input.  I have a feeling this may be incorrect.  HELP! 🙂

var params = {

"inRaster": "gdd100",

"codeField": "gdd100_AN",

"strRemap": "0,800,1,800,900,2,900,1000,3,1000,1500,4"

}

0 Kudos
0 Replies