|
POST
|
As stated above, no. But this Learn ArcGIS lesson provides another workflow to do something similar - Extract high-resolution land cover with GeoAI | Documentation
... View more
05-29-2026
12:49 PM
|
0
|
0
|
262
|
|
POST
|
This behavior is intentional/expected in ArcGIS Pro, not a known defect based on current documentation scope. In Pro, the contextual Versioning ribbon is surfaced for web feature layers that participate in branch versioning with Version Management enabled. A service that contains only tables (no geometry layers) can still expose a 'VersionManagementServer' endpoint, but Pro’s Versioning UI typically won’t light up unless there is at least one feature layer in the map/service. References: Manage branch versions | ArcGIS Pro documentation Branch version scenarios | ArcGIS Pro documentation Workaround: publish/include at least one branch-versioned feature layer (geometry) in the same service (with Version Management enabled); then add the service to Pro and manage versions from that layer while editing/relating to the tables as needed.
... View more
05-29-2026
12:46 PM
|
0
|
1
|
387
|
|
POST
|
I did search the Esri Support Services cases for the "Stop Code..." error but besides your case, do not see any previous cases listing this item. In full transparency, I did use the Esri Support AI chatbot asking for an explanation of the error message and this is what it returned: <CLIP> `Stop Code: KERNEL_SECURITY_CHECK_FAILURE (0x139)` is a **Windows Blue Screen (bugcheck)**. It means Windows detected **kernel-level corruption or an illegal operation**—most commonly caused by a **faulty/buggy device driver** (often GPU, storage, network, USB), **security/antivirus filter drivers**, or **RAM/disk issues**. It’s **not an ArcGIS Pro-specific error code**. If this happens while using ArcGIS Pro, Pro is usually just **triggering** an underlying driver/system problem (heavy GPU drawing, lots of I/O, security scanning temp/workspaces, etc.). Try these checks: - **Update or roll back drivers** (start with GPU, then chipset/storage/network). - If allowed by IT, **test without third‑party antivirus/EDR** or with temporary folder exclusions (Esri notes security software can interfere with Pro’s file access): [Troubleshooting General Function Failure errors in ArcGIS Pro](https://support.esri.com/en-us/knowledge-base/000040196) - Run Windows integrity checks: `sfc /scannow` and `DISM /Online /Cleanup-Image /RestoreHealth` - Test **RAM** (Windows Memory Diagnostic) and **disk** (SMART/CHKDSK). - Check `C:\Windows\Minidump\` and Event Viewer/Reliability Monitor; the minidump usually points to the **specific driver**. <END CLIP>: I then followed up with I'm using 3.7 and this was it's response: <CLIP> ArcGIS Pro 3.7 itself doesn’t generate KERNEL_SECURITY_CHECK_FAILURE (0x139)—that’s a Windows BSOD usually tied to a driver or hardware issue. For Pro 3.7, the most relevant troubleshooting is GPU/driver stability: Try these Pro-specific checks Update your GPU driver from the manufacturer (NVIDIA/AMD/Intel). If you’re on a laptop, use the laptop OEM driver track first. Esri guidance: Troubleshooting Performance Issues in ArcGIS Pro In ArcGIS Pro, switch the Rendering engine (this can avoid a problematic DirectX 12 driver path): Pro: Project > Options > Display Change Rendering engine from DirectX 12 (default) to DirectX 11 or OpenGL, then restart Pro. Doc: Set display options—ArcGIS Pro If Pro reports graphics adapter issues, Esri notes this can be due to a corrupted/out-of-date driver: Compatible graphics adapter not found <END CLIP> So it's a start and something to bring up with the Esri Support Services analyst when you speak with them. Hope this helps a little bit.
... View more
05-29-2026
12:39 PM
|
0
|
0
|
908
|
|
POST
|
So one possible workflow to consider: 1. If the data is in multiple feature classes, you the Merge (Data Management) GP tool to merge them into a new, single feature line feature class. 2. Using the new, single line feature class, use the Snap (Editing) GP tool to pull near coincident enpoints and vertices together using a small tolerance. If you have the Production Mapping extension, you can go a little further... 3. Create a corridor for all passes by using the Buffer tool by a short distance that matches the trail width under tree canopy. 4. Dissolve the buffer polygons so you get one continuous corridor polygon. Then use the Polygon to Centerline (Topographic Production) GP tool to get a new centerline.
... View more
05-29-2026
09:39 AM
|
2
|
0
|
190
|
|
POST
|
In reviewing Esri Support cases, there was a recent case using ArcGIS Pro 3.7 where there was an incompatibiilty issue with an Xtools Pro Add-in. Do you have XTools installed by chance? If so, disable it and try again. Maybe related (maybe not): ArcGIS Pro 3.7 Moves to .NET 10 001270: Consolidating the data failed.—ArcGIS Pro | Documentation
... View more
05-29-2026
09:25 AM
|
0
|
1
|
774
|
|
POST
|
As you may know, Enable COGO (Data Management Tools) | ArcGIS Pro documentation adds 5 new attribute fields to your line feature class. As a result, the new fields will be part of the branch's attribute table and visible and editable by all users. You may want to test in a non-production branch before enabling COGO on production data to see if there are any negative items. From what I've read, enabling COGO on a line feature class in a branch version is fine and is a common practice for survey data/land information data.
... View more
05-29-2026
09:22 AM
|
0
|
1
|
212
|
|
POST
|
HI @MariaDube - I see you submitted a Esri Support Services request recently on this item. In reviewing the case, the analyst was not able to reproduce the issue you're experiencing. It may (or may not) be related but I would try a Perform an ArcGIS pro Soft Reset as you recently updated to ArcGIS Pro 3.7. This "might" resolve the issue.
... View more
05-29-2026
08:42 AM
|
0
|
0
|
227
|
|
POST
|
There's a couple ways to accomplish this: 1. In ArcMap, create a layer file (*.lyr) from the layer in the Data Frame that has your predefined category rules. Then in ArcGIS Pro, add that layer to a new map view and use the Apply Symbology From Layer (Data Management Tools) | ArcGIS Pro documentation to recreate the layer symbology in ArcGIS Pro. 2. Or in ArcGIS Pro, use the Unique Values option and set the attribute field for Field 1. Then click Add Field for Fields 2 and 3.
... View more
05-26-2026
01:58 PM
|
0
|
3
|
385
|
|
POST
|
In ArcGIS Pro 3.7, there is a new Extract Scanned Lines (Conversion Tools) | ArcGIS Pro documentation geoprocessing tool that creates line features from a scanned and georeferenced image - jpg - in your case.
... View more
05-26-2026
01:02 PM
|
0
|
0
|
319
|
|
POST
|
Not a programmatic solution but I found this on the Esri Support page: "PatchFinder “will list all products, hot fixes, and patches installed on your local machine.” Download: PatchFinder for Windows That’s the most reliable Esri-provided approach to confirm the patch is present without relying on the Programs & Features product version."
... View more
05-26-2026
12:47 PM
|
0
|
0
|
327
|
|
POST
|
For a DGN CAD feature layer in a 2D map, the usual reason “formatting symbols/sizes” doesn’t seem to work is that size is being driven by a size variable or you’re running into symbol display unit expectations. Try these checks: 1. Remove any attribute driven size Contents pane → right‑click the CAD layer → Symbology Go to Vary symbology by attribute → expand Size (or Marker size / Outline width) → set Field to <None> Point Feature Size Updates Are Not Reflected in ArcGIS Pro 2. Be consistent about symbol display units In 2D, point “size” is in the current symbol display units (for example points), which won’t necessarily match CAD/DGN design units 1:1. Vary symbology by size—ArcGIS Pro | Documentation 3. If symbology changes won't stick, recreate the layer Export/duplicate the data and re-symbolize (don’t re-import the same symbology if the layer is behaving inconsistently). Symbology of a Layer Does Not Match along ArcGIS Pro/ArcMap Interface
... View more
05-21-2026
02:48 PM
|
0
|
1
|
351
|
|
POST
|
Yes. You can create a output layer file (*.lyrx) from the GP tool - Save to Layer File (Data Management). It will store many layer properties including labeling. Save To Layer File (Data Management)—ArcGIS Pro | Documentation
... View more
05-21-2026
09:19 AM
|
2
|
0
|
905
|
|
POST
|
That checkbox is part of the Pyramid geoprocessing environment, which is a global raster-storage setting used by many geoprocessing tools that create/modify raster outputs. It lets you centrally control whether outputs should have pyramids built automatically (and with what levels/resampling/compression), so the same model/script can be run with pyramids on or off without editing each tool. In the specific Build Pyramids GP tool, the environment checkbox is essentially redundant—because that tool’s job is to build pyramids—but it still appears because environments are applied consistently across tools in the geoprocessing framework.
... View more
05-21-2026
07:37 AM
|
0
|
0
|
394
|
|
POST
|
Question: Prior to upgrading to 3.7, did you update to the required .NET framework version described here - ArcGIS Pro 3.7 Moves to .NET 10
... View more
05-20-2026
01:00 PM
|
0
|
0
|
1362
|
|
POST
|
Another workflow to consider, create a new target attribute table in the target geodatabase with a GlobalID field and set the geoprocessing environment Preserve GlobalIDs. The target GlobalID must have a unique attribute index as referenced here 003340: The target dataset must have a GlobalID field with a unique index in order to use the Preserve GlobalIDs geoprocessing environment setting.—ArcGIS Pro | Documentation
... View more
05-15-2026
07:55 AM
|
0
|
1
|
398
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | Tuesday | |
| 1 | a month ago | |
| 1 | 2 weeks ago | |
| 1 | a month ago |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|