|
POST
|
Hi @CodyPatterson, Thank you for the quick response. Uninstalling and reinstalling the app has done the trick. Would still be interested to know what the cause of the error was though, especially since there seems to be nothing about it online. If it occurs again I'll try and get some logging done.
... View more
05-15-2024
01:23 AM
|
0
|
1
|
2623
|
|
POST
|
Hello, We have a community user who is experiencing issues in ArcGIS Field Maps. When they open the app, they get the error: "Unable to Open code expired" I can't find anything about this error looking online. They are unable to access any of their maps. They are running on an iPhone 12, iOS 16.2. Any ideas? Thanks.
... View more
05-13-2024
03:13 AM
|
0
|
4
|
2746
|
|
BLOG
|
Thanks for posting this. However, the gifs don't show for me.
... View more
05-10-2024
01:10 AM
|
1
|
0
|
1012
|
|
POST
|
I am trying to update my ArcGIS Pro installation to the latest version (3.3), and have already installed Microsoft .NET Runtime - 8.0.4 (x64) as required (https://www.esri.com/arcgis-blog/products/arcgis-pro/announcements/arcgis-pro-3-3-moves-to-net-8/). However, when trying to install the update, I get the following errors: "ArcGIS Pro required Microsoft .NET Desktop Runtime (x64) 8.0.x. To download and install Microsoft Windows Desktop Runtime - 8.0.x (x64), visit the Microsoft website or contact your system administrator." "Download Manager Update dailed. Microsoft Installer failed to run. Fatal error during installation." .NET 8.0 showing as installed in Program list I have tried restarting to see if that resolves the issue but with no luck.
... View more
05-08-2024
03:57 AM
|
0
|
4
|
7624
|
|
POST
|
Not sure if related but I am seeing multiple issues with hosted views today through the Update View process, including the error you note: "Error Could not access layer. Try again.". The Update View process is also hanging indefinitely.
... View more
04-18-2024
04:06 AM
|
0
|
0
|
920
|
|
IDEA
|
Agree. Particularly your last point about formatting being completely removed when replacing dynamic text.
... View more
04-03-2024
07:01 AM
|
0
|
0
|
3460
|
|
IDEA
|
Hosted views allow creation of views from hosted feature layers, with the view set using the Update View button. This takes you through a few steps to set filters, fields and so on. When managing lots of different views, it is easy to forget exactly what filters are set on each view. It would be useful to have this information available at a quick glance, rather than having to click Update View and go through the steps to see what is set there. Even if this was presented as an sql clause or similar in the Settings tab (e.g. as an expandable section under the Update View button) this would save a reasonable amount of time and unnecessary clicks. I would also propose that this is only visible to users with permission to edit the view, rather than just anyone the view is shared with.
... View more
03-14-2024
07:23 AM
|
6
|
3
|
1384
|
|
BLOG
|
Disappointing to see that Batch editing is still a long way off, after previously being told it would hopefully be available Q4 2023.
... View more
02-20-2024
06:20 AM
|
10
|
0
|
25259
|
|
POST
|
Having the same issue today in Pro 3.1.3. also. Getting the "Failed to create new model." error pop up. Project is saved on a shared server drive. Creating a new toolbox on the local drive and setting as default also working as a workaround as others have posted.
... View more
01-04-2024
03:05 AM
|
0
|
0
|
2851
|
|
POST
|
Following the latest ArcGIS Online update it seems that there have been changes to what is accepted as a service title. Previously service names could be edited to include a hyphen. However now, when trying to add a hyphen to a service name, it returns the error: "The title of a service may only contain alphanumeric characters or underscores and be 90 characters or less." Is there any reason why this is now being enforced? We already have many views with hyphens etc. in their names. Are these still valid?
... View more
10-27-2023
06:50 AM
|
0
|
6
|
4746
|
|
POST
|
Thank you Jeffrey that is useful to know. I was hoping for a solution in the standard Online edition.
... View more
10-25-2023
06:47 AM
|
0
|
0
|
1199
|
|
POST
|
Is there a way to display a logged in user's username in an Experience? E.g. within a Text card? I can see ways of using the user's details to filter data and so on, but not to actually display the logged in user's username or fullname. Thanks.
... View more
10-25-2023
03:13 AM
|
0
|
2
|
1278
|
|
POST
|
You can try something like this as your Data Expression var fullname = GetUser()['fullName'] // alternatively change to ['username']
Console (fullname) // to check in the Console that the fullname is returned
var fs = FeatureSetByPortalItem( // get your feature service
Portal('https://www.arcgis.com'),
'itemid', //add in your itemid (e.g. '3385b003af5248e59c1fa68e1411c446')
2, // change to relevant layer id (e.g. 0)
['*'],
false
);
Console(Count(fs)) // to get number of features in feature service in Console
var filfs = Filter(fs, `AssignedUser= '${fullname}'`) // change field as needed
Console(Count(filfs)) // check in Console that it is returning the correct number of features assigned to the user
return filfs
... View more
10-25-2023
02:16 AM
|
0
|
0
|
2824
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-24-2026 03:17 AM | |
| 1 | 05-27-2020 02:34 AM | |
| 1 | 01-07-2026 09:19 AM | |
| 3 | 10-20-2025 01:36 AM | |
| 1 | 02-24-2021 10:05 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|