POST
|
Hello, I am trying to do upgrade to arcgis Enterprise 11.2 to version 11.5. I am running arcgis enterprise 11.5 and I get to disclaimers one talking about "The existing deployment is using a retired Log Analytics (formerly OMS) Microsoft Monitoring Agent. The agent will be deleted prior to upgrade" I prepare upgrade unfederated geoanalytics server site and we do not have a big data file shares set, as esri documentation recommend. GeoAnalytics Server: Big Data File Shares: Before upgrading, unregister all big data file shares from the GeoAnalytics Server site. If these were added in the portal, remove them there; if added in ArcGIS Server Manager, remove them using ArcGIS Server Manager. Unfederation: Unfederate the GeoAnalytics Server site from the portal before starting the upgrade process. What i understand Cloud builder for azure will delete Monitor Agent, right? (Microsoft Monitoring Agent. The agent will be deleted prior to upgrade) As i mention, i unfederate Geoanalytics server but Cloud Builder does not me allow to go next. And, as you can see on the image, the geoanalytics disclaimer or error about unfederated server site before is overlapping the other disclaimer. What am i doing wrong? Do i need to remove fist the retired Log Analytics (formerly OMS) Microsoft Monitoring Agent manually first or upgrade it first? any suggestions?
... View more
08-08-2025
08:40 AM
|
0
|
0
|
180
|
POST
|
We conducted an investigation at the level of our enterprise SQL Server 2022 database because we have faced some wait time situations in the parcel fabric service, where the system stops responding for several minutes (around 40). It has been found that this wait time corresponds to "Resource_Semaphore". The queries causing these waits enforce the limit of parallelism through the hint "MAXDOP 1". MAXDOP refers to "Maximum Degree of Parallelism", which is a SQL Server configuration parameter that impacts query execution and controls the number of processors used for execution, thus affecting performance. "Incorrect MAXDOP settings can lead to performance bottlenecks, particularly with spatial or versioned queries in ArcGIS." In our database, the value configured at the instance level is 6 for MAXDOP and at the database level, it is 0 (default = no limit). Several documented bugs apparently related to this: BUG-000151624 - Add MAXDOP 1 to all branch versioned queries that do not have a spatial or attribute-provided query filter. Submitted in 2022 and related to 10.9.1 Utility Network. It was supposedly fixed in patches in 11.1 and 3.1. BUG-000176188 - ArcGIS Server feature service REST queries set the Maximum Degrees of Parallelism equal to one (MaxDOP =1) which causes long execution times in the database. Submitted in May 2025 and found in ArcGIS Server 10.9.1. It references the bug below due to documented duplication. BUG-000176098 - SQL Server wait event resource_semaphore contention encountered because branch versioned queries on large tables with low selectivity result in the optimizer generating massive memory grants. Submitted in April 2025 and updated in July 2025. Supposedly addressed in ArcGIS Pro 3.5. We recently updated to 11.5 and the database was updated using 3.5 Pro, so we should be up to date at the Enterprise level. However, our team of editors uses AG Pro 3.3.2 due to the problem, bug of the real curves with WMX... The question is as follows: our database manager recommends creating 2 indexes, one on the records layer and another on the parcels layer. Both touch attributes like GDB_BRANCH_ID, OBJECTID, and even Shape. We would like to know if there are no problems in creating indexes on our part on database objects, particularly on these system fields, since with the create indexes tool in Pro, which we use every day, at the database level, in the management studio, it is not reflected in these specific fields. If we create these indexes manually in Management Studio, can we further affect performance or even corrupt the data? Thanks for you help. Regards, Diego Llamas
... View more
07-22-2025
06:13 AM
|
0
|
1
|
265
|
POST
|
Hello, We have a ArcGIS enterprise with workflow manager. We did an upgrade from ArcGIS enterprise 11.1 to 11.5 last week following this instructions https://doc.arcgis.com/en/workflow-manager/11.5/deploy/windows/existing-workflow-manager-server-users.htm . We notice in one of the hosted workflow_views that v_job_search and v_job_search_ext layers the object id add a - (hyphen, negative, minus) to the object id number after a update to this new version. and when we are trying to use select by attribute using jobname column we get an error saying "error 160760 FIDs must not be negative" Has anyone seen this behavior? is there a way we can remove the (-, hyphen, negative, minus) from object so we can to make it work again? Thanks, Diego Llamas
... View more
06-24-2025
12:27 PM
|
0
|
0
|
206
|
POST
|
Hello, I tried that, use the admin user and disable windows firewall. I will now contact IT and check if there an other security layer that i am not aware of.. Thanks.
... View more
04-14-2025
06:37 AM
|
0
|
0
|
1011
|
POST
|
Hello Benito, we had an issue with database (Microsoft SQL Server) and DBA create the database separating everything in its own partition, data, Logs, temp logs, backups, ETC. And as @Geographic_Mythos mention, we add socks and time for wait time from 10 minutes to an hour. Also change heap size for server and parcel service to 256 and 128 and now, he are getting a better performance after Esri Recommended to change the recycle the configuration of the parcel fabric service every 12 hours instead every 24 hours, Now we see a more stable service and a better performance, we still see wait time, once a day,, instead of several times. Now users are able to work.
... View more
04-14-2025
06:15 AM
|
0
|
0
|
563
|
POST
|
Hello, Would you able to do this, did you find information about this?
... View more
11-02-2020
10:20 AM
|
1
|
0
|
2923
|
POST
|
Hello, We would like to know if it is possible and how can be done access the AGOL's geocoding service from agol, so i can send information or consult the service and the geocoding service returns lat and long. We have an organizational account and credits but we just want to use the geocoding service to obtain latitude and longitude from it... Is this possible?, can this be done? how can we do it? Thanks for your help! Diego Llamas
... View more
10-08-2020
01:30 PM
|
0
|
0
|
789
|
POST
|
Hello, We are using Summary Statistics tool in ArcGIS Pro 2.6.1 with a File geodatabase layer. When we run the tool with 0.5 millions records the tool crashed But if we select 10 records, Tool works fine. But I cannot work 10 records at a time because I will not finish ever if I have 1/2 millions records. What Can I do? is this a bug? is this an error from my data? the tool cannot work with that much records? Thanks, DLL
... View more
10-02-2020
12:14 PM
|
0
|
1
|
1924
|
POST
|
Thanks James, this is nice. this could happen also with a none gis app rest service? survey can query this none gis rest service and prepopulate fields from my survey using this JavaScript function? Regards, Diego Llamas
... View more
10-02-2020
10:32 AM
|
0
|
0
|
1363
|
POST
|
Hi, I want to know if it is possible to pre populate fields from a survey using a rest service? I know that we can pre populate fields using a CSV file but, Can Survey read a rest service? Thanks, DLL James Tedrick
... View more
10-01-2020
01:43 PM
|
0
|
2
|
1442
|
POST
|
Ok, so this action that at this moment i cannot use barcode or qr code to update latitud and longitud fields. Thanks. James
... View more
09-30-2020
07:30 AM
|
0
|
0
|
1530
|
POST
|
Hello, I have a question. I want to use a Barcode or a QR code to scan some packages and collect coordinates where this package is. Because packages are moved and I would like that every time this is moved, i can scan the barcode and automatically update the coordinated so i can find it easier. is this possible? Thanks, DLL James Tedrick
... View more
09-29-2020
01:41 PM
|
0
|
2
|
1573
|
POST
|
Well, it seems that it is possible. Use Survey123 with ArcGIS Enterprise—ArcGIS Survey123 | Documentation
... View more
09-22-2020
12:33 PM
|
0
|
0
|
1257
|
POST
|
Hello, Now with covid we have a survey that is hosted online and online we get an URL, now we will get ArcGIS Enterprise and we want to know if we can migrate this Survey to Enterprise and then us it on a web page. If you go to this web page, then click Si (yes) http://reporta.do/ And then click in Reportar formulario (report in survey) You will access to online hosted Survey. Can I hosted in Enterprise and get an URL from it? Do i need to use IIS for that as Web Appbuilder apps? Thanks, Diego Llamas James Tedrick
... View more
09-22-2020
11:24 AM
|
0
|
1
|
1297
|
POST
|
Thank you Christopher, and what about if I have 2 sites,? 2 different sites and federating this server with portal and letting as hosting server my advanced license. What i want to do is, if i have a standard server license, how can i use it to expand my Enterprise, give more power to my 4 core existing Portal.
... View more
09-03-2020
12:57 PM
|
0
|
1
|
1965
|
Title | Kudos | Posted |
---|---|---|
1 | 10-25-2019 06:07 AM | |
1 | 03-23-2017 10:16 AM | |
1 | 03-02-2017 11:24 AM | |
1 | 08-26-2015 08:55 AM | |
2 | 05-20-2020 12:47 PM |
Online Status |
Offline
|
Date Last Visited |
08-08-2025
08:14 AM
|