|
POST
|
Linking this post to my post: https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-in-arcgis-enterprise-11-5/m-p/1636137#M20137 same thing going on there as here....
... View more
07-28-2025
01:47 PM
|
0
|
0
|
2826
|
|
POST
|
Well, for those of us that are already at 11.5 like myself, I would not not say 'DON"T DO IT' in terms of upgrading to 11.5. I would say, 'If you have critical Experience Builder apps that you are configuring through Portals' Experience Builder Editor, you may want to hold off unless you MUST have updated widget functionality, like the Text tool that is now part the Draw widget (or other 11.5 enhancements) I haven't experienced any real issues with my Instant Apps accessing CDNs or other loaders. And although I am experiencing these loading issues for the ExB, usually if I wait and/or reload a few times I am then getting everything to load, and so can make small changes and then re-publish. I would say 'DON"T DO IT' in terms of publishing an ExB when the CONTENT has not loaded. Lastly, what does seem to be frustrating is the Bug fix report does say 'fixed' but I don't see a Portal patch out yet and the Patch Finder on the portal machine is not finding one either. EDIT - Now I see that the report says this bug is fixed for 12.0 release which is great but that definitely doesn't help us out now . . .
... View more
07-28-2025
12:51 PM
|
1
|
0
|
4898
|
|
POST
|
Well, so far this morning things are working..... no component load errors from reactjs.org so who knows . . .
... View more
07-25-2025
06:06 AM
|
0
|
0
|
4957
|
|
POST
|
Thanks for the reply @CodyPatterson - Like I said, this is Enterprise 11.5 Experience Builder, so whatever the version matrix says the Enterprise 11.5 build is, then that's what I'm working with. I always work in Chrome Incognito, and always work with a cleared cache (multiple times per day - a habit from my earlier js developer days) but have since modified that approach as Incognito blocks third party cookies - and ESRI/AGOL etc uses many third party cookies. I move over to Edge sometimes when I see the error, but that seldom helps as @JDenham noted in his reply, Firefox isn't an option for us - nor should it be required for anyone.. grr. One of my biggest headaches that remains is ESRI production reliance on github. GitHub access is mostly blocked as a security threat by our EIT Security Team.
... View more
07-24-2025
02:07 PM
|
1
|
0
|
5009
|
|
POST
|
Hello - I am constantly getting the following error message in the ArcGIS Enterprise 11.5 Experience Builder IDE: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. Each time I get the error, one component or another will not load. Sometimes its the Draw Widget, other times its a List, still other times its the Map Layer widget. Point is, when it happens I can't update my apps. I have asked my security team if we have something in place blocking content from reactjs.org, but so far I have not heard back. Thanks, David
... View more
07-24-2025
01:24 PM
|
3
|
14
|
6590
|
|
POST
|
I don't know if its 'fixed' at 11.5 - I had already completed the uninstall and re-install for Data Store as object store type at 11.4. When I went to 11.5, object store type was recognized as the available store type....
... View more
07-22-2025
01:34 PM
|
0
|
1
|
857
|
|
POST
|
Yes I reported on this back on June 9 https://community.esri.com/t5/arcgis-monitor-questions/monitor-2025-map-image-services-in-shared-instance/m-p/1621915#M2770 and I am still working with ESRI on the issue, but my support person has not told me yet that this is a known bug - they are only telling me that they are continuing to work on it. In the meantime, the post does contain a workaround, where you can go into ArcGIS Server Administrator Directory and change the max instance value on map image service that is in the shared instance to something other than 0, (like 1 or 2) and the saturation value will resolve. But I don't like leaving my services like this because ArcGIS Server Manager still reads 0,0 for my min and max instance counts (as it always has for map server services) while in the Admin directory my counts are now 0,1. This does not cause any stability issues for the services or other bad behavior - so far. @DerekLaw
... View more
07-18-2025
06:30 AM
|
3
|
1
|
913
|
|
BLOG
|
Yes - this is what I was trying to describe @AzizaParveen1 - The simple Arcade expression I have in my map works as I described above and as @RSL is describing here. All I have done is take an existing attribute field that stores a feature Name in ALLCAPS and converts it to Proper case. But it doesn't matter if I save the layer with the expression in the field list, re-save the map, and refresh the experience in edit mode, the expression attribute does not appear as field in either the data view or as an option to use as the display field. I have a more complicated use case where I want to use a related field as the display by brining in the attribute from a related table with the Arcade function FeatureSetByRelationshipName, and use that as my display field. But if even the simple case doesn't work, this won't either. Thanks- David
... View more
07-03-2025
08:58 AM
|
0
|
0
|
1951
|
|
POST
|
Oh well, problem solved for now I guess. Normally I overwrite this layer for Open Data nightly using the arcPy sharing module. I performed an overwrite from Pro 3.5.1 and fortunately it was successful.... and now the layer properties on the overview page, etc are visible. Perhaps the Service Definition overwrite with the arcPy sharing module had a hiccup, although the script was successful.
... View more
07-02-2025
11:17 AM
|
1
|
0
|
550
|
|
POST
|
Hello - I have a hosted feature layer that will not "render" itself as available on the overview page. It just says 'creating service' and nothing is available. The Data page shows no records, the Visualization page shows no layer, and the Settings page won't come up either. The ArcGIS Online health check says everything is ok, but it's not. I can see the layers' rest end point from the services end point: https://services3.arcgis.com/icrWMv7eBkctFu1f/ArcGIS/rest/services/ParcelHosted/FeatureServer/0 But it won't come up on it's overview page Thanks, David
... View more
07-02-2025
10:21 AM
|
0
|
1
|
577
|
|
POST
|
There's now a dropdown arrow under the URL of the Details section: Hit it and that will show the rest of the info
... View more
07-02-2025
10:16 AM
|
2
|
2
|
1392
|
|
BLOG
|
Hi @AzizaParveen1 - not sure how I can be more clear. I was hoping to see that the Arcade enhancement that meant that widgets such as Near Me, Table or List would be able to read in an Arcade-generated attribute column from a feature layer within the webmap. For example, when we set up an Arcade attribute expression for the popup, that expression is able to be added to the Fields view element for the popup, same as any other attribute. It just appears as an expression column that can be added to the Fields list view: This would mean that the widget would have to honor arcade attribute expressions that have been saved as part of a feature layer. Then, for example, that attribute expression could be used as a source for the 'Display Field' in the Near Me, or appear as field that could be added to the Table widget.
... View more
06-27-2025
01:51 PM
|
0
|
0
|
2215
|
|
BLOG
|
These are great enhancements and I am able to employ the multi-attribute grouping feature right away. It does mean extra clicks for the user to highlight the record of interest on the map, but being able to add a 'No Value' title is very helpful. Sadly, though when I saw Arcade as an enhancement for this release, I was hoping that meant that widgets such as Near Me, Table or List would be able to read in an Arcade-derived attribute column from a feature layer with in the webmap that stores a returned value (e.g. {expression/expr4}) , much like the Map Viewer popup view for the Fields element has long done.... But this is great....
... View more
06-26-2025
12:57 PM
|
0
|
0
|
2272
|
|
IDEA
|
The console logs seem to show its basically the sharing and oauth that is haviing issues trying to access tokens - probably due to the new user types added with this update.
... View more
06-26-2025
07:40 AM
|
0
|
0
|
3028
|
|
POST
|
Hello - since the ArcGIS Online June 2025 Update last night, I am now getting a Gateway Timeout when trying to login. Open Data site is really slow, signing into GeoNet really slow. Seems to be an authentication issue somewhere? Thanks, David
... View more
06-26-2025
05:56 AM
|
9
|
13
|
5695
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-27-2026 01:27 PM | |
| 2 | 03-25-2026 06:29 AM | |
| 2 | 03-04-2026 11:14 AM | |
| 1 | 02-26-2026 09:46 AM | |
| 1 | 10-30-2025 11:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|