POST
|
Hi, The table below (screenshot and link below) is pretty clear about version compatibility for the Utility Network. My questions is if it is safe to use the UN with a higher version of Pro once created. E.g. if I am at enterprise v.10.8.1 and create a v4 UN with Pro v2.6, but then have user publishing and interacting with the UN at Pro v2.7, will they run into issues? Should all users and admin stick with Pro v2.6 and only upgrade to v2.7 when the enterprise goes to 10.9? Thoughts or experience with this greatly appreciated. Thank you. Loren https://pro.arcgis.com/en/pro-app/latest/help/data/utility-network/utility-network-dataset-administration.htm
... View more
04-07-2021
10:41 AM
|
1
|
2
|
2200
|
POST
|
Thanks Steve. I think what @ShaneMiles says below is the key. I reviewed notes from a previous implementation for a client of a Highly Available ArcGIS Enterprise, and found the same steps: After the other necessary prerequisites (e.g. certificates, load balancer setup, shared file server content directory, the Portal installs, etc, etc), .1 install and configure the first Web Adaptor, 2. configure Portal's Web Context URL and Private Portal URL, 3. install and configure the second Web Adaptor. The order of those appears to be critical for success.
... View more
02-10-2021
05:20 PM
|
3
|
4
|
2885
|
POST
|
Are the 2x Web Adaptors on the same Web Server, or separate Web Servers? The configuration you are describing generally works well when the WAs are on separate Web Servers.
... View more
02-10-2021
10:11 AM
|
0
|
6
|
2947
|
POST
|
Thank you Melissa. I am glad you mentioned Domains. I am guessing that for each UN that you create within a single EntGDB the tools would create new (but duplicated) groups of domains for each UN, each with the new identifiers in the names. This might cause quite a bit of extra material in the DB? For maintenance at the DB level that alone might be a good reason to opt for separate Ent GDBs, each hosting its own UN?
... View more
01-13-2021
11:05 AM
|
2
|
1
|
1949
|
POST
|
*Will most likely be working with Enterprise v10.8.1, Pro 2.7, UPDM 2020 Been trying to find a solid answer to this architecture question for a Dev environment: Is it possible to have a single ArcGIS Server (1 site - single machine) be the host to multiple (e.g. 10) separate Utility Networks. The UNs would each exist in their own Ent GDB, with unique spatial references, and separate service areas. (A secondary question of interest is if a single Enterprise GDB can host multiple UNs (different feature datasets, spatial references and UN objects - not talking about the different domains of a single UN)? Thanks 🙂
... View more
01-12-2021
03:27 PM
|
0
|
5
|
1985
|
POST
|
@Paul LeBlanc - I am having the same issue. Does the newest untools package v2.3.1 help with this? Is that package only the Stage and Asset Package tools?
... View more
02-24-2019
11:17 AM
|
0
|
6
|
1846
|
POST
|
I am attempting to set up a multi-machine GeoEvent system. Currently I only have two machines and hope to be getting a third online. The issue I am having is that there is no replication occurring, even though zookeeper sees both machines (screenshot below). The top cmd windows are from machine 01, and the bottom from machine 02. As you can see (or not see, that img might be too small) zookeeper is reporting that there are two machines ([1002, 1001]), yet the topic (one of many Outputs that I have) is not replicating to 1002. How can I get that replication factor to 2 as it should be? Thanks for any help, Loren UPDATE: Appears it is that one Output that is having an issue. Comparing to another Output that is replicating ok in screenshot below. I am going to try to recreate the Input/Output/Service trio in geoevent and see if this old one was just corrupt. UPDATE: So deleting and re-creating the Output now has the ReplicationFactor at 2 (as reported from both machines). Still not sure why it was stuck at ReplicationFactor of 1 at first. Now going to check all of my input and outputs to make sure replication is occurring. Loren
... View more
07-11-2018
05:18 PM
|
0
|
0
|
870
|
POST
|
Below are steps I received from ESRI support. Again, I did not have very many services running, but the fix for this bug seems to be working, and it is the same fix essentially that Chris is suggesting. Note: It is really important to export and save the Configuration first because none of your info (inputs, outputs, services, etc.) is there anymore after restarting the GEE Service in this workflow. (I only applied this fix yesterday so still not sure it will be the fix I am hoping it will be. I will be keeping an eye on the ZK logs though and will report back.) *** I believe we are encountering the following bug logged against ArcGIS GeoEvent Server 10.4.1 (fixed at 10.5): BUG-000097658 - The ZooKeeper logs continue to grow when registered ArcGIS for Server connections contain a large number of services What is happening is that the ZooKeeper logs are unable to properly process the service detail responses from registered ArcGIS Server connections. The number of characters needed to list all of the child items (including folder, service, layer, and field names) of those Servers can exceed the default ZooKeeper data size limit of 1MB. This creates a lock on the log files preventing them from being properly managed and results in the log files continuing to grow. To workaround this, we can increase the default data size limit with the workflow below: 1. Export the current GeoEvent Configuration: Site > Configuration Store > Export Configuration. 2. Stop the ArcGIS GeoEvent Windows Service. 3. Open the ArcGIS GeoEvent configuration file located in,'C:\ProgramFiles\ArcGIS\Server\GeoEvent\etc\ArcGISGeoEvent.cfg' in a Text editor. 4. Replace the following line: wrapper.java.additional.16=-Djute.maxbuffer=0xA00000 WITH wrapper.java.additional.16=-Djute.maxBuffer=0xA00000 - note the capital B in Buffer 5. Navigate to C:\ProgramData\Esri\GeoEvent 6. Delete the ‘zookeeper’ folder. 7. Start the ArcGIS GeoEvent Windows Service. 8. Import the GeoEvent Configuration. *** Loren
... View more
12-08-2017
09:47 AM
|
1
|
2
|
407
|
POST
|
Hello, I am following this thread as I am having the same issue (with only about 6 custom AGS map services running). Should the 'b' be lower or upper case? It is lower case in my ArcGISGeoEvent.cfg file.
... View more
12-07-2017
12:38 PM
|
0
|
0
|
1591
|
POST
|
Hi Erik. I am seeing the same thing and the ZooKeeper logs are up to about 30GB! How did you resolve this? Thanks, Loren
... View more
12-06-2017
10:15 AM
|
0
|
6
|
1591
|
POST
|
Does anyone have for share or know of a community widget for rendering heatmap on a point layer?
... View more
04-21-2016
10:01 AM
|
0
|
4
|
3559
|
POST
|
Hello, I have a related table in my WAB map/app. I would like to be able to update data in the table, but it appears that the Batch Attribute Editor or regular Edit widgets do not provide hooks into related tables (the popups no longer link to related tables at least). Even if the related data is open in the Attribute Table widget it does not become editable. Is this only doable with a custom tool? Thank you. Loren
... View more
04-04-2016
03:42 PM
|
3
|
2
|
3260
|
POST
|
Thanks Subu, We found that the issue we were having (esri default templates no showing up anymore) was that the Group that was first created to use with Configurable Apps was too open. So we got rid of that group, made a new one, and now my custom template shows up with the esri default templates. Here are the steps that worked for us: Create a new group where only the owner can contribute (said another way - where 'members' can contribute, but the owner is the only member) Under the Organization settings, in the Map tab, set the templates folder to the new group and 'check' to share the Esri configurable apps with that group on save. Click save. Go back and share your template(s) with the new group Adjust the group settings as needed (have not played with this much yet, so not entirely sure of the ramifications to the Config Apps behavior). Loren
... View more
02-05-2016
11:29 AM
|
2
|
0
|
887
|
POST
|
Subu Swaminathan Thanks for the very helpful guidance. Together with my AGOL admin we were able to complete the workflow. 1. The admin created a new group called 'Templates'. 2. Then the Configurable Apps setting was made to point to the new group. 3. I was then able to check the new template app in the My Content list (not the details page for it), click share at the top, choose 'Access and Capabilities', and in there the 'Templates' group showed up for sharing with. 4. Then I was able to > Create > App > Using a Template - and there it was. 5. I created the app and there was the custom Widget from my Local WABDE app - wow. A few remaining things... *All the default templates for creating apps are now gone! Now there is only the one I created. Hmmm.. Where did they go? *The app made from the template does not provide any way of getting into the Builder environment. Is that because I would then be working in the AGOL Builder environment (and my template app does not live there)? Loren
... View more
02-03-2016
02:40 PM
|
1
|
2
|
887
|
Title | Kudos | Posted |
---|---|---|
1 | 12-08-2023 09:50 AM | |
1 | 08-01-2022 08:27 PM | |
1 | 07-08-2022 05:21 PM | |
2 | 04-07-2021 11:48 AM | |
1 | 04-07-2021 10:41 AM |
Online Status |
Offline
|
Date Last Visited |
08-14-2024
02:13 AM
|