|
POST
|
I have tried that previously with the same results...either way the .container property or the .fromitem method return the FeatureLayerCollection...which is what is needed to access the .manager. Both ways, when calling the .overwrite method with the file path, fail with the 'Cannot find related data item used to publish this Feature Layer' error. I'm stumped.
... View more
10-14-2022
07:23 AM
|
0
|
0
|
2764
|
|
POST
|
I cannot seem to overwrite a feature layer by uploading a file geodatabase via the Python API. I have triple checked and re-tried from start to finish uploading a .zipped file GDB, publishing a hosted feature service and attempt to update the file GDB with the EXACT SAME name as when I started. I throws the 'Cannot find related data item used to publish this Feature Layer' error. It works fine however if I use the tools in ArcGIS online, navigate to the same file GDB and overwrite. gis = GIS(baseurl, username, password, verify_cert=False) gdbpath = r"c:\temp\gdb.zip'
item = gis.content.get('guid') # feature layer collection
fs = item.layers[0].container
print(fs.manager.overwrite(gdbpath))` I have to think there's something with how you enter the path to the gdb for it to recongnize it as the same file name. Any ideas? Thanks!
... View more
10-14-2022
06:17 AM
|
0
|
5
|
2792
|
|
POST
|
It happens specifically in a Pro Parcel Fabric for the 'Legal Start Date' on parcels. It also only seems to happen when a time component is added, so, 6/11/1885 11:15 am becomes 6/12/1885 12:45 pm when the edits are applied. It's just a standard date field and there are no date-related attribute rules associated with the feature class. Note -- I have spot checked several different years/decades for attributes and it seems to happen only with pre 1900s
... View more
10-06-2022
08:20 AM
|
0
|
0
|
1894
|
|
POST
|
Some of our staff just stumbled on something similar. The user is trying to enter '6/24/1896' into a simple date field but the attribute field automatically changes to '6/25/1896'. Any workarounds would be great to know. Thanks!
... View more
10-05-2022
01:40 PM
|
0
|
2
|
1903
|
|
IDEA
|
The gaps and overlaps tool is great but it would be great if it were added to the TOC as a toggle-able layer and/or with the ability to export the graphics to a featureclass. The main reason to make it toggle-able is that when you are attempting to edit the error, you have to clear the errors in order to see the data that needs editing. If you run a large area this mean you have to re-run the whole area again -- that can sometimes be time consuming. It would also be great if there were a geoprocssing tool for these tools so reporting could be automated. Thanks!
... View more
09-27-2022
09:34 AM
|
7
|
4
|
1370
|
|
POST
|
3.0 doesn't seem to work any better. Topology and tools are really flaky. Sometimes the 'Validate Topology' button on the ribbon will work, sometimes not. Other times when that doesn't work, the 'Validate' button on the Error Inspector will work but sometimes not. Sometimes I can use the 'Fix' pane in the Error Inspector to fix isses that I've highlighted, sometimes not. There's really no rhyme or reason. I've been through several support tickets with the fabric and it takes so much of my time that I'm hesitant to start another one. FWIW We are using 10.9.1 Enterprise, Pro 3.0.1 and PostGres 13.3 backend -- all patches installed on relavent machines. Mike
... View more
09-15-2022
02:22 PM
|
2
|
1
|
5053
|
|
POST
|
Hi All, In a CoreHost/standalone app, I'm trying to connect to a feature service geodatabase that is in our ArcGIS Online account. This works fine if I am the one calling the console app (while logged into a machine with Pro on it) assuming that it's using my ArcGIS Pro account information. However, if I attempt to run this using a service account user it does not work. I've used the example here: https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic25964.html ..to try and authenticate when accessing an ArcGIS online feature service URL (@ services1.arcgis.com) but the console app doesn't attempt to enter the authentication. Please note, that this seems to work fine when accessing an on-premesis portal feature service using the service account user (using Scheduled Tasks). Any help would be great! Thanks!
... View more
09-09-2022
08:03 AM
|
0
|
0
|
407
|
|
POST
|
Greetings, We have an internal Portal instance that is using Branch Versioned feature classes that are shared out to a Distributed Collaboration on our ArcGIS Online Organizational account. This is set up so editors can log into AGO and edit features as needed for these various feature classes. These workspaces are synced automatically every hour. This seems to work fine but when the syncs happen, the editor tracking fields DO NOT retain the editor values from the external source (the actual editor). Instead it looks like it's from my own account on the inside -- I'm assuming the internal Portal account that is initiating the sync? Is there something I'm missing here? I need the original editor information to be synced back correctly. Any help would be great. Thanks Mike
... View more
08-31-2022
01:06 PM
|
2
|
1
|
798
|
|
POST
|
Hi All I have a strange one that I just happened to stumble on. I have an app where the user can select address points and get various reports. In order to do this (with a large number of features) I first gather object ids of the selected points and do multiple deferred queries using select by object ids. I discovered an issue where a certain combination of object ids when url encoded (automatically) cause the query to fail. Has anyone seen this? Is there a way to check the URL encoding of a where clause before executing it? Thanks Mike
... View more
08-26-2022
03:47 PM
|
0
|
0
|
426
|
|
IDEA
|
Agree! It would be amazing to be able to couple to performance of VT's with legends and querying.
... View more
07-15-2022
01:22 PM
|
0
|
0
|
768
|
|
POST
|
Use Microsoft.Data.SqlClient. There are a lot of little tweaks with .net 6.
... View more
07-11-2022
04:57 PM
|
2
|
0
|
9500
|
|
IDEA
|
As what seems to be a standard workflow, we invite users to our organizational ArcGIS Online account simply by using their network email with ADFS authentication. This is a very simple way to add a new user, set the type, set the add-on licensing, and set the groups all in one. Sadly, this option is not available using portal UI. It would be great to see this implemented...having users join automatically in our case is not a viable option at this point. Thanks for reading!
... View more
05-26-2022
10:44 AM
|
4
|
1
|
1000
|
|
POST
|
Chiming in here as well. I have the same issue with, from what I can tell, is a properly configured hosted feature layer. The only small wrinkle with this particular layer is that it is participating in a distributed collaboration. I have other web hooks that are working fine, this one repeatedly returns 'Error in processing replica sync request.' on the extractChanges check. Any help would be great! ESRI? Thanks!
... View more
04-18-2022
02:22 PM
|
0
|
0
|
1575
|
|
POST
|
Yeah...it only happens when saving a new map...time for a ticket!
... View more
04-08-2022
09:13 AM
|
1
|
0
|
854
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-14-2011 01:45 PM | |
| 15 | 10-29-2024 10:14 AM | |
| 1 | 05-31-2023 12:34 PM | |
| 1 | 05-30-2024 02:54 PM | |
| 3 | 05-30-2024 01:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
a month ago
|