POST
|
We have deployed the Lead Service Line Inventory ArcGIS Solution v3.0. I've run into limitations using the workflow our consultant had recommended for batch updates to the ServiceLine hosted feature layer. Our current workflow involves using the Download Map feature of ArcPro to download a local copy of ServiceLine_editing view and making updates to the data in ArcPro. There are 130,000+ features in the hosted feature layer and our edits can resulting in tens of thousands of changes to attribute data. The sync back to AGO is time-consuming and inconsistent to complete without failure, which creates a real problem for us as far as data management goes. I'm weighing modifying our workflow to replace the Download Maps method with export to FGDB from the ServiceLine hosted feature layer, making the edits to the feature class, publishing the feature class and switching the source on all of the views in AGO to the new updated copy. I've done source switching before for smaller datasets, but never from an export, and never one with attachments enabled. Has anyone else done this before? Currently, our data does not have any attachments. Can I disable attachments to ServiceLines before exporting, then enable them on the updated copy after it's published and expect the views to accept this as the same schema after the source switch? Or should I be able to export to FGDB and then publish the new version with the unaltered related attachment table without any problem? I'm going to test it out on my end, but I thought I'd ask to see if anybody else has work through this issue already.
... View more
Tuesday
|
0
|
0
|
61
|
POST
|
Same issue, it's rendered my Download Maps tool useless to manage edits on my 150,000 point hosted feature layer. Anybody know if this tool will be reliable? It would be a great tool if it worked.
... View more
2 weeks ago
|
0
|
0
|
18
|
POST
|
Thank you for your response. Be that as it may, if it's a known issue, it would seem that either the Pi Integrator for BA or GeoEvent could program their solutions to take it into account. The GeoEvent input connector could have a setting that would allow for a delay between recognizing a file has landed in the folder and opening the file for processing. If I can script a solution, they can design it as a function of their configurable solution. After all, I'm pretty sure Esri is going for ease of use with configurable solutions, this would be one of those value added features that would help save end users time and resources.
... View more
02-16-2024
09:50 AM
|
0
|
0
|
1010
|
POST
|
Thank you for your response. That is a good suggestion, but I was hoping that Esri's configurable solution had addressed this shortcoming and that I wouldn't have to script a way around it. I guess I could potentially take the time to learn how to build my own input connector that is the exact same, except with a delay setting so it works as intended.
... View more
02-15-2024
09:39 AM
|
0
|
0
|
1054
|
POST
|
I've got a problem with my workflow where OSIsoft's Pi Integrator for Business Analytics creates a .csv file and places it on a shared network directory. Then GeoEvent Server has been configured with a "Watch folder for new .csv" input connector. The connector is configured to delete file upon processing. My problem is that the GeoEvent is deleting the file too quickly. It appears the input connector begins processing the file as soon as it hits the folder and finishes processing before Pi has completed writing the data to the file. So, I'm see sporadic errors in Pi Int for BA where the connection to the .csv is lost before it can complete writing the data to the file. Anyone, run into this issue and resolved it? I've attempted to modify the Batch Flush Interval from 500 millisec to 10000 millisec but it doesn't help. Is there anyway to set this input connector to wait a period of time to begin processing after the file has dropped in the folder? Thanks in advance, Tyler
... View more
02-15-2024
09:15 AM
|
0
|
4
|
1067
|
POST
|
Did you ever figure out a way to bring in Sensus Meter data into your GIS? I'm very curious because my organization is implementing Sensus Smart Meters within an AMI, but everything I've seen indicates that the Sensus FlexNet RNI and Sensus Analytics are closed systems with no API or REST services that can be used to bring our data into other systems.
... View more
03-15-2023
03:24 PM
|
1
|
0
|
1758
|
POST
|
Where did you install the .jar? On your server or on your desktop? I'm having similar issues connecting to a Microsoft SQL Server with ArcGIS Insights desktop app and I don't see anywhere in the Connecter Types manager in the Settings allowing me to delete the pre-installed Microsoft SQL Server connector. It's my understanding the "vendor files" refer to the connector .jar files the ArcGIS Insights desktop uses to connect to the database server? Were you using ArcGIS Insights desktop app? Or the Enterprise app?
... View more
03-16-2022
03:11 PM
|
0
|
0
|
1180
|
POST
|
Thank you for your response. I'm sorry, I thought it was implied that I'm specifically interested in using Explorer for ArcGIS to access our enterprise Portal through a VPN connection. I should have included that in my original post. We have the Portal configured to allow anonymous users already, but I can't seem to access the Portal as an anonymous user with the Explorer for ArcGIS app on my mobile device.
... View more
10-16-2019
07:37 AM
|
0
|
0
|
881
|
POST
|
Is there a way to access an Enterprise Portal without entering named user credentials? This is for internal users that have accessed the network via VPN.
... View more
10-15-2019
04:15 PM
|
0
|
3
|
1192
|
POST
|
Work around: Choose "Continue without signing in" Tap the Profile icon > Sign in > Choose ArcGIS Online or ArcGIS Enterprise and sign in without giving access to your contracts
... View more
10-15-2019
03:17 PM
|
0
|
1
|
740
|
POST
|
Our issue occurs on Android 9 smartphones using the current version of the Chrome browser while using web apps hosted on Portal 10.6.1. It works fine with Firefox browsers on Android 9. It also works fine on Android 8 smartphones with a Chrome browser. I found these bugs on the Esri tech support page: https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDExOTk0MQ== https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDExNjEwMQ== It appears this is a known bug for the Chrome/Android 9/Portal 10.6.1 combination. I find it mildly amusing that Esri felt this bug that prevents users with the world's leading mobile OS and browser to navigate a web map effectively in web apps hosted on their Enterprise Portal was a low severity bug. And the solution Esri offered is, "just upgrade your Portal to 10.7 so you can utilize the next version of the ArcGIS API for JavaScript 3.27." Uh i don't know, maybe patch the ArcGIS API for JavaScript 3.26 so we don't have to upgrade at a moments notice when your apps stop working? I don't know about you guys, but I like to plan upgrades and avoid doing them in reaction to an emergency situation. I guess the path of least resistance in the short term is to ask our Portal users to use Firefox while we plan an upgrade to Portal 10.7. Typical.
... View more
10-04-2019
08:24 AM
|
2
|
1
|
1353
|
POST
|
Did you find a solution? We have users experiencing this same problem.
... View more
10-02-2019
01:22 PM
|
0
|
0
|
1353
|
POST
|
I have a GeoEvent service that updates a feature layer hosted on our Enterprise Portal every 30 seconds or so. On our ArcGIS Online org, I consume the web service as a layer within a web map that refreshes the layer every minute. That web map is consumed in an Operations Dashboard app online. I'm having a problem with latency when the map has to redrawn. All the other layers, that are hosted layers on ArcGIS Online draw quickly, but the web service hosted on our Enterprise Portal takes a good 15 seconds to draw on the map. Currently, the internal Enterpise Portal web service is only available inside our organization's network, so it's not related to our security infrastructure. I'm looking for ideas to configure the web service to optimize performance. Usually I'd go straight to cache to solve my problem, but this is a data set that gets updated every 30 seconds from a GeoEvent service so I'm looking for alternatives. Thanks in advance.
... View more
07-31-2019
09:10 AM
|
0
|
1
|
656
|
POST
|
Our intermittent hosted feature layer service disruption issue appears to be resolved.
... View more
02-20-2019
09:33 AM
|
0
|
1
|
1589
|
POST
|
We have an ArcGIS Online organization and some of our hosted feature layers are experiencing intermittent service disruptions. Our web maps will have multiple layers and load all of them one minute, then after refreshing the browser some or all of the layers will fail to load. This occurs on the latest versions of IE, Edge, and Chrome browsers.
... View more
02-20-2019
08:18 AM
|
2
|
0
|
1589
|
Title | Kudos | Posted |
---|---|---|
1 | 03-15-2023 03:24 PM | |
2 | 10-04-2019 08:24 AM | |
2 | 02-20-2019 08:18 AM | |
3 | 03-07-2018 10:20 AM | |
2 | 03-07-2018 10:02 AM |
Online Status |
Offline
|
Date Last Visited |
Wednesday
|