POST
|
I am getting the same error, Postgres SDE database. I would like to echo this bug should be fixed!
... View more
3 weeks ago
|
0
|
0
|
50
|
IDEA
|
We are also missing the automatic versioned views now that we're in branch versioning as a requirement for multi-user editing in Parcel Fabric. We have an established reporting and publication process that takes data (via SQL queries directly on the database tables) and populates a new schema where data is combined and normalized. This would not be used for editing, but is quite a lengthy and complex process for our legal land ownership and survey parcels for an entire government land management agency.
... View more
09-30-2024
02:27 PM
|
0
|
0
|
267
|
IDEA
|
I found a similar tool reference in the Pro Offline Help. Can something like this be made available online? (Or if it is, does anyone have a link?) I wasn't able to edit my original post. 😕 Thank you!
... View more
08-14-2024
09:51 AM
|
0
|
0
|
179
|
IDEA
|
There used to be a lookup page that listed all error and warnings by ID. https://resources.arcgis.com/en/help/main/10.2/index.html#//018n00000002000000 We really need something like this in the Pro documentation, updated for any new tool error and warning messages, so we can look them up by ID, or browse through them to find the message_id to use in AddIDMessage in arcpy. It is unacceptable to say, "you have to do a bit of research" when no where in the online help for tools are the messages listed by ID referencing the six digit number.
... View more
08-14-2024
09:41 AM
|
0
|
0
|
182
|
IDEA
|
Thanks @AmirBar-Maor that does make sense. My request still stands that if we want to alter the feature classes AND the parcel type name property, I would like the parcel type name property to be exposed for update, either through the Associated Data parameter or a Parcel Toolset (maybe under Administrative?), so I could change it without having to open Pro and do it manually since our entire process is automated using arcpy. That's great they are independent but please expose it so I can change it in a similar manner as the feature class names that participate in the Parcel Fabric.
... View more
07-16-2024
12:53 PM
|
0
|
0
|
322
|
IDEA
|
Hi @AmirBar-Maor thanks for taking a look. The background provided was to illustrate our overall process. We have a base file geodatabase where the parcel fabric is created and we copy those for the individual contiguous 48 states for processing our large amount of complex data in smaller chunks. That is all well and good and have no issues putting them back together again. The issue is copying that base parcel fabric geodatabase for Alaska, which has some differences and will remain separate from CONUS data. We want the same structure with additional fields, tables, relationship classes, but need to rename the dataset, parcel fabric, parcel type feature classes, and relationship classes because they will ultimately live in the same enterprise geodatabase and be branch versioned and published for multi-user editing. So the issue is: We are successful at copying the CONUS Feature Dataset and renaming what we need to with the associated data mapping for Alaska, however it does not include the Parcel Type Names in the Properties of the Parcel Fabric as a parameter in the associated data string. We feel like the Parcel Type names property should match the parcel type feature class names as it does out of the box when created (see screenshot in original post for example of how it does not match after Copy). So if I then go in and programmatically list (arcpy.Describe on the parcel fabric) it will not return the parcel type names that match the feature classes I was able to rename in the Copy associated data mapping, and I would like it to. If the Copy tool's associated data parameter allows me to change the names of all of the items, including the parcel fabric controller, it should include the Parcel Type names.
... View more
07-12-2024
02:57 PM
|
0
|
0
|
394
|
IDEA
|
When copying a parcel fabric dataset using the Copy Tool, and using the associated data parameter to rename the parcel fabric dataset and parcel type feature classes, the Properties still reflect the original Parcel Type names. Background: Our entire process is scripted using arcpy. We go through creating the base file geodatabase with the parcel fabric schema, additional business/related tables, spatial reference, etc and then we make copies of it for processing each region’s data to break it up, then ultimately append them back together again into a single CONUS fabric. The Alaska region has a different spatial reference and has to be renamed because the datasets will reside in the same enterprise geodatabase. We use the arcpy.management.Copy gp tool to copy the Feature Dataset and rename everything using associated data input. This includes the parcel type feature classes but does not include the Parcel Type names found in the Properties/arcpy.Describe. I would like for the Parcel Type names to be updated through exposing this property in the associated data mapping of the arcpy.management.Copy tool, or else have the controller automatically update them, or else have a tool in the Parcel Tools administrative toolbox that we can run to update the Parcel Type names (via arcpy) after the copy.
... View more
07-11-2024
10:38 AM
|
3
|
5
|
469
|
IDEA
|
I was searching on how to remove globalids and would add the use case here @SSWoodward - We are migrating into Parcel Fabric and in order to publish our data as a service, it needs to have GlobalID. A database developer had added a field called globalid as text and then the python script went to prepare the data for publishing and used AddGlobalIDs tool. This added a globalid column as globalid_1. I want to delete the text globalid field AND the actual globalid_1 field so it can be properly named. I literally just added it and need to 'undo' and 'redo' the globlalid without wiping out all of the data or going through a bunch of steps to export and reimport as there are relationships built to these tables, so can't just delete and recreate. And there are many of them, so literally if there are no replicas or other things using globalid, why can't I delete it more easily?
... View more
06-04-2024
04:53 PM
|
0
|
0
|
223
|
IDEA
|
This is critical for the Forest Service to have the capability to input an extent through arcpy for processing. We are migrating our land records system national extent data into the ArcGIS Parcel Fabric, which crashes the topology engine when running the Validate Topology tool on the entire dataset. We used the Validate Parcel Fabric tool in 3.2 but that is deprecated in Pro 3.3, with the suggestion of using Validate Topology as a replacement. However, the replacement tool does not currently allow for processing by an input extent, so it is not a viable replacement for our large dataset. It was listed above as Under Consideration in 2022 and here we are in 2024 and it is still not implemented. We will be in a bind soon, when 3.2 is replaced on our systems with 3.3, and we cannot validate the topology for our migration into Parcel Fabric.
... View more
05-03-2024
10:48 AM
|
0
|
0
|
393
|
IDEA
|
I am preparing branch versioned data in an enterprise geodatabase for publishing to Enterprise Portal. One of the requirements for our scenario is Enable Replica Tracking. We have a Parcel Fabric dataset and some stand alone related tables and are automating this through python. I would like some way to tell if Replica Trackinghas been enabled. As I go through each of the stand alone (related) tables, if Replica Tracking has already been enabled, I get the following error when I try to run it again on the geodatabase table: arcgisscripting.ExecuteError: ERROR 002990: Replica tracking is not supported. Failed to execute (EnableReplicaTracking). When I go into Pro and look at that table, it already has the box checked for Replica Tracking. So first, I think this error message is misleading and could be improved. But most importantly, I would like a way to check if Replica Tracking has been enabled, much like arcpy.Describe has a property for enableEditorTracking. Please add a Boolean enableReplicaTracking to the Describe properties!
... View more
04-02-2024
03:03 PM
|
3
|
0
|
405
|
IDEA
|
@jschuckert Unfortunately, I have changed positions and am not working on this level of fun stuff anymore. I haven't heard of a workaround or solution to this but was hoping enough people would want the same functionality that Esri would add that functionality.
... View more
07-12-2023
04:51 PM
|
0
|
0
|
641
|
IDEA
|
Esri please make this possible. Our organization uses MS Power Automate and we do not have access to Integromat. Please implement this with Power Automate without the use of Premium Connectors. We have a need to be able to generate the Reports when a survey is submitted and email them to a specific user. Our organization does not have access to Premium licensing. Thank you!
... View more
03-25-2022
10:59 AM
|
0
|
0
|
2013
|
IDEA
|
We also need Power Automate to be able to generate Survey123 reports in addition to the email on submission.
... View more
03-25-2022
10:55 AM
|
0
|
0
|
1214
|
Title | Kudos | Posted |
---|---|---|
3 | 07-11-2024 10:38 AM | |
3 | 04-02-2024 03:03 PM | |
1 | 03-01-2022 05:14 PM | |
10 | 12-09-2021 04:28 PM | |
1 | 11-04-2021 11:28 AM |
Online Status |
Offline
|
Date Last Visited |
Wednesday
|