|
POST
|
I keep running into an issue with the Update Occupant Features GP tool that is becoming problematic to our workflow. We use the Home Office function in Space Planner, where the Occupant assignment record gets set to "Area ID = 0". When running the Update Occupants Features tool, if an existing Home Office occupant is later assigned a Unit, their Home Office assignment record is not removed from the table, and a second record is created for their new Unit assignment. Is this expected behavior? I would think most would want the tool to essentially "move" the user based on the new assignment (i.e. delete the record with the Home Office assignment and create a new record with the Unit they've been assigned.) In this case I had both "Insert new occupants" and "Delete occupants not included in the Input Occupant Table" options unchecked, as I only want it to update assignments for existing Occupants. I also had a "Where" query for Home Office Identifier set—not that I was moving anyone to a "Home Office" but because the tool documentation says that if there's no query there then those with a Home Office assignment won't be updated. For now I've written a script that finds Occupants who have multiple assignments, where at least one has "Area ID = 0", and then removes that record with the Home Assignment if was not the most recently created of the group. It would be great if the Update Occupants Tool could handle this, however.
... View more
yesterday
|
0
|
0
|
70
|
|
IDEA
|
We also have an org with a large number of teams/departments and the Allocate tab in its current state doesn't accommodate that very well. Trying to symbolize 280+ unique instances of anything is going to be impossible, so some sort of dynamic filtering or visualization based on floor/extent/etc. would be very welcome. Related issue/solution: We'd like to see support for some hierarchy in the Allocations, which could potentially help with some of the symbology issues for larger orgs, too. Being able to view the allocation map through different "lenses" or levels (Department, Section, Team, etc.) could help simplify the amount of information being shown on the map while still retaining the full organization info in the attributes.
... View more
yesterday
|
0
|
0
|
19
|
|
POST
|
Maybe I'm not understanding it correctly but given how often privileges are added or removed to ArcGIS Online, it would be preferrable to be able to pull them dynamically from the API rather than relying on a static list that needs to be maintained (PRIVILEGE_MAPPING_CSV).
... View more
yesterday
|
0
|
0
|
16
|
|
POST
|
Hi @Michael_Rehberg , unfortunately no, I ended up dropping it from the project I was working on since I couldn't get it to work consistently. Instead, I spread the joined views onto different tabs with different filter widgets. I haven't attempted it again since or checked to see if it was addressed/enhanced (sounds like it hasn't been, yet).
... View more
2 weeks ago
|
1
|
0
|
117
|
|
POST
|
I can confirm that was the solution. If the box to include footprints is checked, then for the input OI dataset you must browse to the actual dataset within the file geodatabase and add it from there directly. You cannot add it from the map as a layer input. If anyone from Esri sees this, it would be great if the tool could be enhanced to allow inputs from the map, or at the very least, add a more specific error message to catch this scenario so that users know how to address it. The current error (000121) and the suggested solution on the error page are misleading in this case.
... View more
2 weeks ago
|
0
|
1
|
202
|
|
POST
|
@AshleyHayes2 and for anyone who comes across this, you can do it by publishing a new temporary service with your additional photos to add, then running an append from the temp service to the existing service, and then delete the temporary service. Source link . This speaks specifically to oriented imagery for ArcGIS Indoors so you can skip the floor aware stuff if you're not using that. Add 360-degree photos to an oriented imagery feature layer You can add more 360-degree photos to an existing oriented imagery feature layer to provide additional viewable images or update existing imagery with current photos. To update an existing shared oriented imagery feature layer with new or more photos, complete the following steps: Start ArcGIS Pro. Sign in to your ArcGIS organization if necessary. Import the updated photos to an oriented imagery dataset and configure it as floor aware. Share the new floor-aware oriented imagery dataset as a hosted feature service. On the View tab, in the Windows group, click Catalog Pane. The Catalog pane appears. In the Catalog pane, search for the new and the original oriented imagery feature layers containing 360-degree photos. Right-click both oriented imagery feature layers and click Add To Current Map. The oriented imagery feature layers are added to the map as layers. Use the Append tool to append features from the new oriented imagery feature layer to the original oriented imagery feature layer. Optionally, delete the new oriented imagery feature layer from your organization after confirming 360-degree photos were appended to the original oriented imagery feature layer, or ensure that the original oriented imagery feature layer is the topmost layer in the layer list.
... View more
2 weeks ago
|
0
|
0
|
111
|
|
POST
|
Thanks Peter, I will try that. I did manage to get an OI service published after testing the 360 Video to Oriented Imagery GP tool, too. That tool initially gave me an error that my OI dataset needed to be Z-enabled, and I was able to get a service up after doing that. I'm curious if that might have been what was triggering the initial issue I had with the Generate Service tool, too (but giving a less clear error message as a result). However I also skipped the footprint layer the second time, so perhaps that really is the only issue. I did not point directly at the OI dataset using the full file geodatabase path.
... View more
2 weeks ago
|
0
|
2
|
205
|
|
IDEA
|
It's been 6.5 years since this idea was posted and there are 51 kudos on it so far from other people who presumedly have the same need. Perhaps this enhancement isn't technically feasible, but at the very least it would be appreciated if someone from the ArcGIS Online team could provide an explanation as to the challenges and maybe update the Idea status accordingly.
... View more
2 weeks ago
|
0
|
0
|
123
|
|
POST
|
Would setting up Member Categories work for you? https://enterprise.arcgis.com/en/portal/11.1/administer/windows/manage-members.htm#:~:text=own%20email%20address.-,Categorize%20members,-As%20an%20administrator You can also try using admin groups that will group members based on their department group in Active Directory, LDAP, SAML, etc. https://enterprise.arcgis.com/en/portal/latest/use/create-groups.htm#:~:text=to%20the%20group.-,Link%20Active%20Directory%2C%20LDAP%2C%20or%20SAML%20groups%20from%20an%20IdP,-Note%3A
... View more
2 weeks ago
|
0
|
0
|
149
|
|
POST
|
Thanks @Robert_LeClair. No, not that exact page but I was following an Esri tutorial video and referring to the documentation pages for the individual tools. That video shows a file geodatabase being used and successfully publishing to an Enterprise portal (the tool documentation mentions ArcGIS Online too, though). This part in the workflow you shared sticks out to me: -If the images are going to be viewed only in ArcGIS Pro, you can add a folder with the images. -If the dataset is going to be published to ArcGIS Online, input a CSV file with the following fields: X, Y, Spatial Reference System, Image Path, Camera Heading, Pitch, Roll, Height. To add orientation information such as Omega, Phi, Kappa, the extra field should follow this schema: 2|H_WKID|V_WKID|X|Y|Z|RA1|RA2|RA3. I had used a folder of images with lat/lon info in the EXIF data, then I manually updated some of the other fields after the dataset was created. Not sure why they source would matter if they both end up in an Oriented Imagery dataset with the same fields, and I haven't found anything else that mentions or explains why a CSV should be used if publishing to AGO specifically.
... View more
2 weeks ago
|
0
|
4
|
265
|
|
POST
|
Not sure what exactly you mean by the 'pop up menu', but do you get the same behavior if you try to add a folder from the Favorites panel in Catalog instead of the Project panel?
... View more
3 weeks ago
|
0
|
0
|
220
|
|
POST
|
Don't know if this is going to help you now, but when working with really large projects (big data, lots of maps) I sometimes disable the Backup functionality because of this issue. It can get caught up trying to create big backups (especially if you're using an older version of Pro—it seems to be better with recent releases). It would be especially bad if you have a lot of data that is coming over any sort of network drive or URL. It won't let you save until it is done trying to create that backup. My best advice would be to wait it out if you can. In the meantime, you can disable auto-backups under Options > General > Project Recovery
... View more
3 weeks ago
|
0
|
0
|
80
|
|
POST
|
Hello, I'm trying to publish an Oriented Imagery Dataset to ArcGIS Online using the Generate Service From Oriented Imagery Dataset (ArcGIS Pro 3.6). The tool is failing with Error 000121 : Cannot analyze the dataset. The documentation on this errors says it occurs because the Analyze tool can only be used on datasets in an ArcSDE (enterprise) geodatabase. While my data is only in a file geodatabase, I haven't seen anything anywhere saying that Oriented imagery can only be published from an SDE geodatabase, so I'm a little confused by this error message and solution. Has anyone else run into this or have an idea of what's going on? Does my oriented imagery dataset really need to be in an enterprise geodatabase first in order to publish it to AGO?
... View more
3 weeks ago
|
0
|
6
|
364
|
|
IDEA
|
@PeterKnoop Thanks. In that case it's probably has come up before and I'm just not remembering. Good to know it's a feature already!
... View more
3 weeks ago
|
0
|
0
|
461
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 09-19-2023 08:22 PM | |
| 1 | 06-24-2022 09:52 AM | |
| 1 | 03-26-2026 12:44 PM | |
| 1 | 03-06-2026 08:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
9 hours ago
|