|
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
|
6803
|
|
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
|
6829
|
|
POST
|
Thank you @AngusHooper1, I hadn't thought about a 3-way partition.
... View more
12-05-2024
06:44 AM
|
0
|
0
|
6829
|
|
POST
|
@JesseCloutier, thank you, I did create an incident as well for this bug.
... View more
12-04-2024
01:44 PM
|
1
|
1
|
1882
|
|
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
|
1896
|
|
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
|
6796
|
|
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
|
1621
|
|
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
|
8901
|
|
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
|
1396
|
|
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
|
1758
|
|
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
|
987
|
|
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
|
1383
|
|
POST
|
Does anyone know of a way to change the name of a deployed Experience application on the browser tab? The version I am on is Experience Builder Developer Edition 1.15. When I deploy the application to the C:\inetpub\wwwroot folder, I do not include spaces so that the URL does not contain the '%20' between words. I modified the index.html title tag in line 1 and added spaces, but when the application loads it puts the words back together without spaces and does not honor the index.html update. I looked in Settings for an Experience and saw the capability to upload a custom Favicon image, but I did not see the option for using a name in the browser tab.
... View more
11-20-2024
08:47 AM
|
0
|
2
|
1390
|
|
POST
|
I received a few messages about an error. I remembered that I had to run npm install esri-loader on the client folder before npm ci, npm fund, and npm start. After that on the server folder, I ran npm ci, npm fund, and npm start as well.
... View more
11-18-2024
02:11 PM
|
1
|
13
|
7041
|
|
POST
|
Thanks @TimWestern, there are a lot of queries going on in the dashboards. I think it seems more of a backend issue than something within the Dashboard, HUB Site, or Experience. I will continue to dig deeper but your insight has provided a new direction to troubleshoot.
... View more
11-18-2024
07:02 AM
|
0
|
0
|
3384
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 2 | 2 weeks ago | |
| 2 | 2 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|