|
IDEA
|
We could really use something like Partnered collaborations for ArcGIS Enterprise. It could be ArcGIS Enterprise to ArcGIS Enterprise or ArcGIS Enterprise to an ArcGIS Online organization. This would save a lot of time sharing data between organizations by being able to add content to a group and add members from other organizations to that group. The current distributed collaboration share by reference has only ever worked for us when content was shared with everyone. If we add something to that collaboration that is not shared with everyone anyone in the other organization gets a prompt to sign into our ArcGIS Enterprise deployment.
... View more
a week ago
|
0
|
0
|
117
|
|
IDEA
|
In the organization settings page under Collaboration it would be helpful to run a manual sync for specific items in the workspace.
... View more
a week ago
|
0
|
0
|
107
|
|
IDEA
|
The current way that distributed collaboration works does not scale very well as more data is added to the collaboration and the one hour minimum between workspace syncs is too long for coordinating information during emergency response. I would like to be able to configure syncs schedules on a per item basis Reduce the minimum time between attempting a sync to five minutes Syncs should not trigger if no item details or data has changed Separate item details syncs and data syncs Update the Settings->Collaborations->Workspaces UI to show the status of each item within a workspace Include info on the item details page about sync status and time of last sync attempt
... View more
a week ago
|
0
|
0
|
118
|
|
IDEA
|
I do agree that ArcGIS Enterprise is in need of some better QA/QC for both platform releases and patch releases, but Esri's release cadence is usually only two releases a year for ArcGIS Enterprise. The odd minor releases (11.3, 11.5, 12.1, etc.) are long term releases that are supported for a longer period of time if you do not want to upgrade more often.
... View more
3 weeks ago
|
0
|
0
|
135
|
|
POST
|
FYI, the issue is caused by the attribute rule templates Generate ID and Symbol Rotation. Those rules use an Arcade function call FeatureInFilter that is causing the error only in ArcGIS Field Maps. The function should be supported in ArcGIS Pro 3.5+, ArcGIS Enterprise 11.5+, and Field Maps 25.2+. Esri has a bug number for the issue that is "Under Consideration". Current workarounds are to use map services instead of feature services if no editing or offline is required. Otherwise, those attribute rule templates need to be modified to not use the FeatureInFilter function.
... View more
3 weeks ago
|
0
|
0
|
80
|
|
POST
|
The Map Image is being rendered on ArcGIS Server and an image is passed to the client. It supports all the symbology and labeling as the client that published the service. The Feature Service on the other hand has its data passed to the client and is downgraded to what the client supports. If you open the Feature Service in ArcGIS Pro it should look like the Map Image, but if you open the Feature Service in Map Viewer you are limited to what Map Viewer supports for symbology and labeling. Symbology in Map Viewer has come a long way and most of the time it will match what you would see in ArcGIS Pro. Labeling in Map Viewer is very simplistic compared to ArcGIS Pro, especially the Maplex Labeling engine. You will run into similar limitations viewing the Feature Service in other clients like ArcGIS Field Maps. Also, I noticed that you are on ArcGIS Pro 3.7 and ArcGIS Enterprise 12.0. The matching version of ArcGIS Pro for ArcGIS Enterprise 12.0 is ArcGIS Pro 3.6. I have run into odd issues when using a version of ArcGIS Pro that is higher than the matching version of ArcGIS Enterprise. If you can, you may want to try to republish the service using ArcGIS Pro 3.6 and see if the issue still happens.
... View more
3 weeks ago
|
0
|
0
|
100
|
|
POST
|
With SQL Server the account hierarchy is the SQL Administrator account (can create databases), then the database owner account (can manage the database), and then user accounts (create, edit, or just view tables depending on permissions). Those can all be the same account but that is not the best practice. This is what I usually do in our environment using SDE schema. My admin Windows account is in the SQL admin group so it can create an enterprise geodatabase (EGDB). For simplicity, I use the Create Enterprise Geodatabase tool to create the EGDB and we use SDE owned schema instead of DBO. Create a database connection to the new EGDB using my admin Windows account (if the accounts already exists in SQL Server, I think this can just be the SDE account instead) Use the database connection in Step 2 to run the Create Database User to create an account to load the data into the EGDB. I use SQL Server Management Studio to create the "regular" user accounts and add them to the EGDB. These accounts can view or edit data but cannot modify or add feature classes or tables. You cannot use the Create Database User tool for this because it gives too many privileges. Create another database connection for the new EGDB using the data loading account Use the database connection in Step 5 to load data into the EGDB After the data is loaded into the EGDB, use the database connection in Step 5 to run the Change Privileges tool. The Change Privileges tool can process multiple feature classes and tables by default. If any of the users have the exact same privileges, you can run Change Privileges in batch mode with the User parameter as the batch parameter. You will have to run the Change Privileges tools each time different privileges are required for different users. Here is an example: John and Jane both view table 1 (Input Dataset: table 1; Users: John, Jane; View: Grant) John only views table 2 (Input Dataset: table 2; Users: John; View: Grant) Jane edits table 2 (Input Dataset: table 2; Users: Jane; View: Grant; Edit: Grant) Now your users can create database connections to the new EGDB and see what has been shared to them. This is probably a bit excessive, but I like having the separation of account duties for security and quality control. I am the only one that has access to the data loading account, and I only use that account to load and manage feature classes and tables. I do not use it for regular access or editing.
... View more
3 weeks ago
|
0
|
0
|
134
|
|
POST
|
The only way that I have gotten that to work is to setup the distributed collaboration workspace as a two-way sync with the copy only turned on. Setting it up that way creates a copy in ArcGIS Enterprise and you no longer get the prompt to sign into AGOL. Then any changes you make in ArcGIS Enterprise should sync back to AGOL. That approach has its own problems unfortunately. Often the sync will start to fail with replication package errors. You will have to delete the version in ArcGIS Enterprise, remove the service from the AGOL workspace group, manually run a workspace sync, add the service back to the AGOL workspace group, and finally run one more manual workspace sync. You will lose any edits that did not sync before the errors start. The good news is the ArcGIS Enterprise copy should keep the same item name and service name, so you do not have to fix any maps or apps referencing the service. Esri does not say it anywhere in their documentation that I can find but, in my experience, distributed collaboration sync by reference is only functional with publicly shared items.
... View more
3 weeks ago
|
1
|
0
|
158
|
|
IDEA
|
I agree with what has been said except un-sharing the archived user's content. ArcGIS Online and ArcGIS Enterprise need a separate way to archive items (Add the ability to archive items, AGO - Archive content). Archiving a user does not necessarily mean their content needs to be archived as well. Items that are not going to change could stay associated with the archived account and items that will need changes made could be transferred to a new owner with some kind of lineage of who the previous owner was. Really all that has been mentioned so far could be applied to the existing "Disabled" account classification.
... View more
4 weeks ago
|
0
|
0
|
165
|
|
POST
|
We recently finished migrating from geometric networks to utility networks for water, wastewater, and storm water. We are on ArcGIS Pro 3.5 and ArcGIS Enterprise 11.5. In ArcGIS Enterprise I published view-only feature services of the utility networks that do not have editing or tracing. Those services do use subtype groups for the symbology. In Map Viewer and Experience Builder the utility network feature services render without issues, but in ArcGIS Field Maps none of those feature services will render. Field Maps is reporting ArcGIS.MappingError Invalid arcade expression: The Arcade expression requires a later version of Runtime for some of the subtype groups and other subtype groups report ArcGIS.GeodatabaseError Item already exists. I updated Field Maps to 26.2.1 and the issues remain. If I change the map to use the map services of those view-only services instead, the errors go away and the utility network data shows up in Field Maps. I am not seeing errors in the Field Maps logs even when I turn on verbose logging.
... View more
4 weeks ago
|
0
|
1
|
246
|
|
POST
|
I hope that is not the case, but it is what it is. This is what I get when I try to view the bug on Esri Support. I know I will not be trying another upgrade off of 11.5 until at least a workaround, if not a patch, is posted.
... View more
4 weeks ago
|
0
|
1
|
446
|
|
IDEA
|
Another example that comes to mind is the Special Event Operations solution from ArcGIS Solutions. We recently deployed this solution and in the solution there is one service, one map, and one app for people to edit what is happening with an event. After showing the solution to Fire, Parks, Police, and Public Works they pointed out that are different aspects that each department is responsible for and they were concerned with accidentally modifying some other departments edits. Currently, I will have to recreate the solution by making copies of the service, map, and app for each department so that each department can edit what they need to but still see what the other departments are doing for overall operational context. It would save so much time to be able to even at just the service level control edits and views for different groups and that propagates up through the map and app. Then I have just one service, map, and app to manage special event operations but different controls for the different groups accessing it.
... View more
4 weeks ago
|
0
|
0
|
139
|
|
POST
|
Based on what I am seeing on Esri Community, I expect it is more of an issue with the ArcGIS Online update than the deployment of the solution. If you have not already done so, I would recommend opening a case with Esri Support for the issue so they can start working on a fix.
... View more
a month ago
|
1
|
0
|
344
|
|
POST
|
Did you deploy the solution to ArcGIS Online or ArcGIS Enterprise? I believe ArcGIS Online was updated just yesterday. Either way, I would try signing out and then delete the site cookie for ArcGIS Online or Enterprise and your browser cache. I have not seen those specific errors before, but it looks like something is either unavailable or is being looked for in the wrong location which old cookies or cache could cause.
... View more
a month ago
|
0
|
2
|
352
|
|
IDEA
|
@CordulaGöke in ArcGIS Pro 3.5.7 I just used model builder to select some points in a geopackage and ran the Calculate Field tool on that selection putting the results in a new field. The process was: Make Feature Layer - input was the point feature class in the geopackage Select Layer by Attribute Calculate Field - typed in a new field name to store the results I tried the Multi Values to Points tool but it would not let me use point feature class in a geopackage as the input. Doing so generated an error that the file was not supported. I tried to get around that by using Make Feature Layer first. The Multi Values to Points did run after that but failed with an error and the point feature class was deleted from the geopackage. I also tried Extract Values to Points but if I try to put the output in a geopackage it keeps appending ".shp" to the end of the output name and there is no way to remove it. Running the tool obviously generates an error. Running the Extract Values to Points tool with the input points coming from a geopackage and the results being stored in a file geodatabase works. I would recommend opening a support ticket for the Multi Values to Points and Extract Values to Points tools failing to output data to a geopackage. The Multi Values to Points tool overwrites the input points file, so if it is trying to save the new points as a shapefile inside a geopackage that would explain the table being deleted.
... View more
a month ago
|
0
|
0
|
311
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 06-24-2026 03:13 PM | |
| 2 | a month ago | |
| 1 | a month ago | |
| 7 | a month ago |
| Online Status |
Online
|
| Date Last Visited |
a week ago
|