|
POST
|
G'day @TanithLives - in looking at the internals a bit more about this issue, here's some troubleshooting items to consider. Here are some steps you can try: Use Diagnostic Monitor to identify whether the slow calls are mainly ExportMapImage (map image layer draws) or query (feature layer querying). This helps pick the right mitigation. (Doc referenced in Esri KB: ArcGIS Diagnostic Monitor) If the layer is mostly for visualization, prefer cached layers (hosted tile or vector tile layers) instead of dynamic MapServer drawing. Vector/raster tiles are designed for fast display and generally perform better over higher-latency connections. (Optimize web maps, layers and apps, Manage hosted tile layers) Set visible scale ranges so layers don’t draw/query huge extents at small scales (a common cause of slow querying/drawing). (Esri Support KB 000030619) If you’re working with hosted feature layers, consider hosted feature layer views to create a “lighter” view for Pro users (different settings, potentially less content to draw/query). (Optimize web maps, layers and apps) If editing/working interactively, use Pro’s Feature Cache controls (manual fill/empty, avoid auto-cache thrash) as noted in the KB. (Esri Support KB 000030619)
... View more
05-04-2026
07:33 AM
|
1
|
0
|
363
|
|
POST
|
I don't know of a usuable workflow to do this in ArcGIS Pro, but I definintely know how to do this in ArcGIS Experience Builder. Perhaps others will chime in with assistance.
... View more
05-01-2026
01:57 PM
|
0
|
0
|
1318
|
|
POST
|
There are a couple reasons you may see the grayed out button: You aren’t signed in to the active ArcGIS Online/Portal connection in Pro (or you’re signed into a portal that doesn’t allow saving). Your account lacks privileges (most commonly you don’t have permission to create content), so Pro won’t allow saving a web map. See: Problem: Unable to save a web map in ArcGIS Online or Portal for ArcGIS Your map includes content/settings that can’t be saved as a web map (unsupported layers or properties), which disables the command. Review limitations here: Save a web map—ArcGIS Pro 3.6
... View more
05-01-2026
12:52 PM
|
1
|
0
|
419
|
|
POST
|
There is no tool in ArcGIS Pro, to my knowledge, that takes a polygon created using the Traverse tool and outputs a line table or legal description. One possible workflow is: 1. Run the Feature to Line GP tool to create a line feature class from the polygon feature class. 2. In the newly created line feature class, add fields such as SEQ (order), Distance, Bearing and perhaps FromX/FromY/ToX/ToY 3. For distance bearing attributes, see the How to article - Determine Bearing for Line Features in ArcGIS Pro 4. Export to CSV if need the standalone table.
... View more
04-29-2026
03:29 PM
|
1
|
0
|
243
|
|
POST
|
@KoryKramer - does the ArcGIS Pro Dev Team know about this item/issue?
... View more
04-29-2026
02:57 PM
|
0
|
0
|
303
|
|
POST
|
Another area to explore is the line direction - you could reverse it and see if the label draws better. Reverse the direction of a line—ArcGIS Pro | Documentation
... View more
04-27-2026
09:26 AM
|
1
|
0
|
341
|
|
POST
|
I know you said not feature extraction but are two new tools coming in ArcGIS Pro 3.7 that will do this workflow. See Raster to polyline extraction - Esri Community for details.
... View more
04-27-2026
09:17 AM
|
0
|
1
|
508
|
|
POST
|
What type of symbology are you using? Single symbology or other?
... View more
04-27-2026
09:13 AM
|
0
|
0
|
337
|
|
POST
|
Thank you for the response. There's an older Support case about this item that was resolved by the customer disconnecting the locks on their enterprise geodatabase by navigating to the Catalog Pane, right-clicking on the feature class being overwritten, locks and disconnect. Then the customer was able to overwrite the layer.
... View more
04-24-2026
10:02 AM
|
0
|
0
|
341
|
|
POST
|
From a Support Services case - "Databricks is not officially supported by Esri, so the interaction between the Databricks platform and ArcGIS applications may be uncertain." And there is an enhancement request July 2025: ENH-000170840 : Add Databricks as a supported cloud data warehouse connection for ArcGIS Pro.
... View more
04-17-2026
08:12 AM
|
0
|
0
|
279
|
|
POST
|
Are you using the workflow as described here - Oriented Imagery in ArcGIS Pro: Create & Publish to ArcGIS Online
... View more
04-16-2026
02:56 PM
|
0
|
5
|
821
|
|
POST
|
Questions: what type of geodatabase are you using? File or Enterprise? Also are you using the in_memory workspace at all?
... View more
04-15-2026
01:14 PM
|
0
|
2
|
413
|
|
POST
|
@MarkJennings - question - are you still using ArcGIS Pro 2.7.2? 2.7.x was released back in 2020. Since then, there's been a lot of changes and bug fixes. If you're able, I highly recommend a clean uninstall of 2.7.x and a clean install of the current release of ArcGIS Pro. 3.6. ArcGIS Pro 3.7 will be released in the next month or two I suspect.
... View more
04-08-2026
04:08 PM
|
0
|
0
|
617
|
|
POST
|
This is a known quirk of the ArcGIS Pro SDK for .NET when working with enterprise geodatabases (SDE connections). So what you're seeing is when you use SaveItemDialog against an eGDB, the UI shows correctly - {database}.{schema}.{featureclass} but saveDialog.FilePath only returns {connection_path}\{database}.{schema}. That's because in eGDB's, the dialog treats the container as the path and the feature class name is stored separately, not appended to FilePath. So nothing is broken - it's just split across properties. The fix is combine saveDialog.FilePath and saveDialog.Name
... View more
04-03-2026
02:15 PM
|
0
|
1
|
262
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|