|
IDEA
|
Great news @AmirBar-Maor! I definitely prefer straightforward over work-arounds. We are migrating into Parcel Fabric for our entire federal agency, and needed a solution now for our data set up and migration though. I hope the python access will help others in the future. Even the ability of the Copy tool to use field mapping to change the parcel type names would be a great solution. Thank you for considering this need.
... View more
02-20-2026
08:20 AM
|
0
|
0
|
831
|
|
IDEA
|
UPDATE for anyone searching how to do this. I got a clever work around on a thread about Esri all of a sudden stopping the functionality of Define Projection on a dataset, which threw a wrench in our workflow. In implementing that work around, I saw I could use the same method to change the parcel type names. Here is the post for the code sample: https://community.esri.com/t5/arcgis-pro-questions/unable-to-define-projection-on-undefined/m-p/1629826 Kudos to cmathers! The workaround I used based on the code in the post above: Export the template FGDB to a JSON with the Generate Schema Report tool. Edit the parcelTypeNames in JSON using re.sub() (also needed to adjust the spatial reference since in 3.5 Esri [intentionally] broke the functionality we had long relied on for DefineProjection). Convert the Schema Report to an XML Workspace with the Convert Schema Report tool. Create an empty FGDB. Then apply that to a new FGDB with the Import XML Workspace Document tool.
... View more
02-19-2026
02:34 PM
|
0
|
0
|
845
|
|
POST
|
Update: This work around is beautiful! I used it to not only change the spatial reference, but to change the Parcel Type Names that was otherwise only editable manually through the Pro UI. Kudos and thank you!
... View more
02-19-2026
02:25 PM
|
0
|
0
|
441
|
|
IDEA
|
This "fix" disrupts a long-standing workflow that we rely on for automated Parcel Fabric builds between Alaska and CONUS with different projections. We used this tool as described in the documentation, to change an incorrectly applied spatial reference on a BLANK dataset. There is no reason to change this behavior, as that's what the tool was advertised to do. Very disappointed in Esri and hope you "unfix" this back to the way it was, and is supposed to be, from an end user perspective (and your own tool documentation).
... View more
08-11-2025
10:54 AM
|
0
|
0
|
3451
|
|
POST
|
Thank you for this helpful workaround. I will give it a try but generally going to/from XML Workspace Document with a Parcel Fabric dataset doesn't work well, for whatever reason. Worth a try since Esri killed our years-long established and well-working workflow of Define Projection to correct an already defined projection on a dataset.
... View more
07-02-2025
02:57 PM
|
0
|
2
|
1867
|
|
POST
|
It is not the better way to go in 3.5, as it loses a bunch of our data structure in the parcel fabric dataset: Before Project: After Project: Even some of the out-of-the-box relationships Esri creates automatically in the Parcel Fabric get lost using the Project Tool. Really kills our workflow and productivity to make this change to the Define Projection tool, with no mention in the release notes, and no working alternative for our use.
... View more
06-13-2025
08:45 AM
|
3
|
2
|
1837
|
|
POST
|
I searched through the 3.5 release notes and saw no mention of this 'loophole fix'. It really throws a wrench in my workflow, using it as described in the Help Docs to correct and incorrectly assigned projection.
... View more
06-13-2025
08:25 AM
|
0
|
0
|
1972
|
|
POST
|
Yes, we use this in a python scripted build process to migrate to Parcel Fabric. We take an empty gdb and change the "incorrect" coordinate system to the correct one after the copy. It is blank of any data but has a complex structure with relationship classes and related stand-alone tables. This is a huge "bug" from my perspective and a blocker for going to 3.5, which we need for the enhanced attribute rule functionality. The "proper" way to change the projection is to use the Project tool, which leaves behind much of our data. Maybe that is the "bug" in 3.5. I am trying to open an Esri case on this myself but have to go through the proper channels in my organization. GDB before using Project, with 'incorrect' coordinate system: After using the Project tool to 'correct' the coordinate system: Some of the relationship classes made it through, some did not - even the out of the box relationships inherently created by creating the Parcel Fabric geodatabase. The related tables also did not come through.
... View more
06-12-2025
04:14 PM
|
1
|
1
|
1994
|
|
POST
|
We use the DefineProjection tool extensively in arcpy for a scripted process that we re-run during development and migration into ArcGIS Parcel Fabric. In prior versions (3.4 and earlier) there were no issues. We have Pro 3.5.0 and all of a sudden I am getting an error ("ERROR 000146: Cannot alter the spatial reference"), in both arcpy and Pro/UI Toolbox for Define Projection. I am trying to open an Esri case because this seems like a bug. I think it should still run with warning as it always has if there is already a projection defined. There is no way to set Unknown spatial reference, so what if you make a mistake, or are conveniently using it to set up a new gdb that does not have any data in it yet?
... View more
06-09-2025
05:02 PM
|
2
|
1
|
2855
|
|
IDEA
|
I would like a Power Automate connector to be able to automate group management on ArcGIS Online. I work for a large organization and we have to keep groups and the membership in those groups in line with authorized personnel in another system. I would like to automate this using Power Automate such that I can query the other system, and use that to create groups, and add/remove members based on their authorization.
... View more
01-23-2025
04:12 PM
|
0
|
1
|
884
|
|
POST
|
I am getting the same error, Postgres SDE database. I would like to echo this bug should be fixed!
... View more
10-15-2024
03:18 PM
|
0
|
0
|
1536
|
|
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
|
5667
|
|
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
|
2299
|
|
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
|
2302
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-12-2025 04:14 PM | |
| 3 | 06-13-2025 08:45 AM | |
| 2 | 06-09-2025 05:02 PM | |
| 3 | 07-11-2024 10:38 AM | |
| 5 | 04-02-2024 03:03 PM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|