|
POST
|
If I do TRUNCATE on both tables, do I have to stop the map/feature service first ? Which one should be truncated first ? I have similar issues where the table is in production. If I have so many log tables, should I truncate all of them ?
... View more
08-03-2025
11:53 PM
|
0
|
1
|
673
|
|
POST
|
Yes, I fiddled around with heap memory setting and the number of dedicated instance. The more heap memory allocated and the more dedicated instances are added, the quicker the system crashed. I also test using shared instances. Turn out that the maximum instances created by arcgis server are only 7. LoL. No wonder it crashed when I set to dedicated instances to 9.
... View more
08-03-2025
05:42 PM
|
0
|
1
|
1349
|
|
POST
|
Yes. I see... Turns out that the best way to overcome this by conforming to license's availibility is to develop our own survey app using android and web app (based on PHP). The attributes are directly edited via database connection (just like any ordinary web app) whereas the Map is used for viewing only, so I don't need any extra user to access data via feature service on Field Map. The FieldMap itself is seldomly used now for random checking. Thanks for the insight @DanielFox1
... View more
07-31-2025
08:57 PM
|
0
|
0
|
1130
|
|
POST
|
Turns out that this option is the best : *filter the data by categories in arcgis pro and then publish it*. It seems, when he whole data is published, they are all transferred to the portal and reside somewhere. No matter how we filter the data in web map, the portal is still under heavy load. So, I wonder where the data are stored in the portal ? I am using enterprise geodatabase (postres 13), arcgis enerprise 11.0. The feature services that are published are not hosted, meaning that all edits go into database straight away.
... View more
07-28-2025
05:15 PM
|
0
|
0
|
1385
|
|
POST
|
it seems that if a feature service is published, all data are copied into portal. so when I update several coloumns, the data that has been copied have to be updated as well in the portal. If the internet is slow, the update will cause instability in the feature service for some time, hence the data are "lost" for a few hours till the process is finished. Does this make any sense ?
... View more
07-24-2025
11:53 PM
|
0
|
0
|
422
|
|
POST
|
Iam using Postgres 13, Arcgis Enterprise 11.0, Arcgis Pro 3.0. The size of the table is 15Gb (attachment). the feature table itself is really small compared to the attachment (only 91K records). Update: finally the whole copying finish in nearly 6 hours.
... View more
07-22-2025
05:42 PM
|
0
|
0
|
1209
|
|
POST
|
I am in the middle of copying a feature class with large attachment (91K records attachment). The process take 2 hours for copying around 19K of attachment records. How to speed up the process ? Mathematically, the whole copying will take approx another 8 hours . I am using EGDB on postgresql
... View more
07-21-2025
11:51 PM
|
0
|
2
|
1265
|
|
POST
|
I have a problem. I am running a field survey involving 100 surveyors (so far, the highest number of surveyors are just 40 at the same time), 40 QC personnels (the highest number achieved so far). The table itself has 36K points and 120 attributes that need to be updated attributively. Attributes are updated based on the question asked. So not all 120 attributes are updated actively at one time. The fieldmap has 3 layers (from the same table) with each layer has different filter. The combined data (if all layers are selected) are much less than 36K. I utilize visibility scale too to minimize load. The surveyors are working from morning till afternoon. At nite, QC personnel will begin to work using ArcGIS Pro and they access the data using Feature Service (they do not access background layers using Map Service. Instead they are using offline data to reduce server load). They use Query Definition for certain attributes with certain order that are in line with the indexes on rdbms postgresql 13. The apps also has a background layer (map service) with 36K polygons. I set the visibility of this layer minimum at city level and maximum at building level The configuration of the feature service *now* (been running for 1 hour now and there are 83 data inserted from 23 surveyors) are as follows : - Shared Instance (previously prior to server down was Dedicated, max instance 9, min instance 7, max time client can use a service 660s, idle time instance be kept running 1800) - all antialising are off. I assume this antialising contributes to more processing when turned on. - recycle every 24H at 00:00AM With server config settings as follows: - Web server maximum heap size (in MB): -1 - SOC maximum heap size (in MB): 128 (previously prior to server down was 512) Why was it prone to crashing down ? The server (the whole server, literally) crashed every once for 5 days for 2 week straight. But when I changed it to 512M of SOC maximum heap size, it crashed 5 times in 1 day ! I was thinking that with dedicated instance and large heap memory will be more stable. But it *seems* it has adverse effect. My system design, running on AWS : 1 server for egdb (Linux-amd64-6.5.0-1014-aws, vcpu 2, 8GB RAM, 500GB HDD), 1 server for Arcgis Server and Portal (4 vCPU running on 2 physical processor, 16GB of RAM, 500GB of HDD) and 1 server for License running on windows (in case you want info). My arcgis server statistics looks like this : Need some advice to run the whole thing smoothly, at least without crashing.
... View more
07-16-2025
01:28 AM
|
0
|
0
|
634
|
|
POST
|
I updated the content some coloumns that are not being used. I do not modify the table schema, nor changing the coloumn width. Here is the script : update schema1.tabledata set x = NULL, y = NULL, columnn1 = NULL, foto_1 = NULL, foto_2 = NULL where vendor = ('vendorname') This "tabledata" feature class is published as feature layer and being consumed by field map apps and also some qc work via arcgis pro (using REST). Why suddenly the feature service do not contain any data ? I have checked the filter but they all fine, i have restarted the feature service, I also check if NULL is not allowed. But still the feature service show no data In fact, those coloumns that I have just reset to NULL do not participate in the apps. The content of the feature class itself is fine when I check it via arcgis pro. I can see all the data there. I am using Postgresql running on Linux with Arcgis Enterprise 11.0
... View more
07-10-2025
11:03 PM
|
0
|
1
|
530
|
|
POST
|
Say I have a point feature class with 100K points that fall into 4 categories. This will be published into a map service that will be used by many clients. Which one is better to reduce server load : - publishing all 100K data and then filter it in web map by their categories - filter the data by categories in arcgis pro and then publish it thanks
... View more
07-08-2025
09:49 PM
|
0
|
7
|
1581
|
|
POST
|
I have to restart the arcgis server and re-assign all permissions. It works normally now.
... View more
07-07-2025
06:35 PM
|
0
|
0
|
645
|
|
POST
|
I want to change colomn length for a feature class that is involved in feature service, web map and field map. If I change the colomn length (increase the width) via PgAdmin, will it effect everything down the line ? I am using Postgresql 13 with Arcgis enterprise 11.0 thanks
... View more
06-18-2025
01:54 AM
|
0
|
3
|
1024
|
|
POST
|
I recently update the form on Field Map. I just add a textbox to be filled with texts. Then I test it on Android and Iphone. The editing symbol is not showing up on Iphone. The Androids are working fine. I also test using another newly developed Field Map with basic functionality. The same result occurs : editing button not appear on Iphone. What seems to be the problem ? It was working previously on iphone without problem. I am testing on : Iphone 12 promax, 14 promax, 16 promax with IOS 16.3 and 18.5
... View more
06-17-2025
08:36 PM
|
0
|
2
|
759
|
|
POST
|
All right. This is what I am looking for.. thanks .
... View more
06-03-2025
06:01 PM
|
0
|
0
|
1466
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-25-2024 12:33 AM | |
| 1 | 11-21-2025 12:57 AM | |
| 1 | 11-12-2024 08:22 PM | |
| 1 | 10-13-2024 11:55 PM | |
| 1 | 02-25-2022 05:49 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-04-2026
05:39 PM
|