|
POST
|
Those same patches broke UNC paths. now most areas require complete server names in the path. For example, prior to these KBs \\myserver\myfiles would work but now you need to do \\myserver.mydomain.loc\myfiles to avoid DNS errors. This can impact any area where you may store an UNC path (e.g., in a web.config file).
... View more
Wednesday
|
0
|
0
|
84
|
|
POST
|
You can connect to the ArcGIS Server using https from other machines, so the https support must be setup on the GIS Server. From your description it sounds like a firewall issue, is port 6443 open to send/receive communication from https://<your server>:6443/arcgis/manager/ on the VM?
... View more
Wednesday
|
0
|
0
|
39
|
|
POST
|
There are several profile tools available, one uses the ESRI provided DEMs and others found inthe GeoSpatial Toolboxes provides option to use your own elevation model. I did note the output was a line with measures (using linear referencing at the sample distance distance). You may need to create a Chart for the feature class with the profile. Secondly, have you tried changing to the 3D Map view in ArcGIS Pro before doing the profile?
... View more
3 weeks ago
|
0
|
0
|
264
|
|
IDEA
|
I just verified that the 'Cancel License File' only shows files you personally created, not those created by other users. This happens if I provided an ECP number to them and then they use the License Wizard. Canceling a file returns: "If this license file has been provided to a user, please inform the user of the cancellation to insure license availability. Cancelling a license file does not disable authorization numbers the file contains that have already been distributed to users." So (1) the license is potentially still active/in use and (2) the activated count does not decrease. As a side note I discussed this with ESRI Support, and it turns out during the Authorization process they never actually 'grab' a MAC address, IP address, or other unique machine specific signature. This means they don't have a machine <-> license association that one often expects. This is partly a result of supporting VM servers, since at each restart the 'server' is not locked to the same hardware. *This does not mean they don't need a 'return or report a lost license' process; it actually means they need a better one since the 'loss' of a VM is common occurrence.
... View more
3 weeks ago
|
0
|
0
|
237
|
|
IDEA
|
In ArcGIS Server (vs. an Enterprise portal) you can do this directly with the Print Utility.
... View more
3 weeks ago
|
0
|
0
|
111
|
|
IDEA
|
In ArcGIS Enterprise you may license the server multiple ways, to include over the internet, by providing an ECP directly, building a 'secure' request via a form (and submitting/receiving the license file from different machine out side the firewall), or using my.esri.com to generate directly generate the provisioning file. Issue is once you have licensed a server there is currently no way to RETURN a license. This could easily be required if you had a failover license, developer license, staging license, and production license for the same product and later you wanted to rearchitect your environment. Similar to the old ArcGIS Administrator, we need a Deauthorize button in the authorization wizard that will Return the license so it re-appears in my.esri.com.
... View more
3 weeks ago
|
3
|
4
|
382
|
|
POST
|
Hopefully the following issue is resolved at ArcGIS Pro 3.6, but we had 100 machines out of 900 that would not install and showed the WebView2 error (as well as the .Net Desktop Runtime 8.0.x error in sequence). I believe the errors being shown are actually in reverse order to what one expect. For example, order of errors shown is WebView2, .Net Desktop Runtime, older version of software installed but cannot be removed. We made several hacks to the ArcGIS Pro.msi to address this, but as a last resort on a known-bad machine we ran the following command to get Verbose logs. To include additional debugging details and flush every line to the log immediately (useful if the installer crashes), use: msiexec /i "C:\path\to\ArcGIS Pro.msi" /L*vx! "C:\path\to\install.log" In this log we found that The UI (client) sequence custom action CheckforDotNetWindowsDesktopRuntime does find the Desktop Runtime 8.0.25 and sets DOTNETDESKTOPRUNTIME_FOUND=TRUE: Microsoft.WindowsDesktop.App 8.0.25 [...] .NET requirement has been met. PROPERTY CHANGE: ... DOTNETDESKTOPRUNTIME_FOUND ... 'TRUE' However, when the install moves to the server (execute) sequence, Windows Installer doesn’t carry over that property. This means the property set in the UI sequence is not secure and therefore not visible to the execute sequence, so the server-side detection decides the prereq is missing even though the runtime exists. This is standard MSI behavior unless the property is listed in SecureCustomProperties or passed via CustomActionData for deferred CAs. (The symptom and cause are consistent with MSI property scoping rules.) Our Solution? Edit the ArcGIS Pro. msi and change the default value of the DOTNETDESKTOPRUNTIME_FOUND property to TRUE (this is found in the properties table in the msi).
... View more
04-10-2026
09:33 AM
|
0
|
0
|
970
|
|
POST
|
After days I tracked down our environment. Microsoft Edge Browser includes WebView2 controls and IT Admin's falsely believe this meets the requirements for WebView2. However, the Microsoft .NET WebView2 Runtime is NOT the same as the WebView2 control deployed with Edge (and part of the Edge stable release updates). The runtime can be several releases ahead of the browser's version of the control. Because of this, we should be using the WebView2 Runtime installers, Evergreen version preferred, available at Microsoft Edge WebView2 | Microsoft Edge Developer.
... View more
04-06-2026
12:46 PM
|
0
|
0
|
1061
|
|
POST
|
web.config is human readable, you should open in Notepadd++ and see what it says.
... View more
04-03-2026
05:39 PM
|
0
|
0
|
101
|
|
POST
|
The cost savings is related to Viewer subscriptions; they are included with Enterprise Portal; while in AGOL Viewer is about $150 per seat. Just another comment about licensing, remember you can assign extensions to Creator seats. This means instead for purchasing Professional Plus it may be more cost effective to purchase Professional and just the extensions you need. This also applies to Creator seats, where I can assign them 3D Analyst or Spatial Analyst extensions (if I have them in my account).
... View more
04-03-2026
11:11 AM
|
0
|
0
|
529
|
|
POST
|
Also recall that ArcGIS Pro can be used with more than one Portal or ArcGIS Online organization. For example, I can startup Pro against AGOL to get my license, then 'sign-out' and sign into an Enterprise Portal or different AGOL organization.
... View more
04-03-2026
11:06 AM
|
0
|
0
|
529
|
|
POST
|
Did you install the Json file that contains your licenses onto your Portal to provision user types? I see your Admin user account has no User Type defined, it should show Creator.
... View more
04-03-2026
11:02 AM
|
0
|
1
|
350
|
|
POST
|
If you think you will be digitizing several maps (e.g., a map series) that have the same symbology you should consider creating an editing template before you start. This will allow you to set default values for point, line, polygon data types which will simplify adding attributes to your digital data down the road. In addition, if you don't have access to a traditional digitizing table (that were ubiquitous in 1990-2010) consider scanning the document then use heads-up digitizing. see: Introduction to editing templates—ArcGIS Pro | Documentation
... View more
04-03-2026
10:55 AM
|
2
|
0
|
504
|
|
POST
|
One option we are considering is just editing the ArcGIS Pro msi and change the signature that it is looking for from HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} to HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients This would mean the install would still look for and require WebView2 -but it would not be depended on finding a specific GUID.
... View more
04-01-2026
12:40 PM
|
0
|
1
|
356
|
|
POST
|
We have deployed ArcGIS Pro 3.5 to 900 computers, of these about 800 installed without issue with the remaining 100 failing. Message shown is the 'Microsoft Edge WebView2 Runtime (x64) version 117 or later...you must also install WebView2 Runtime as per-machine. " We are currently at WebView 148.0.3856.84 -the current version. On checking the package, ESRI is looking specifically for HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5} and HKEY_LOCAL_USER\ Software\Microsoft\EdgeUpdate\Clients\{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5}. In the ones that fail the GUID shown is in HKEY_LOCAL_MACHINE is present. Have anyone else seen this issue at this scale? Given that 10% of our machines have failed, it is more than just a 'bad' install of WebView2 (which the March 20, 2026 release of v148.0.3856.72 was, replace by v78 on March 23rd ;-)). Insite's are welcome.
... View more
04-01-2026
12:36 PM
|
0
|
2
|
359
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 3 weeks ago | |
| 2 | 04-03-2026 10:55 AM | |
| 1 | 03-10-2026 09:35 AM | |
| 1 | 03-10-2026 09:38 AM | |
| 1 | 02-26-2026 08:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|