|
IDEA
|
@DianeBaker As a workaround, you can always take data offline and then sync to the branch version. But before that make sure your system is configured properly (map, server, DBMS...). We have a meetup scheduled to discuss it soon.
... View more
04-11-2025
10:42 AM
|
0
|
0
|
1489
|
|
POST
|
The Bureau of Land Management and S&P Global Premier Data provide an introduction to the Public Land Survey System Cadastral National Spatial Data Infrastructure (PLSS CadNSDI) and how it is produced and maintained using the ArcGIS Parcel Fabric. See video recording here: https://community.esri.com/t5/arcgis-parcel-fabric-videos/meetup-plss-cadnsdi-and-the-parcel-fabric/m-p/1599236
... View more
04-09-2025
11:56 PM
|
0
|
0
|
486
|
|
IDEA
|
@DucksInaRiver The workflow to create a traverse that includes calls to natural boundaries (bounds) as well as 'metes' is supported and well documented. The general outline of the workflow would be: Create an active record - all the created features will be associated with the legal record they came from such as a deed or a plat. Assuming the dimensions are in 'ground', set your Ground To Grid correction Enter the boundary lines of the parcel, you can alternate between entering COGO dimensions and digitizing or tracing natural features. In that case you should not have any misclose information and hence no need for any misclose adjustment, as you have stated. Create a Parcel Seed and Build to create a parcel Attribute your parcel At any point you can press the toggle "Show Only Active Record" to only see the feature you are entering. I hope this help There are many videos online and on the parcel fabric community videos that show that.
... View more
04-08-2025
08:28 AM
|
0
|
0
|
2682
|
|
POST
|
@LucasBeauchamp The 000952 error is a 'catch all' type of error, making it hard to know the cause. You can try to select a subset of the data and see if it works - that will indicate that this is data specific. FWIW - we had a similar error with the geoeprocessing Import Parcel Fabric Points when importing fixed points. I recommend opening a tech support case so we can have a look into it. Regards Amir
... View more
04-08-2025
05:50 AM
|
0
|
0
|
975
|
|
IDEA
|
Implemented in ArcGIS Pro 3.5 as a geoprocessing tool called 'Find Disconnected Parcel Points'
... View more
04-07-2025
06:55 AM
|
0
|
0
|
1055
|
|
POST
|
Hello @JasonBessert The Alignment process moves points which in turn modifies lines and polygons. Sometimes, especially with data that has small segments, a point can move in a way that changes the number of parts a polygon has. Think of a 'bow tie' shape. This is data corruption and we've implemented this check to prevent it from happening. The tool compares the number of parts each polygon has before and after the alignment process to make sure it hasn't changed. We usually see this when the data contains very small line segments or points that are very close to each other. You can use the Parcel Layers 'Too Short' or the Geoprocessing tool Find Adjacent Parcel Points to detect those. Another case can occur when a curve diverges to a straight line: sometimes moving the end point can cause the curve to go under the line (when zoomed in). I agree we should improve on communicating where the problem is. If your data is clean of those cases and you are still getting this error the workaround is to either try to use Align Parcels on subsets of the data, until you identify the problematic area, and/or use the Align Feature tool.
... View more
03-14-2025
06:16 AM
|
1
|
0
|
2728
|
|
IDEA
|
@GeoffShort2 You can switch parcel types using the layer dropdown at the top. If you have a layer that has multiple feature template you can switch between the feature templates within the selected feature layer (parcel type). Traverse has changed in that you cannot enter the connection lines from the point of commencement to the point of beginning as well as the boundary lines as part of the same 'traverse'. Instead: Enter connection lines from the point of commencement to the point of beginning (POB) Press New Enter boundary lines from the POB and back to the POB (a closed traverse). @FrankConkling - did you refer to that change in your reply?
... View more
03-06-2025
05:24 AM
|
0
|
0
|
958
|
|
POST
|
@MadisonGIS I would start by adding the parcel fabric to a new map and making sure that the selection works in the new map. If selection works in the new map, we'll know it is map related. You also note that some layers have disappeared. Is it possible that the focus was on the Contents pane when you were 'cutting' and 'pasting' and that instead of copying the features you were actually copy and pasting layers? I presume you've already checked that the layer is selectable in the Content pane. Let us know what you find
... View more
03-05-2025
05:35 AM
|
0
|
0
|
818
|
|
POST
|
@CelinaR You need to be the 'owner' or the sys admin user to make a schema change. Here are the steps to make schema changes for published branch version data. There is nothing unique in that regards with feature classes controlled by the parcel fabric: Go to Server Manager > Parameters and uncheck the 'Lock Database Schema' Option Click save and restart (this is a service level change that requires restarting) Stop the service. Add the new fields or make other changes to the feature class. Start the service again. If you use these fields to symbolize your layers, you can republish the layers with the existing service by using the 'overwrite' option from your existing publication map. This way you will keep any open versions and the edits they contain. Some schema changes do not require to republish the data. It all depends if and how those changes impact the layers you have. You can also consider going to the server manager to re-check the 'Lock Database Schema option' again. Restart the service again
... View more
03-03-2025
08:07 AM
|
0
|
0
|
1651
|
|
IDEA
|
@-_- Try to open your project with all your maps closed - it should be fast, then try to isolate which maps / layouts are causing the slowness. A slow map is often a result of: A map that pulls data using a slow internet connection from other portals or basemaps. Layers that have poor or no scale dependency. Layers that draw labels in the wrong scales (try to view unplaced labels). A feature class that needs some TLC (recalculate the spatial index, statistics...) If using ArcGIS Enterprise - make sure it is configured (sizing, instances...) properly. ... ArcGIS Monitor (Alt+Ctrl+M) can help you identify what causes the slowness. You can also consider contacting technical support.
... View more
02-20-2025
12:45 AM
|
0
|
0
|
1653
|
|
IDEA
|
@-_- In general, we use the geoprocessing framework to automate processes. Tasks are used for repeatable workflows that have an interactive component. A step in a task can call any command, geoprocessing tool, geoprocessing model, geoprocessing script tool, or an Add-In . Tasks also use your 'business language' and help share and promote best practices. To learn more about tasks you can find more information in the help documentation and/or watch this UC recorded session.
... View more
02-20-2025
12:23 AM
|
0
|
0
|
1660
|
|
IDEA
|
@-_- Did you consider a using a task? A task step has the ability to open and close any map view and/or layout - so you can create steps that set your required combinations. A task step can also link map views and set which view is active. Creating a task is easy and does not require any programming. Would that work?
... View more
02-20-2025
12:09 AM
|
0
|
0
|
1676
|
|
IDEA
|
@JasonFuller would you be willing to meet with us to further discuss? If yes - please send a direct message.
... View more
02-13-2025
11:16 PM
|
0
|
0
|
3119
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-26-2026 01:32 AM | |
| 1 | 06-24-2026 07:42 AM | |
| 3 | 06-24-2026 07:43 AM | |
| 2 | 06-24-2026 06:46 AM | |
| 1 | 06-12-2023 01:26 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|