IDEA
|
@CalvinHarmin AD groups are great. We are put our users in one to deploy our software packages to company portal. Our IT lock the admin settings for all 70k users, then give our users (600 odd) a tool to unlock the settings. We did use a GPO and it was good at applying registry settings, it was not so great at folders and files in the volumes we had.
... View more
08-25-2025
04:00 PM
|
0
|
0
|
265
|
IDEA
|
@JenniferBorlick We have a more politically correct version of that as a policy. But it's ineffective.
... View more
08-23-2025
11:06 PM
|
0
|
0
|
290
|
IDEA
|
@RichardDaniels "should" is not the same as reality. The fact on the ground is they can, and they have a strong business case for it. I would love to lock it down, but that's not going to happen. A single control in AGOL would be effective.
... View more
08-20-2025
07:32 PM
|
0
|
0
|
319
|
IDEA
|
@RichardDaniels That registry key keeps getting hacked by users. That's why want an additional control on the AGOL side. We were using a GPO to set that registry key, but our IT now require a software package, which we also set that key. - It's all fun and war games.
... View more
08-19-2025
07:10 PM
|
0
|
0
|
356
|
IDEA
|
Add Admin Control to ArcGIS Online (AGOL) to permit or block ArcGIS Pro Software Updates. ArcGIS Pro has a check for software update function, that allows users to download updates if they are connected to AGOL. This application setting is controlled by registry setting. Users can modify the registry and download software. This has created issues like; project compatibility issues between team members, functionality issues with add-ins, support issue where users want to know things about tools our GIS Managers have not tested yet, performance issues because our configuration XML was not designed for the new variables in the software. We have hundreds of users, and we like to test software with a strategical approach. We have a corporate AGOL. As an admin I would like a variable that controls access to ArcGIS Pro software updates.
... View more
08-19-2025
01:35 AM
|
4
|
9
|
456
|
IDEA
|
Databricks is an order of magnitude faster than SQL for doing stuff. Being able to connect to DB and visualize data would be extremely beneficial. At the moment we have to export to text, and a very 1990's approach.
... View more
08-18-2025
08:20 PM
|
0
|
0
|
1233
|
POST
|
We moved our ticket to Premium Support and discovered this was BUG-000164358. You will note in the bug documentation that Esri contradict themselves by claiming this BUG is a "designed" behavior, despite the fact that this "design" defeats the purpose of having a configuration file, which worked in the previous versions. Support recommends submitting an enhancement request. https://support.esri.BUG-000164358 Joe
... View more
05-26-2024
09:17 PM
|
2
|
0
|
1232
|
POST
|
We are a multinational with hundreds of users around the world. We use GPO to configure ArcGIS Pro. It creates folders, moves files, and manages the registry. Our IS&T uses roaming profiles aggressively, which is terrible for GIS Performance. So naturally we move our heavy temps like basemap caches back to a C drive location. The Pro.settingsConfig is a great concept for us. Pro.settingsConfig was working at ArcGIS Pro 3.0 and 3.1. It's not working for us at ArcGIS Pro 3.2.2. There are 76 variables, we configure 29, and most do not work or only half work. for example, When the spellcheck variable is unlocked, and false, the application is unlocked but ticked (it should be unticked), when the spellcheck variable is locked, and false, the application is locked and unticked (as expected). A pattern has emerged, if the first variable is locked the second variable is honored. If the first variable is unlocked the second variable is mostly ignored. If there's a registry setting and its registry key is removed, then the Pro.settingsConfig starts working as designed for that variable. Unfortunately, not all of my 29 variables have registry keys to revoke to force the config to work. After removing all of the companies GPO and modifying my move config file to roaming registry setting to 0. I found no changes to the issue. I made a quick video of the issue for Esri Support. Esri Case #03617505 - Admin Settings Config XML not working for ArcGIS Pro.
... View more
05-22-2024
10:40 PM
|
0
|
3
|
1388
|
POST
|
Our organization has the same issue. ArcGIS Pro 3.2.2. Windows 10. Using the Fill Sinks Tool, with "arcpy.env.parallelProcessingFactor = 0" . We are a multinational so can't change window's temp locations. This started to happen after windows updates.
... View more
05-22-2024
09:42 PM
|
0
|
0
|
5477
|
POST
|
Solved: m.name = ShortTitle
map_metadata = m.metadata
map_metadata.title = Title
map_metadata.summary = Summary
map_metadata.description = Description
map_metadata.tags = Tag
map_metadata.credits = Credits
map_metadata.accessConstraints = Terms
map_metadata.save()
... View more
08-08-2022
10:38 PM
|
1
|
0
|
2322
|
POST
|
I have the same issue. I'm making a task tool, driven by py tools. The metadata object remains read only. I can make my own metadata object and populate it, but can't copy and save it in the map metadata object. The Map Metadata object remains read only. This happens when using a script tool in ArcGIS Pro, or when running py via idle with ArcGIS Pro closed. m = aprx.activeMap
m.name = Title #set the map elements name to the same as the title
# create empty metadata object and populate it with our varibles
new_md = md.Metadata()
new_md.title = 'Title'
new_md.tags = 'Tag1, Tag2'
new_md.summary = 'Summary'
new_md.description = 'Description'
new_md.credits = 'My Credits'
activemap_metadata = md.Metadata(m) #the metadata object for the active map
if activemap_metadata.isReadOnly:
arcpy.AddMessage("the metadata object for the active map is read only")
else:
activemap_metadata.copy(new_md)
activemap_metadata.save()
... View more
08-07-2022
06:36 PM
|
0
|
1
|
2335
|
POST
|
We are using ArcGIS Pro 2.4.1. Like everyone else above we sometimes have issues. One trend is when people go offline in a completely disconnected environment, things like modifying symbols are painfully slow, some tools and functions like merge, are slow too. Maybe Esri have entwined something with the user profile, which goes Muppet show when roaming.
... View more
02-19-2020
12:14 AM
|
2
|
0
|
4450
|
POST
|
.. I'd like to use py to automate the above. I'd like to back up all runtime geodatabase, then programaticllay replicate changes against a local master, and pass the runtime geodatabase back.
... View more
11-10-2019
10:14 PM
|
0
|
2
|
2152
|
Title | Kudos | Posted |
---|---|---|
4 | 08-19-2025 01:35 AM | |
2 | 05-26-2024 09:17 PM | |
1 | 06-04-2024 06:13 PM | |
1 | 08-08-2022 10:38 PM | |
2 | 02-19-2020 12:14 AM |
Online Status |
Offline
|
Date Last Visited |
08-25-2025
03:45 PM
|