|
POST
|
I think it was my order of operations. During my first attempt, I updated version 1.16 and then imported the application ZIPS from 1.15 to 1.16. The second time, I did a fresh install of 1.16 and then copied the widgets into the ArcGISExperienceBuilder\client\your-extensions\widgets\ folder. After that, I imported the application ZIPS from an export from 1.15.
... View more
12-09-2024
09:47 AM
|
0
|
2
|
1798
|
|
POST
|
Thank you @TimWestern. If I change the name of the widget folder in ...ArcGISExperienceBuilder\client\your-extensions\widgets\mapswitcher and the name in the manifest.json for each widget, it works. However, existing applications created in DE break the widgets and require them all to be reconfigured because of the name change. I did clear the cache on the client and server folder by running npm cache clean --force, which did not seem to change anything for this issue.
... View more
12-09-2024
08:24 AM
|
0
|
3
|
1811
|
|
POST
|
Recently I removed EB DE 1.15 from my development server and deployed 1.16. When I run npm ci, npm fund, then npm start, I get the below results of saying the widget name is duplicated. I went to update the widget.tsx in one of the widgets, but the updates are not pushing through into the widget itself. I am missing some steps about migrating widgets from one version of EB DEV to another. I did copy and paste the widgets from the 1.15 to 1.16 file path...\ArcGISExperienceBuilder\client\your-extensions\widgets folder. Instead of editing the code in file path...\ArcGISExperienceBuilder\client\your-extensions\widgets, should I be editing the code in file path...\ArcGISExperienceBuilder\client\dist\widgets?
... View more
12-06-2024
03:47 PM
|
0
|
8
|
1878
|
|
POST
|
@BillFox, I don't think that is an option for us, we are probably too small of an organization to have HA available. We don't have too much downtime, and usually, we can get ArcGIS Security Patches, Windows Updates, etc. accomplished after hours.
... View more
12-05-2024
12:53 PM
|
0
|
0
|
6168
|
|
POST
|
Thank you @DEWright_CA, we have a few hefty map services that contain 100-200 layers for our main internal and external city mapping applications. They can get resource intensive, so bumping up the RAM on both on internal and external federated AGS machines may be something to consider.
... View more
12-05-2024
06:45 AM
|
1
|
0
|
6194
|
|
POST
|
Thank you @AngusHooper1, I hadn't thought about a 3-way partition.
... View more
12-05-2024
06:44 AM
|
0
|
0
|
6194
|
|
POST
|
@JesseCloutier, thank you, I did create an incident as well for this bug.
... View more
12-04-2024
01:44 PM
|
1
|
1
|
1507
|
|
POST
|
I deployed Experience Builder Developer Edition 1.16 today, and have encountered the following bug with the table widget. When switching the table to Interact with a Map widget, and then customizing layers, the list of layers is in random order vs the web map order. Below is how my layers are ordered vs how they appear in the layer list of the table widget. Is anyone else getting an issue like this?
... View more
12-04-2024
01:25 PM
|
0
|
5
|
1521
|
|
POST
|
Update on 12/4/24: Esri released Developer Edition 1.16 today. I tested the widget on this version and it looks to function as it did in 1.15. I ran through the same npm commands as above for 1.16.
... View more
12-04-2024
12:38 PM
|
1
|
12
|
5810
|
|
POST
|
I have watched several technical session videos Esri posted from Developer Summit and UC from the most recent year. The two below I have watched in the past few months and found very beneficial. https://mediaspace.esri.com/media/t/1_h7hoj676 https://mediaspace.esri.com/playlist/dedicated/337930682/1_0lzt3vh4/1_nfl0n2n5
... View more
12-04-2024
08:35 AM
|
2
|
0
|
1363
|
|
POST
|
In thinking about our next upgrade from 11.2 to 11.5 (probably to be released around 2025 Esri UC), I am looking for feedback from others. Below is a high-level overview of a proposed production environment. For some background, we are a mid-sized city of about 65-70k. We have about 6-8 admins/SDE editors. We use Field Maps with feature service replicas. We integrate with a CMMS system, a permitting system, and a few others. Below is a mix of the current and proposed production environment for our next upgrade, which will be to 11.5 as this is the next long-term support release planned by Esri. Looking for feedback if anyone has any suggestions. It can be that a resource below might be not enough or too much. Server Function Windows Server Edition SQL Server Edition RAM CPU C Drive (OS and software) D Drive (Data Storage) Notes Database Server 2022 2022 16 GB 4 Cores 100 GB 1 TB Portal for ArcGIS and ArcGIS Data Store 2022 N/A 16 GB 4 Cores 100 GB 200 GB Portal and Data Store on same machine ArcGIS Server (Hosting) 2022 N/A 16 GB 4 Cores 100 GB 100 GB ArcGIS Server (Federated/Internal) 2022 N/A 24 GB 4 Cores 100 GB 200 GB Also used to run nightly Python scripts, thinking about migrating to notebook server. ArcGIS Server (Federated/External) 2022 N/A 48 GB 6 Cores 149 GB 1.34 TB ArcGIS Monitor 2022 N/A 16 GB 4 Cores 125 GB N/A
... View more
12-03-2024
01:40 PM
|
2
|
15
|
7934
|
|
POST
|
The XY to line tool may work for this, but you may need to add x and y fields to both datasets and the common LOCID field would be the common join. Is the relationship 1:1? When you did the XY to line, did you add and calculate the x and y fields or are the in the data already? https://www.youtube.com/watch?v=p7Qxy1TWWfc
... View more
12-03-2024
12:05 PM
|
1
|
0
|
1114
|
|
IDEA
|
@MelanieWawryk, I cannot upload an attachment here but this post may help you. https://community.esri.com/t5/arcgis-pro-questions/toggle-shape-field-visibility/m-p/1563088#M90633
... View more
11-27-2024
10:07 AM
|
0
|
0
|
1393
|
|
POST
|
@MelanieWawryk, this is in response to your post Bring back shape field visible fix when publishing services. I could not reply with an attachment there. I have several projects with 100-200 layers, and some of them have the shape field turned off. I tried the Python route but did not work, but I did get it to work with the attached Add-In tool. This was built on ArcGIS Pro 3.4, so I have not tested if it is backward compatible with 3.3.x or earlier. Installation Instructions 1. Download and extract the `ToggleShapeFieldVisibility.zip` file. 2. Open ArcGIS Pro. 3. Go to the `Add-In Manager` in ArcGIS Pro via `Project > Add-In Manager`. 4. Click `Add From File` and select the downloaded `.esriAddInX` file. 5. The widget should now be available in the ArcGIS Pro ribbon under the configured tab.
... View more
11-27-2024
10:05 AM
|
1
|
1
|
849
|
|
POST
|
Then it looks like after you download and extract the ZIP, remove the spaces from the folder before deploying to inetpub. Thanks @JeffreyThompson2
... View more
11-20-2024
08:57 AM
|
0
|
0
|
1142
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | yesterday | |
| 2 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago |
| Online Status |
Online
|
| Date Last Visited |
5 hours ago
|