Hi,
I am trying to use extractdatatask for both vectors and rasters datasets stored inside file geodatabase (fgdb). I can run the task locally and publish to ArcGIS Server(10.4.1). When I try to run it using the out of the box rest query, with vectors, the job runs fine. When I add a raster layer to the inputs, the job fails. I tried giving <GPServiceName>/<RasterLayerName> and it still fails. I am ending up with either
ERROR 000732: Layers to Clip: Dataset <GPServiceName>/<RasterLayerName> does not exist or is not supported.
OR
ERROR 000800: The value is not a member of inputlayername1 | inputlayername2 etc..
Please let me know how I can I resolve this issue. Also, should I skip this and use extract by mask or others for my raster extract to work? My final goal is to use this service with ESRI JSAPI (4.X).
System Environment: ArcGIS Server 10.4.1 running on Windows Server 2012 R2.
Thanks in advance!