|
POST
|
Hi there, In the latest documentation for Deploy a base ArcGIS Enterprise portal on AWS—ArcGIS Enterprise in the cloud | Documentation for ArcGIS Enterprise it talks about using an Elastic IP which has issues when an EC2 instance is stopped/started and the elastic ip is dropped from the instance. I thought the better way of doing this is to use an Elastic Network Interface (ENI) which remains attached to an instance and removes the issue from stopped/started of the instance. Can anybody see any issues with this or have they done this themselves in AWS? Thanks for your time with this.
... View more
06-19-2023
10:51 PM
|
0
|
3
|
2229
|
|
POST
|
Hi there, I’m working on a multiple arcgis server sites deployment for enterprise and looking at using dynamodb for the server site’s config store. There will be 4 server sites to start with (eg. mapping, geoprocessing, utility network & hosting) and was wondering how dynamodb is deployed for this so I can write up the configuration for IaC? Is it like 4 x dynamodb instances with 1 table per instance for each site, 1 x dynamodb instance with 4 tables for each site or 1 x dynamodb instance with 1 table which has a field/key for the sites, etc? if someone knows where the documentation is would be great or if they have done this configuration before. thank you for any time spend on this
... View more
06-19-2023
03:42 AM
|
0
|
2
|
1818
|
|
POST
|
Update Subnetwork is used in an overnight batch process to update 1 subnetwork at a time. The Validation process result tells use which subnetwork to update. There is no way we could run the Update Subnetwork process over the entire network at once.
... View more
06-14-2023
05:07 PM
|
0
|
0
|
2140
|
|
POST
|
Agree with John's statement on the degrade but Esri Inc does have plans on improving these within ArcGIS Pro. The electric utility network I helped deploy a solution that has over 260,000 subnetworks within a single tier. This tier represents the LV circuits across Queensland, Australia
... View more
06-14-2023
03:08 PM
|
0
|
2
|
2146
|
|
POST
|
What do you mean by the data goes into the utility network? Do you want to add a field to store the information? The UN models for the different industry are only a starting point.
... View more
05-30-2023
09:34 PM
|
0
|
1
|
804
|
|
POST
|
We have a package for ArcGIS Pro V2.7 Patch 4 that works great. It creates folders for Addins, Local Cache, Coordinate System Data, Packages & Projects, etc. Registry key are modified to include our PRD portal url, the config the created folders, sign in via the browser, etc. Currently working on a package for ArcGIS V2.9 Patch 8 with similar configuration to the V2.7 package. That is going well at the moment. Mid 2024 is when we'll start the process for ArcGIS V3.x I haven't heard of anything issues from our Packaging Team on file path being too long or taking time to copy
... View more
05-30-2023
03:18 PM
|
0
|
0
|
1184
|
|
POST
|
Earl, The use case I'm looking at this for CI/CD pipeline. Storing artifacts in S3 bucket (eg. sd files, mapx files, json for web maps) and then invoking lambda via a schedule to take these artifacts from S3 and publish them into ArcGIS Enterprise. I'm thinking of building a docker file and using it that way instead now. At the moment, I'm getting an error in loading the packages 'asn1' cannot be found for the crypto package
... View more
05-11-2023
04:16 PM
|
0
|
0
|
2546
|
|
POST
|
What's your definition of a 'Digital Twin'? In the electrical industry there are generally many digital twins for a physical asset in the field. You have electronic record of the asset in an EAM system, one in a GIS system and one or many in OT systems. As Richard mentioned above, lack of data is the biggest issue in any organisation and having a system to aggregate it all together to form a single digital twin of an asset is complex. Using the Utility Network does form part of the Digital Twin but using Geometric network or even the plain old features in a point/line/polygon feature class would be too. It depends on the requirements. Most people just want to see where the asset is located along with some historical data (eg. inspection/image) from their EAM system. If it could be enhanced by streaming SCADA/IoT data it would be a massive step forward. Good luck with your thesis.
... View more
05-10-2023
03:36 PM
|
0
|
0
|
2581
|
|
POST
|
I'm looking at using ArcGIS Python API in an AWS Lambda function. I have installed all of the minimum dependencies based on Install and Setup | ArcGIS API for Python but some of these dependencies seem to be an overkill when used in AWS. Would the kerberos & ntlm packages actually be required and probably the same with oauthlib? At the moment, I leaning towards ujson, six & requests are probably the bare minimum for AWS Lambda. It would be great to find out the actual bare minimum per scenario (eg. If server/portal using local win accounts then only ujson, six & requests are required, etc) Thanks for any help with this.
... View more
05-09-2023
10:34 PM
|
0
|
5
|
2583
|
|
POST
|
We have used time savings in processes/processing. For example, If the high spec machine is $3000 more and you have it for 3 years which is $1000/year. Your charge out rate is $100/hour so you need to find a savings of 10hours in a year which is approx. 15mins/per week or 3/mins a day. I assume there would be things you could improve. Our company had a 3D extract tool for small areas of the Utility Network which took approx 3-5mins to run. I re-wrote it with an Esri Addin and reduced it approx 40secs. A person just needs to run it once/day and we got the savings, etc. I know the pain and good luck
... View more
04-18-2023
01:23 PM
|
2
|
0
|
4706
|
|
POST
|
Thanks for this. As this will be all sitting in AWS, if I have Monitor sitting in an active/passive type of arrangement behind a load balancer, Would something like that work after your tests have confirmed AWS Aurora PostgreSQL RDS works as the HA database?
... View more
04-14-2023
05:38 PM
|
0
|
1
|
2348
|
|
POST
|
Hi there, I have 2 questions As the application now supports PostgreSQL database, could AWS Aurora PostgreSQL RDS be used instead? Having ArcGIS Enterprise in AWS with HA requirements, how would you implement ArcGIS Monitor in HA? This leads on from my first question about using a managed database. Thanks
... View more
04-13-2023
10:59 PM
|
0
|
3
|
2415
|
|
POST
|
Can you post your python code that sends the applyEdits to the service?
... View more
04-11-2023
02:26 PM
|
0
|
2
|
2975
|
|
POST
|
Hi all, I'm writing a powershell script to delete enterprise named user (SSO via SAML provider) from Portal 10.8.1 using various REST API endpoints (eg. sharing/rest/generateToken, sharing/rest/community/users, sharing/rest/community/users/xxxx/provisionedListings, sharing/rest/community/users/xxxx/delete) and deleting them from AD groups as well. The script is working in generating a token, find the user, checks the user entitilements (eg. Utility Network extension), remove the entitlement from the user, are they a member of a group, etc. The part that's failing is trying to remove/delete the user which is where this error is coming from. The user that generates the token is an Administrator and can delete users via Portal's UI This is my section of code that tries to remove the user $body = @{ token=$token f="json" } $response = Invoke-WebRequest -Uri "$baseUri/sharing/rest/community/users/$nameuser/delete" -Body $body -Method "POST" Has anybody come across this issue before? Thanks
... View more
02-23-2023
03:22 PM
|
0
|
0
|
1142
|
|
POST
|
I don't believe you can. The only way I know of is to use a version of ArcGIS Pro that supports UNM V5 as its highest version. You'll probably need ArcGIS Pro V2.8/2.9
... View more
02-20-2023
02:05 PM
|
0
|
1
|
910
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 01-18-2026 05:25 PM | |
| 2 | 01-03-2026 05:13 PM | |
| 4 | 11-11-2025 07:59 PM | |
| 1 | 10-10-2025 08:03 PM | |
| 1 | 10-19-2025 08:18 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-12-2026
06:03 PM
|