POST
|
Won't a official response from Esri be more valuable than other people's thought regarding a vulnerability? You can use it as an official justification for IT. I have had very quick responses from them, so like Esri UK recommended, you should report it, if you haven't already Report a Security or Privacy Concern .
... View more
03-14-2025
11:24 AM
|
0
|
0
|
265
|
POST
|
Yes, I get the same error message as you. I will suggest starting a new post for this, considering this post is already marked as answered.
... View more
02-19-2025
02:49 AM
|
1
|
1
|
495
|
POST
|
You may try using SQL CASE Expression for this simple scenario SQL CASE Expression CASE (Transact-SQL) Sample1: If there is a possibility of Status field having values other than 1/2: CREATE VIEW ActiveFeatureClass AS
SELECT Field1, Field2, Field3,
CASE
WHEN Status = 1 THEN 'Active'
WHEN Status = 2 THEN 'Canceled'
ELSE 'Whatever message you want'
END AS Status, Field4, Field5
FROM MyFeatureClass
WHERE Status = 1; Sample1: If the Status field has only 1/2 as values, you can use this as well: CREATE VIEW ActiveFeatureClass AS
SELECT Field1, Field2, Field3,
CASE
WHEN Status = 1 THEN 'Active'
ELSE 'Canceled'
END AS Status
FROM MyFeatureClass
WHERE Status = 1;
... View more
02-05-2025
09:56 AM
|
1
|
0
|
642
|
POST
|
Esri seems to have released a patch to fix this: arcgis-experience-builder-sdk-resources/patches/1.16/patch1/arcgis-experience-builder at master · Esri/arcgis-experience-builder-sdk-resources · GitHub Worked for us.
... View more
01-16-2025
05:32 AM
|
0
|
0
|
407
|
POST
|
Update: A new Bug was logged BUG-000173271 - Unable to access the data that includes subtypes when publishing it as a map image in the Experience Builder Developer Edition version 1.16 while working fine in the 1.15
... View more
12-25-2024
05:20 AM
|
0
|
1
|
524
|
POST
|
It does seem to work when the data is published as a Feature Service, and we use the feature Layer in the Web Map (fails with the Map Image Layer). However, this is a workaround and not the expected behavior/solution.
... View more
12-24-2024
11:09 PM
|
0
|
2
|
535
|
POST
|
After configuring the Exp Builder Dev Edition v1.16, we observed that certain layers do not show up in the Attribute Table or in the selectable list of data for Widgets. The same Web Maps were working fine in ExpB v1.15 or when the layer is added directly, instead of via a Web Map. The Map Widget can see the data and Pop-ups are working fine. A bit of troubleshooting revealed that only layers with Subtypes are showing this behavior. So, our questions: Has anybody else run into this issue with Subtypes? Is this a new limitation in Exp Builder introduced from v1.16?
... View more
12-16-2024
11:02 PM
|
2
|
4
|
662
|
POST
|
Configure a map image layer (Archived 3.1 Doc) The link above details the workflow but, note that the options only seem to be available if you are sharing query layers from cloud data warehouses. Note: These options are available only if you are sharing query layers from cloud data warehouses to ArcGIS Enterprise 10.9.1 and later.
... View more
12-16-2024
10:10 PM
|
0
|
0
|
310
|
POST
|
The URL was missing the h at the very beginning. Here's the correct one Dromore River Catchment Mapping Project Spatial Data Portal V.1 but it's just a draft and shows no widgets.
... View more
12-11-2024
07:41 PM
|
1
|
0
|
551
|
POST
|
We are unable to download the Node Cache for ArcGIS Experience Builder v1.16. Nothing happens when we click on the "Node Cache" button to download. Anyone else facing the same issue?
... View more
12-10-2024
03:59 AM
|
1
|
7
|
807
|
POST
|
You should be able to change the start page to Home Start page
... View more
12-06-2024
09:52 AM
|
0
|
0
|
372
|
POST
|
You may try displaying the Pop-up images from a UNC path, if you are already updating them in a folder. Insert a hyperlink as an image element Some other post for reference: Pop-up UNC Link Not Working How do I get UNC hyperlinks stored in fields to display in ArcGIS Pro Popups? Pop-up hyperlink to local network in Portal for ArcGIS (In case you want to view in Web Apps/Browsers)
... View more
12-06-2024
09:37 AM
|
1
|
0
|
547
|
POST
|
😁Nah, all the info is from the second link directly.
... View more
12-06-2024
07:22 AM
|
0
|
0
|
585
|
Title | Kudos | Posted |
---|---|---|
1 | 02-19-2025 02:49 AM | |
1 | 02-05-2025 09:56 AM | |
2 | 12-16-2024 11:02 PM | |
1 | 12-11-2024 07:41 PM | |
1 | 12-06-2024 09:37 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|