|
POST
|
Sharan sai Gudibanda Nagesh Your reply was routed through the Geonet email... but it found me with a little help from the Geonet admins: Hi, I have checked the code again and solved the issue, the problem I was facing is on creating geoprocessing service _gpService = new LocalGeoprocessingService(gppath, GeoprocessingServiceType.AsynchronousSubmitWithMapServiceResult) In that above code i forgot include GeoprocessingServiceType. Later on i have added and solved the issue. I have a doubt how can we know, which type of geoprocessing service requires specific GeoprocessingServiceTYpe Thanks and Regards G N Sharan Sai To answer your question: As the developer you choose the service type depending on your requirements. These help topics explain more: A quick tour of publishing a geoprocessing service—Documentation | ArcGIS Enterprise Overview of geoprocessing task settings—Documentation | ArcGIS Enterprise Geoprocessing service settings: Parameters—Documentation | ArcGIS Enterprise Cheers Mike
... View more
11-15-2019
02:15 PM
|
0
|
0
|
2173
|
|
POST
|
Hi Keith, I recommend monitoring the traffic in using a web debugging tool (e.g. Fiddler). To enable capturing http traffic, see the section on the `Local Server Utility` in the Local Server—ArcGIS Runtime SDK for .NET | ArcGIS for Developers topic. Because this query is hitting the MapServer/DynamicLayer endpoint, the relevant REST doc is Query (Map Service/Dynamic Layer)—ArcGIS REST API: Services Directory | ArcGIS for Developers. Cheers Mike
... View more
11-14-2019
07:42 AM
|
0
|
0
|
1841
|
|
POST
|
Hi Rob, Raster files with world files should work fine. This topic describes the format and structure of world files: World files for raster datasets—Help | ArcGIS Desktop. Cheers Mike
... View more
11-14-2019
07:34 AM
|
0
|
2
|
2857
|
|
POST
|
Hi Rob, Good to hear the issue is resolved. I recommend still keeping an eye on the memory (e.g. using Analyze memory usage without debugging - Visual Studio | Microsoft Docs) just in case the memory doesn't level out and there's something else going on. Cheers Mike
... View more
11-14-2019
07:29 AM
|
0
|
0
|
2758
|
|
POST
|
Hi, Can you share the full code section where you are initializing the local geoprocessing service and executing the job? Note .TPK (image tile cache) and .MMPK (mobile map package) files provide map content - they are not directly related to geoprocessing. Cheers Mike
... View more
11-14-2019
07:20 AM
|
0
|
2
|
2173
|
|
POST
|
Hi, Does your code currently follow the example arcgis-runtime-samples-dotnet/LocalServerGeoprocessing.xaml.cs at master · Esri/arcgis-runtime-samples-dotnet · GitHub ? Cheers Mike
... View more
11-14-2019
07:07 AM
|
0
|
4
|
2173
|
|
POST
|
It's possible that as an x86 app it is simply running out of memory: x86 is limited to 2GB but practically you typically see issues at approx 1.2GB. Building as x64 would allow the app to use more memory. You should still monitor the memory usage, because we'd want to know if the memory continues to increase to an excessively high level (that could indicate a bug somewhere). Cheers Mike
... View more
11-13-2019
12:36 PM
|
0
|
4
|
2758
|
|
POST
|
Hi, Yes, labels are supported on GraphicsOverlays - for more information see: Add labels—ArcGIS Runtime SDK for .NET | ArcGIS for Developers Show labels on layers | ArcGIS for Developers (the sample is for FeatureLayer but the workflow is the same) Cheers Mike
... View more
11-12-2019
05:08 PM
|
0
|
4
|
3781
|
|
POST
|
Hi, Please can you go to Visual Studio > Help > About > DxDiag then export the results and attach here? Thanks Mike
... View more
11-12-2019
05:05 PM
|
0
|
2
|
2142
|
|
POST
|
Hi, Is your application compiled as x86, x64, AnyCPU, or AnyCPU + Prefer 32-bit? Regards Mike
... View more
11-12-2019
05:03 PM
|
0
|
6
|
2758
|
|
POST
|
Hi, Unfortunately the DynamicLayer capability is not supported on the FeatureServer endpoint. To edit data, it should be within a mobile geodatabase taken offline from a service. For smaller scale local editing, FeatureCollections, Shapefiles and Geopackages are supported as well. Regards Mike
... View more
11-01-2019
01:11 PM
|
0
|
2
|
1841
|
|
POST
|
Hi, Thanks for sharing the code snippet - instead of ArcGISMapImageLayer, you should use ImageServiceRaster Class with the RasterLayer Class. Cheers Mike
... View more
10-29-2019
12:11 PM
|
2
|
1
|
2443
|
|
POST
|
Hi, If you can't see the Map capability on the REST endpoint for your service, then I recommend posting this question in the Enterprise product space: ArcGIS Enterprise Regards Mike
... View more
10-28-2019
02:36 PM
|
0
|
4
|
2443
|
|
POST
|
Hi, Thank you for the additional information / requirements. The capabilities required to support workflows such as this will likely be introduced over the course of multiple releases of ArcGIS as it is implemented up through the stack from data access and rendering to API types and SketchEditor support. There is currently no published timeline for this implementation. Regards Mike
... View more
10-18-2019
01:29 PM
|
0
|
0
|
2275
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-14-2026 05:04 AM | |
| 1 | 02-20-2024 07:02 AM | |
| 1 | 01-19-2026 06:44 AM | |
| 1 | 12-10-2025 07:16 AM | |
| 1 | 11-21-2025 08:12 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-02-2026
06:07 AM
|