|
POST
|
@Wei_Ying We are also getting this in the server logs all the time when users try to use a tool. Again it seems to use the wrong credentials is my guess. Again our ExB is built in AGOL but uses services and custom GP tools from Portal 11.5. Error code: 403 Description: Access to this resource is forbidden, regardless of authorization. Message: You do not have permissions to access this resource or perform this operation. Thanks a lot
... View more
01-13-2026
02:01 PM
|
0
|
2
|
744
|
|
POST
|
@Wei_Ying here is some more info. In the server logs the tools seems to just get a #? Again its only when you use the popup that auto comes up after a search with the search widget. We can recreate this every time on every layer we have, in every tool we have. Error executing tool. AIM Terrestrial Site Visit Summary Job ID: jb6f7302f25364574a65e0acd4682c847 : ERROR 000735: Indicator Layer: Value is required updateMessage Error: Traceback (most recent call last): , line 1228, in ListFields return gp.listFields(dataset, wild_card, field_type) File "C:\Program Files\ArcGIS\Server\framework\runtime\ArcGIS\Resources\ArcPy\arcpy\geoprocessing\_base.py", line 378, in listFields self._gp.ListFields(*gp_fixargs(args, True))) OSError: "#" does not exist Thanks a lot
... View more
01-12-2026
12:36 PM
|
0
|
0
|
1125
|
|
POST
|
Thanks a lot For #1 on acting more like Pro. The big one there is how selections are used. In WAB if a feature was selected then the GP tool widget would see that selection just like Pro does. But in ExB it does not know anything is selected. This is true in a number of was to select from the select widget to the attribute table. I did a big write up on it here https://community.esri.com/t5/arcgis-experience-builder-questions/select-widget-cannot-connect-to-analysis-widget/m-p/1626374#M19453 For #2 2. For your described problem here "It is generalizing polygons for display then uses these as the input to tools.": Based on my understanding, you are seeing different intersection point result in Pro and ExB analysis. Unfortunately I cannot reproduce using my own tool. We do need more details to work on this. We would highly recommend you contact Esri support so stuff can help you narrow down the problem provide a workaround if possible, and importantly provide develop team detailed information and repro steps that help team to investigate and fix. We appreciate your feedback posting on GeoNet which bring us quicker attention but for solutions we think it is better and more efficient actually give us a support ticket with details. We had a point right near a polygon boundary. If the user is zoomed out to see the entire polygon the point gets skipped on an intersect. If you zoom way in on the exact same polygon then that point does get included on the intersect. That tells me the polygons are being sent with a different vertex list on each run. I did see a UC demo that talked about this. I would check the ExB code there and see if it is in fact sending the client side generalized polygons to the tool. I am pretty sure if you ask the coder who did it they will see it. It should go get the full real polygon from the server and then send that vertex list to the tool. In Pro it is not generalizing so it all works fine. Hope that makes sense but I do think if you ask on the code you will see it. On #3 thank you for taking the time to read them! I am responding to each now. Some have gotten out dated enough that I no longer have a ExB sample to show you as we had to move on after a few months. Thanks again @Wei_Ying
... View more
01-12-2026
11:49 AM
|
1
|
0
|
575
|
|
POST
|
Sorry we now gave up on the accordion since we could never get it to work right. So I can no longer test as this was back in Sept. But we have two other tickets open now that ExB is getting confused on which creds to use if we have a AGOL ExB with Portal data inside of it. We seen deny loops a lot. We see deny in the server logs also. One of those tickets is Case number #04081687. And the post is here https://community.esri.com/t5/arcgis-experience-builder-questions/embed-widget-fails-to-load-if-links-are-to-a/m-p/1663457#M21513 Again thanks a lot
... View more
01-12-2026
10:01 AM
|
0
|
3
|
750
|
|
POST
|
Sorry let me try to explain better. I open up Tool 1 and check this option box here in blue I then open Tool 2 which has the exact same options and that same option box will already be checked. So it seems to cache the toolbox options by name and not by tool and name. So now any tool that has that same option name will default all the same. I hope that makes sense.
... View more
01-12-2026
09:51 AM
|
0
|
0
|
584
|
|
IDEA
|
Sorry I do not know what this means? "Do you support the parameter groups (that can collapse/expand) that categorize the options? " Just an idea to support toolbox categories that work in Pro. Thanks
... View more
01-12-2026
09:30 AM
|
0
|
0
|
420
|
|
POST
|
I was able to make a gif showing the issue. It still happens for us every time when coming from the search menu. If you re-click the popup then it all works fine. It is only that initial search pop up. It does it on all 8 of our custom geoprocessing tools that have worked for a long time. Again its just the initial search popup then set as analysis input Here are our settings Thanks a lot for looking into this our users get pretty confused.
... View more
01-12-2026
09:26 AM
|
0
|
3
|
1128
|
|
POST
|
If you are using count then once() can help otherwise as you scroll back it is recalculating the count on you is why. position(..) can cause infinite loops in some forms so if does that (it will give a warning at the top right of connect) use once(count()) instead.
... View more
01-12-2026
06:30 AM
|
1
|
0
|
1410
|
|
POST
|
Had some other team reach out to me just today that this is STILL an issue, which I am sorry is just insane. Esp since I have talked to each team in person face to face. Yet 5 years and counting. BUMP thank you
... View more
01-09-2026
02:46 PM
|
2
|
0
|
717
|
|
POST
|
I think I have seen this warning from Esri before. It is generalizing polygons for display then uses these as the input to tools. I remember at the time I did not agree with that at all! I think what it does is the generalized polygon is client side so it grabs that and sends it to the toolbox when really it should go back and get the real vertices then send that to the tool. Should not be too hard to implement. When zoomed out it can be way off. We use these polygons to do an intersect on our point layer, then that selection of points in used in our reporting summaries. We just had a user find points being left out of a report. These reports are used to make important decisions and often end up in court. So these are a big deal! Its not a minor issue or bug. The funny thing is if we add the same exact polygon service to Pro and run the exact same analysis tool in pro it DOES find the point. So that tells me Pro has figured this out somehow. We really need ExB to act like other Esri software but it does not - and this has come up again and again. We have seen over the years that Esri teams are each are in their own silo. I get that, it happens to all of us, but it needs to start to be addressed. Again I ask that please someone from the ExB team can at least acknowledged they are seeing these posts as the list of issues just with the Analysis widget is really hurting our reputation. As listed here, just me alone has now found this many issues in just the Analysis widget. https://community.esri.com/t5/arcgis-experience-builder-questions/more-analysis-widget-issues-if-a-feature-is-found/m-p/1674410 https://community.esri.com/t5/arcgis-experience-builder-questions/more-analysis-widget-woes/m-p/1660577 https://community.esri.com/t5/arcgis-experience-builder-questions/select-widget-cannot-connect-to-analysis-widget/m-p/1626374 https://community.esri.com/t5/arcgis-experience-builder-ideas/analysis-widget-support-for-toolbox-categories/idi-p/1619071 https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-hanging-with-a-spinning-run-in/m-p/1647330 https://community.esri.com/t5/arcgis-experience-builder-ideas/analysis-widget-add-support-for-parameter/idi-p/1619080 https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-hoping-for-enabled-false-support/m-p/1617567 https://community.esri.com/t5/arcgis-experience-builder-questions/set-as-analysis-input-will-open-the-tool-if-its-in/m-p/1635671 https://community.esri.com/t5/arcgis-experience-builder-ideas/analysis-widget-does-not-display-messages-from/idi-p/1678456 https://community.esri.com/t5/arcgis-experience-builder-ideas/users-request-tool-history-in-the-analysis-widget/idi-p/1678478 https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-cannot-get-a-field-list-if-the/m-p/1678485 https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-is-using-generalized-display/m-p/1677142 https://community.esri.com/t5/arcgis-experience-builder-questions/one-or-more-layers-not-publicly-accessible/m-p/1627413 https://community.esri.com/t5/arcgis-experience-builder-questions/analysis-widget-fails-to-send-some-polygons-into/m-p/1690080#M22788 I understand all of us are busy, as am I I chasing all these down, but some of these are serious issues that should not get through testing and need to be addressed. Can anyone from the team please let me know if these are being seen or on the list. Some of these we brought up in person at the last 3 dev summits and with our rep also. I do not have the ability to make support tickets. Maybe @AlixVezina or @Jianxia ? Thank you very much!
... View more
01-09-2026
11:50 AM
|
1
|
2
|
722
|
|
POST
|
Then no cannot do that. You can edit a previous and resend. You could also use a repeat for this. Maybe one form per date and then a repeat with the ID in it. This repeat you can make a feature class then just use that layer in all your maps or reporting skipping the top level totally. Then each "form" is just a plus button, pull in the master values, set facility id and done. Could be pretty fast that way and data looks the same in the end. But I do wonder if all the data is the same what is even the point of collecting it lol. Plus no GPS tracking to make sure they even went there (but in a repeat you could add that actually). You could also prepopulate all the fields but the ID. Field Maps I think has edit multiple now but not sure it has create multiple. I could see in Field Maps you prepopulate all the inspection locations then they can mark them off as they go or select all and edit them all. But again pretty easy to just fake that data. Almost sounds like they do it all on paper then just create records at the end.
... View more
01-07-2026
01:57 PM
|
1
|
0
|
1192
|
|
POST
|
Experience Builder does have edit multiple now I think in the edit widget. But note if you skip 123 then none of the calcs will fire! That may be fine for a status type field but be aware. There is a 123 widget also but I do not think it can do multiple at once. Map viewer has a edit multiple as well. Again now 123 logic will run. Also ArcGIS for Excel you can link to the service and edit many records fast right in Excel. But of course again no 123 logic will fire. Dashboards can now edit also. Hard to tell more without know the workflow or why you need to edit these vs a better workflow. Hope that helps
... View more
01-07-2026
01:13 PM
|
1
|
2
|
1236
|
|
POST
|
I think hints are just text only with no if. Just use a note field instead.
... View more
01-07-2026
11:50 AM
|
0
|
1
|
778
|
|
IDEA
|
Take a look at ArcGIS for Excel. You can direct link it to the 123 service and set it all up in Excel once then sync to get new data.
... View more
01-06-2026
07:01 AM
|
0
|
0
|
747
|
|
POST
|
We build this way also to get the latest ExB features. We do get a popup with just an ok or cancel in it as our connects to SAML. We click ok and get in. BUT we have all kinds of issues in the ExB after that. For example if we use imbed widget with a portal source in it the browser goes into an infinite loop of logins and it grinds to a halt and never does display. Looking at dev tools it seems to be trying to send the AGOL creds to Portal (vs the portal creds). So it is not keeping them straight it seems. We did open a bug now on this but I do not have the number. We also see it sometimes with geoprocessing services and the analysis widget. We see denials in the server logs but have not tracked it down more yet. But seems to send the wrong creds again. There are some other examples that I am forgetting now. We did try to move all to portal but there were a number of other issues that came up from being older version and some other weirdness. I know this does not help you but just adding in to confirm this and in the hope it gets some more attention from the ExB team. But note the team did give us some special URL adds to try but they did not work. But just in case look here. https://community.esri.com/t5/arcgis-experience-builder-questions/embed-widget-fails-to-load-if-links-are-to-a/m-p/1663457#M21513 thanks!
... View more
12-31-2025
08:26 AM
|
0
|
0
|
621
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month ago | |
| 1 | 2 weeks ago | |
| 1 | a month ago | |
| 1 | a month ago | |
| 1 | a month ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|