POST
|
Hi @EzraBosworth-Ahmet , I'm attempting the truncate/append method. However, the truncate tool fails on the hosted feature layer. Since my original post, I upgraded Pro to version 3.3 which I thought supported truncating hosted layers. But it still fails. I'm also seeing things about the 'supportsTruncate' setting but don't know how to update that. The sync option is not enabled on the layer. Any thoughts?
... View more
01-27-2025
10:40 AM
|
0
|
0
|
1021
|
POST
|
Good to know, thanks @PeterKnoop. I'm seeing more and more reasons to learn the API but haven't really used it yet.
... View more
01-22-2025
05:27 AM
|
0
|
0
|
1106
|
POST
|
Hi @DavidSolari , I wanted to let you know I tested using where clauses and they made a HUGE difference. However, there are two steps where they may not be doable. It was a great idea that I will be using either way. Thanks again.
... View more
01-21-2025
10:31 AM
|
1
|
0
|
1138
|
POST
|
Thank you @DavidSolari. I considered this as well. Or having other references to the layer in the map with definition queries. Using SQL might be cleaner and any selects or attempts to field calculate in arcpy have been brutally slow.
... View more
01-17-2025
02:44 PM
|
0
|
0
|
1293
|
POST
|
thank you @EzraBosworth-Ahmet, appreciate the quick reply. I considered this but hoped to automate if possible. Can this be done with arcpy or would it require the Python for ArcGIS API? Any pointers to documentation?
... View more
01-17-2025
02:42 PM
|
0
|
2
|
1293
|
POST
|
Hello, I am working on some Python code that updates a Hosted Feature Layer inside of ArcGIS Pro. However, performance is extremely slow. There are over 700k records in the feature class, but performance was acceptable when working with a FGDB. Accessing the hosted layer takes hours to run each step (e. g. and update cursor and select by location, see below) Is this expected for a hosted feature layer? I'm using ArcGIS Pro 2.9.10 and Enterprise 10.9.1. with arcpy.da.UpdateCursor('featureClassName', ['fieldName']) as cursor: for row in cursor: if row[0] == 'N': row[0] = None cursor.updateRow(row) arcpy.management.SelectLayerByLocation('featureClassName', 'INTERSECT', 'fieldName', None, 'NEW_SELECTION', 'INVERT') If more details are needed please let me know. Any help would be appreciated. Thanks, Steve
... View more
01-17-2025
01:51 PM
|
0
|
9
|
1317
|
POST
|
I've calculated shape length totals for a polyline feature using ArcGIS Desktop. The layer is in NJ State Plane. When I create a Dashboard to display those totals in Enterprise 10.9.1, they are calculated based on WGS 84 Web Mercator so they do not match. Is there a way around this? I need the dashboard to show the State Plane values.
... View more
09-23-2024
11:36 AM
|
0
|
0
|
440
|
POST
|
Thanks for the reply Thomas Jones. Some of the feature classes were in fact empty. I've since populated them with one or more features but still cannot load into ArcMap. Server logs show two errors: I've created a case for this issue but if you have any other thoughts or suggestions please let me know. Thanks, Steve
... View more
06-16-2020
11:38 AM
|
0
|
0
|
1246
|
POST
|
I am unable to add a feature service to ArcMap (version 10.2.1). I get a warning that says, "Could not add the specified data object to the map. Item not found in this collection." I can add other feature services from the same ArcGIS Server (version 10.6.1). I'm using a 'User' connection, not a Publisher/Admin connection to try and add to the map. The only differences I can see compared to the other feature services are operations allowed. The service is being consumed by a web application and is otherwise working properly. It just can't be added to ArcMap. Appreciate any help...
... View more
06-08-2020
12:14 PM
|
0
|
2
|
1326
|
POST
|
Thank you for your help Randy. Would you by any chance know when Build 400 is being released?
... View more
01-31-2020
10:44 AM
|
0
|
2
|
3474
|
POST
|
Is there any update for when ArcGIS for AutoCAD Build 400 will be released? Is Build 400 the first version that will be compatible with AutoCAD 2020? Is there documentation somewhere that covers compatibility with AutoCAD versions? Appreciate any help...
... View more
01-31-2020
08:44 AM
|
0
|
3
|
2396
|
POST
|
Is this a valid work around for using ArcGIS for AutoCAD 370 with AutoCAD 2020?
... View more
01-31-2020
08:27 AM
|
0
|
4
|
3474
|
Title | Kudos | Posted |
---|---|---|
1 | 01-21-2025 10:31 AM | |
2 | 02-08-2019 06:46 AM |
Online Status |
Offline
|
Date Last Visited |
a week ago
|