|
POST
|
We use database views to filter datasets and remove fields not needed for the intended users. Can a database view participate in a distributed collaboration using sync instead of reference? I would like ArcGIS Enterprise (AGE) to sync some database views based feature services to ArcGIS Online (AGO) for public use. I want to use sync instead of reference to keep public traffic off of AGE and to take advantage of scaling in AGO. I made sure that the GlobalID field is include in the view's definition but I get an error saying the data is not configured for sync. I cannot enable Archiving or versioning on the view, but the parent table has both enabled.
... View more
04-24-2024
01:53 PM
|
0
|
4
|
2022
|
|
IDEA
|
Similar to how we can change sharing or categories for items on the Content page, please add the ability to manage tags as well. I think the UI for category management would work well for managing tags as well; a list of tags currently assigned, a list of layers selected, and as changes are made to the tags list it shows how each layer will be modified.
... View more
04-01-2024
02:51 PM
|
4
|
0
|
783
|
|
POST
|
We were looking at deploying it on AGE 11.2 to evaluate what we could use for the upcoming April 2024 eclipse. We are expecting internet to be spotty at best on the day of the event so I am trying to minimize our reliance on internet based resources for staff such as AGO. If the solution has a lot of internet based data then it makes sense to focus on AGO.
... View more
03-08-2024
10:12 AM
|
0
|
0
|
1378
|
|
POST
|
I noticed today that the Emergency Management Operations solution is not available for deployment in ArcGIS Enterprise 11.2 and the help documentation is not available on doc.arcgis.com. Has the solution been discontinued on ArcGIS Enterprise?
... View more
03-07-2024
01:32 PM
|
0
|
3
|
1424
|
|
POST
|
@KoryKramerit has been a few years since this post. Is there any interest from Esri to add this functionality to feature classes, tables, feature services, etc.? It seems like this functionality is fairly common in most software these days.
... View more
02-13-2024
09:45 AM
|
4
|
0
|
2622
|
|
IDEA
|
This has often been a defining limitation of ArcGIS that has cause other departments in my organization to go find a different solution to meet there business needs. It seems like this is a simple and common business need. I recently created a CIP dashboard and had to come up with an interesting workaround so users could see all the different types of infrastructure improved by a project without double counting the project. It would be easier to be able to select "Transportation; Water Distribution; Wastewater Collection;" in one field and be able to filter by any one of those values. Something else that would be cool would be to create symbology for the individual domain values and have ArcGIS combine the colors in the symbology based on what values are selected. I will also echo that the original poster provided a simple solution to enable this functionality.
... View more
02-13-2024
09:37 AM
|
0
|
0
|
3533
|
|
POST
|
@FPGIS_FrancescaRohrdid you ever find a cause or solution for this issue. I have just started trying to use distributed collaborations and I am running into this same issue. A service that has been shared with the public will eventually be set back to private on its own.
... View more
02-13-2024
08:40 AM
|
0
|
1
|
1062
|
|
POST
|
In case anyone is interested, here is an Arcade expression I created to work around the 11.2 limitation. You will need to: add the closureglobalid field to the Blocks and Detours forms set the field visibility to hidden make sure editing is disabled set the field to not required create a new Arcade expression using the code below and assign it to the closureglobalid field // This expression is intended to be used with
// Road Closures version 2.0 for ArcGIS Enterprise 11.2
// Set the field names from the Closures layer
var closureidField = 'closureid';
var globalidField = 'globalid';
var createddateField = 'created_date';
// Set the buffer distance and units
var bufferDistance = 10;
var bufferUnits = 'meters'
// Get the closure features
var closures = FeatureSetById($datastore, 1, [closureidField, globalidField, createddateField], true);
// Get an array of all closures within the specified buffer distance
var intersectingClosures = Intersects(closures, Buffer($feature, bufferDistance, bufferUnits));
// Check to see if any closures were intersected
if (intersectingClosures != null){
var lastCreatedDate;
var lastClosure;
// Loop through all the intersected closures and return
// the GlobalID of the most recently added closure
for (var closure in intersectingClosures){
// Get the created date from the first intersected closure
if(lastCreatedDate == null){
lastCreatedDate = closure[createddateField];
lastClosure = closure;
}
// Compare the last closure the the next one in the loop
// and keep the most recent one
else{
if (lastCreatedDate < closure[createddateField]) {
lastCreatedDate = closure[createddateField];
lastClosure = closure;
}
}
}
// Return the GlobalID for the most recent
// intersecting closure
return lastClosure['globalid'];
}
... View more
01-30-2024
03:30 PM
|
0
|
0
|
2164
|
|
POST
|
@ChrisFoxI am not seeing a Blocks or Detours section in the editing form in Experience Builder or Map Viewer. They do show up on the Configure Form page in the web map
... View more
01-30-2024
10:22 AM
|
0
|
0
|
2187
|
|
POST
|
I just deployed the Road Closure solution version 2.0 on ArcGIS Enterprise 11.2 and got errors in the popups for the blocks and detours in the public feature view layer. The problem was that the closureglobalid field is not included in the view for both the blocks and detours. Updating the feature layer view definitions to include that field fixed the popup error. However, I am not sure why the relationships are included in the popup because no relationships are established through the out-of-the-box editing experience. The solution has to be updated to populate the closure GlobalID in the blocks and detours features.
... View more
01-30-2024
09:23 AM
|
0
|
1
|
1176
|
|
POST
|
My organization is looking at deploying the Road Closure solution version 2.0. During the creation of a road closure, blocks, and detour I noticed that the closure popup had placeholders for related blocks and detours. I did not see a way to relate those features during the creation of the features and I had to open up the service properties page to see that relationship was built off of the closure GlobalID. Is there an easy way to associate closures, blocks, and detours during the creation of the features? Would there be an issue with creating an Arcade expression to find the most recently added intersecting closure to copy the GlobalID to the blocks and detours?
... View more
01-30-2024
09:15 AM
|
0
|
4
|
2248
|
|
IDEA
|
I think the new feature service functionality is fairly close to what I had in mind. What would be great is to have a way to add those dashboards created with ArcGIS Monitor data as new tabs in the Organization->Status->Dashboard section if that is the direction Esri is going with ArcGIS Monitor. What I had in mind is a tab in the Organization->Status->Dashboard section that showed indicators for server health and ArcGIS Enterprise software health. Basically, a simple one stop place for admins to look at within ArcGIS for Portal to know what the overall health of the portal is. Then if there is an issue clicking on the issue launches the federated ArcGIS Monitor site to get more information. I am looking for something that lets me stay within ArcGIS for Portal and only go into ArcGIS Monitor if there is an issue to troubleshoot.
... View more
01-26-2024
03:08 PM
|
0
|
0
|
1801
|
|
POST
|
I am not sure why they have that requirement for the upgrade. My guess would be a copy of the contents of the directory are made during the upgrade. I know that is what happens to the content directory for Portal for ArcGIS. I would highly recommend following Esri's recommendation to manually create backups of all your data stores before proceeding with the upgrade. As for your last two questions, the describedatastore command will show you where your backups are currently saved and the configurebackuplocation will let you change the location if needed. I hope that helps.
... View more
01-05-2024
12:37 PM
|
0
|
0
|
835
|
|
IDEA
|
If the Portal for ArcGIS home page is set to view only mode, disable the home page editor and show a message at the top of the home page editor that says the home page is in view only mode. We recently had an issue where after upgrading ArcGIS Enterprise our home page was somehow set to viewOnly and it required looking through the config settings in /sharing/rest/portals/self to find that. It would have been much easier if the home page editor was disabled, and a message shown saying that the home page was in view only mode.
... View more
01-02-2024
09:59 AM
|
4
|
0
|
743
|
|
IDEA
|
Somehow our home page was set to view only mode and when that happened a default home page was shown to users instead of our custom home page. Please change the behavior of Portal for ArcGIS after setting portalProperties "homePage" to "viewOnly" to show whatever home page was last saved using the home page editor instead of a default home page layout.
... View more
01-02-2024
09:44 AM
|
1
|
0
|
552
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | 11 hours ago | |
| 1 | Wednesday | |
| 1 | Wednesday | |
| 1 | Wednesday |
| Online Status |
Online
|
| Date Last Visited |
15 hours ago
|