Parcel fabric versions
A parcel fabric is created in a file geodatabase, a mobile geodatabase, or an enterprise geodatabase. Enterprise geodatabases must support branch versioning and must be in a supported DBMS (SQL Server, Oracle, or PostgreSQL).
If you are working with an existing parcel fabric, upgrading the parcel fabric to the latest version is necessary to keep it current with the latest released functionality.
Use the Upgrade Dataset geoprocessing tool to upgrade a parcel fabric. The upgrade applies schema changes to the parcel fabric dataset, parcel feature classes, and other related geodatabase objects.
Note:
Once a parcel fabric is upgraded, it cannot be reverted back to a previous version (downgraded). Ensure that you have the compatible version of ArcGIS Enterprise installed for the upgraded version number of your parcel fabric (see compatibility table below). You can also make a backup copy of the parcel fabric before upgrading.
An upgrade of the parcel fabric dataset is typically needed when there are schema changes in the information model. The release number of the ArcGIS Pro client determines whether an upgrade is needed for the parcel fabric dataset. The upgrade process increments the parcel fabric version number.
To view the current parcel fabric release number, right-click the parcel fabric in the Catalog pane and click Properties. On the Parcel Fabric Properties dialog box, expand Parcel fabric. The parcel fabric release number is displayed next to Parcel Fabric Version.
Keep in mind that not every ArcGIS Pro release requires an upgrade of the parcel fabric.
Note:
When using the Upgrade Dataset tool to upgrade a parcel fabric in an enterprise environment, the geodatabase connection must be set to Branch versioning type.
Parcel fabric versions and ArcGIS platform compatibility
Use the table below to determine which versions of ArcGIS Pro and ArcGIS Enterprise are required for your parcel fabric version. All previous versions of the parcel fabric are retired.
|
ArcGIS Enterprise release |
ArcGIS Pro releases |
Parcel fabric version |
|---|---|---|
|
11.1 |
3.2, 3.3, 3.4, 3.5, 3.6, 3.7 |
5 |
|
11.2 |
3.2, 3.3, 3.4, 3.5, 3.6, 3.7 |
5 |
|
11.3 |
3.3, 3.4, 3.5, 3.6, 3.7 |
5 |
|
11.4 |
3.4, 3.5, 3.6, 3.7 |
5 |
|
11.5 |
3.5, 3.6, 3.7 |
5 |
|
12.0 |
3.6, 3.7 |
5 |
|
12.1 |
3.7 |
5 |
Note:
The required ArcGIS Pro release, the parcel fabric version, and the ArcGIS Enterprise release numbers must match the numbers in the table above.
Upgrade to parcel fabric version 2
Upgrading to parcel fabric version 2 adds the following updates to the parcel fabric information model:
Parcel types support administration parcels. Use the Add Parcel Type geoprocessing tool to create a parcel type for administration parcels.
A new
ParcelCountfield is added to the Records feature class. TheParcelCountfield stores the number of parcels associated with each record.The
PF_COGOTypedomain description for code 1 has changed fromFrom MeasurementstoEntered.The maximum number of parcels that can be built and validated is available on the Parcel Fabric Properties dialog box. To view this number, right-click the parcel fabric in the Catalog window to open the Parcel Fabric Properties dialog box. Expand the Parcel Fabric heading on the General tab.
Upgrade to parcel fabric version 3
Upgrading to parcel fabric version 3 adds the following updates to the parcel fabric information model:
The
Parcel Subtypefield in the parcel type polygon feature class is no longer a required field and can be deleted.Three new adjustment feature classes are added to the parcel fabric. Adjustment feature classes store the results of a least-squares adjustment analysis.
Note:
Adjustment feature classes are created as unversioned and must be registered as versioned when working with a parcel fabric in an enterprise environment.
The
COGO Accuracyfield in the Records, Connection Lines, parcel type line, and polygon feature classes is no longer a required field and can be deleted.Note:
If you upgraded an ArcMap parcel fabric, values in the
Accuracyfields on parcel lines, polygons, and plans are transferred to the correspondingCOGO Accuracyfields on an ArcGIS Pro parcel fabric.New
Direction AccuracyandDistance Accuracyfields are added to the Connection Lines and parcel type line feature classes. These fields store a priori accuracies for line dimensions in a least-squares adjustment analysis.A new
Preservefield is added to the parcel fabric Points feature class. This field indicates whether the point can be deleted when its connected parcel is deleted.The alias of the
Is Fixedfield in the parcel fabric Points feature class is renamedFixed Shape.New
Adjustment Constraint,XY Uncertainty,Error Ellipse Semi Major,Error Ellipse Semi Minor, andError Ellipse Directionfields are added to the parcel fabric Points feature class for least-squares adjustment analysis purposes.
Upgrade to parcel fabric version 4
Upgrading to parcel fabric version 4 adds the following updates to the parcel fabric information model:
The MUST HAVE A RECORD parcel fabric default attribute rule is created for parcel lines, parcel polygons, and connection lines.
The Must Have a Record parcel rule is removed.
Optional attribute rules are available for the parcel fabric.
Four attribute rule error datasets are created at the geodatabase root level. Attribute rule error datasets are created to store attribute rule errors that occur during rule evaluation. Attribute rule error dataset names are suffixed with _ValidationLineErrors, _ValidationPointErrors, _ValidationPolygonErrors, and _ValidationObjectErrors and are required to be in the map for attribute rule evaluation.
Note:
Attribute rule error datasets are created as unversioned and must be registered as versioned when working with a parcel fabric in an enterprise environment.
Upgrade to parcel fabric version 5
Upgrading to parcel fabric version 5 adds the following updates to the parcel fabric information model:
A new
Retired Parcel Countfield is added to the Records feature class. This field is system managed and the count is updated when parcels become historic in the active record.The
Parcel Countfield is renamedCreated Parcel Count. This field is system managed and the count is updated when parcels are created in the active record.A new
Label Positionfield is added to the parcel type Lines feature class. This field indicates whether the label position is to the left or right of the parcel line or is centered over the parcel line.A new
PF_LabelPositiondomain is added for theLabel Positionfield.The SHAPE IS FIXED optional point attribute rule is now a default attribute rule.