|
POST
|
I am on 10.6.1 and we are also experiencing this issue, except with a Kafka connector. Did you ever find a solution to this?
... View more
01-10-2020
08:06 AM
|
0
|
0
|
1859
|
|
IDEA
|
I would like to see some additional data management options in the ArcGIS Data Store. I'm currently noticing some data management issues that could probably be easily resolved if Esri provided some additional data management tools. For example, the size of our ArcGIS Data Store is getting bloated and we have no way to reduce the file size. We host the ArcGIS Data Store on its own VM, but deleting the data from the hosted feature service (such as through ArcGIS Pro) does not actually release data back to the OS. I would like to see an Esri tool that would actually release the free space back to the OS (usually accomplished by using a Full Vacuum command in PostgreSQL). I understand that deleting records from the tables will release the space back at the table level (usually through the regular vacuum command which appears to be happening, at least according to the ArcGIS Data Store logs), but I would like to extend that further to release it back to the OS. I deleted approximately 100GB worth of photos, but none of that data is being released back to the OS, and our available storage space is still going down because we're still collecting data in other tables. It is not sustainable for us to just continually adding space to the VM. We need to be able release free space back to the OS to make room for other surveys that contain photos. I have access to the ArcGIS Data Store through pgAdmin, but would prefer to perform these actions using an "Esri approved workflow", such as using an ArcGIS Data Store command utility. Furthermore, since I do have access to the ArcGIS Data Store through pgAdmin, I am noticing that Esri is not always deleting tables it no longer needs (such as when deleting the hosted feature service in Portal or when updating an existing Survey that requires it to "delete" and re-add the table because it is making a schema change to the survey). It leaves the old tables in the database, and just creates new tables. This is very dirty data management which results in a bloated ArcGIS Data Store which Esri gives us no option to cleanup unless if we modify the ArcGIS Data Store directly through pgAdmin which Esri does not recommend. If there could be some cleanup operation that detected orphaned tables and deleted them, that would be nice.
... View more
01-06-2020
12:45 PM
|
56
|
15
|
9297
|
|
POST
|
Just to update, I checked the underlying PostgreSQL database of the hosted feature service and the base table contains the 'survey_version' field, but the view does not contain it. I'm just going to publish a brand new Survey123 form.
... View more
12-09-2019
10:57 AM
|
0
|
0
|
2815
|
|
POST
|
Hello, That's what I was thinking. But there are no fields named 'survey_version'. I checked both the excel document and the hosted feature service and no fields exist with that name. Furthermore, when I click the Publish button in Survey123, it gives me a warning that the survey has already been published and that one field was not found in the feature service, which is 'survey_version'. So it definitely appears that it does not previously exist. I'm assuming the solution would be to just create a new Survey123 form. But I was hoping to avoid going that far to fix the problem.
... View more
12-09-2019
05:11 AM
|
0
|
0
|
2815
|
|
POST
|
I am trying to republish an already existing Survey123 in ArcGIS Enterprise. All I did was add a new field to the survey called "survey_version" and when I try to republish it, I get the following error message: ERROR: Field name collision found: survey_version." Error code: 500. Any thoughts on what could be causing this error message? I've been able to re-publish other forms with the exact same field name and haven't had any issues.
... View more
12-06-2019
07:17 AM
|
1
|
3
|
2946
|
|
POST
|
I am currently trying to change the ArcGIS Data Store backup location (using the configurebackuplocation command), but it is not letting me change the location. Every time I try to change the location, it says "Error encountered: Machine (machine URL) returned an error. 'There is a database backup process running.'" I've set the backup frequency to 0 so it no longer backs up and confirmed that it is no longer writing data to the backup location folder, but it is still giving me this error message. Are there any ideas on what the issue is or how to resolve it?
... View more
12-02-2019
11:25 AM
|
0
|
3
|
2412
|
|
POST
|
Once you unfederate, the ArcGIS Server (not Portal) will take over the security. So you will now need to login and authenticate with the ArcGIS Server and not Portal. So all of your existing services will need to get moved over to the server authentication. As far as the rest endpoint URL, it might depend on your specific deployment. If you are using a reverse proxy and set a web context URL in Portal and you are using that URL in your intranet mapping system, then your URLs will probably have to change. If you are just using the machine name URL, then you might be fine, but I'm not 100% sure on that. Also, I would anticipate your Portal apps will break when you unfederate because the feature service the Portal app is pulling from would disappear. With that being said, I believe you can manually bring those feature services back into Portal using the rest endpoint URL of the feature service.
... View more
12-02-2019
05:25 AM
|
0
|
0
|
1197
|
|
POST
|
Clearing the browser cache is always a good idea. I always have to clear my browser cache when upgrading the web adaptors. A lot of end users of web maps also have to clear out their browser cache after the upgrade. Some users reported just a blank white page. But once they cleared their browser cache, everything worked fine.
... View more
11-26-2019
09:04 AM
|
0
|
1
|
5208
|
|
POST
|
Thank you for the information. I didn't see that requirement for ArcGIS Enterprise in the documentation so I was a little confused. It would be nice to have an option for sync to be disabled so the hosted feature service doesn't create an evw in the ArcGIS Data Store. Deleting data from the hosted feature service through ArcGIS Pro deletes the data from the evw, but it does not delete the data from the base tables. We really need to be able to delete the data from the base tables as well because it's not sustainable for our tables/data store to continuously increase in size and we shouldn't have to delete the entire hosted feature service/survey just to get space back. I realize that un-checking and then re-checking sync in the hosted feature service item page in Portal essentially acts like a compress where it will remove any records that were removed from the evw, but that's not necessarily a good solution when we have 100+ surveys.
... View more
11-14-2019
05:22 AM
|
0
|
0
|
3273
|
|
POST
|
I am using Collector version 18.0.3 and Explorer version 18.1.0. I haven't tried using the beta version of Collector, but I can give that a shot to see if the performance decreases with that. We're using ArcGIS Enterprise 10.6.1 and the feature service has a several thousand features, but the max record count is set to 5,000. One thing I noticed is that the maps that are having issues in Explorer are maps that contain feature services with registered views with the database. So we would create a view in SSMS, then register that view with the database (through Esri). Maps that contain feature services without registered views don't appear to have this problem. It might be a coincidence, but this is the only thing that I've found that might be causing the issue.
... View more
11-12-2019
01:33 PM
|
0
|
0
|
1690
|
|
POST
|
I'm not sure if this is by design or not, but I am noticing that the Survey123 Sync settings (when publishing a Survey123 form) are not being honored on the item page in Portal. According to this page (Publish your survey—Survey123 for ArcGIS | Documentation ), you can choose to either enable or disable sync when publishing a Survey123 form. However, when I publish a Survey123 form to Portal with sync disabled, on the Survey123 hosted feature service item page, it has sync enabled regardless if I choose to enable it or not. The documentation I linked above leads me to believe that if I choose to disable sync when publishing a Survey123 form, it will be unchecked in Portal because the documentation states that I can enable it at a later time via the settings tab on the item page. However, it's checked as being enabled regardless if sync is enabled or not. Is this normal behavior or am I just missing something here? I'm using Survey123 Connect 3.6.137 and ArcGIS Enterprise 10.6.1.
... View more
11-08-2019
06:02 AM
|
0
|
3
|
3484
|
|
POST
|
I'll try uninstalling and reinstalling Explorer, but this is happening on multiple devices.
... View more
11-07-2019
09:42 AM
|
0
|
0
|
1690
|
|
POST
|
I am having an issue with the Explorer app (only tested on Android) when it draws feature services pulling from ArcGIS Enterprise. I am noticing significantly slower draw speeds/timeouts when using the Explorer app as opposed to using Collector or a web browser. Most of the time, the maps stop drawing in Explorer and I get error messages in the server logs saying "Error performing query operation Wait time of the request to the service has expired." I don't receive this message or have any issues when accessing the map through Collector or the Portal web browser map viewer. Is there a reason why Explorer would be much slower than the other applications?
... View more
11-07-2019
08:39 AM
|
0
|
4
|
1790
|
|
POST
|
I'm on track for a 12 hour Portal install because for some reason it takes an hour to install each Portal patch, not to mention the 4 hours it took to install Portal. And this is a fresh installation, not an upgrade. I keep getting the message "Installer is no longer responding" and I have to click retry in order for it to proceed, yet it won't proceed until I click retry. So that means I have to babysit the installation for 12+ hours. Very frustrating.
... View more
11-06-2019
09:37 AM
|
1
|
0
|
5483
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 2 weeks ago | |
| 3 | 3 weeks ago | |
| 1 | 06-10-2026 11:28 AM | |
| 1 | 06-10-2026 11:08 AM |
| Online Status |
Online
|
| Date Last Visited |
2 hours ago
|