I made the deployment of the solution Linear Referencing Foundation version 1.2
Now following the task in the project , I calculated the Tolerances and Resolutions for CGS WGS 1984 spatial reference, now I am trying to make a Prototype in a single user environment:
arcpy.ImportToolbox(r"U:\UPDM\PipelineReferencingFoundationV1_2\Pipeline Referencing Foundation.tbx")
with arcpy.EnvManager(XYResolution="0.000000001 DecimalDegrees", MTolerance=0.0009988805323293938, XYTolerance="8.98315284119521E-09 DecimalDegrees", ZResolution="0.0001 Meters", MResolution=0.00011119487222222222, ZTolerance="0.0001 Meters"):
arcpy.udms.ChangeGDBSpatialReference(
gdb=r"U:\UPDM\PipelineReferencingFoundationV1_2\Databases\UPDM_PipelineReferencing.gdb",
spatial_reference='GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]];-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119521E-09;0.001;0.001;IsHighPrecision',
output_folder=r"U:\UPDM\PipelineReferencingFoundationV1_2\Prototypes",
output_name="updm.2021.wgs84"
)
but I receive an error:
Change GDB Spatial Reference
=====================
Parameters
Geodatabase U:\UPDM\PipelineReferencingFoundationV1_2\Databases\UPDM_PipelineReferencing.gdb
Output Spatial Reference GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]];-400 -400 1000000000;-100000 10000;-100000 10000;8.98315284119521E-09;0.001;0.001;IsHighPrecision
Folder Location U:\UPDM\PipelineReferencingFoundationV1_2\Prototypes
Output Name updm.2021.wgs84
Output Package
=====================
Environments
XY Resolution 0.000000001 DecimalDegrees
M Tolerance 0.0009988805323293938
XY Tolerance 8.98315284119521E-09 DecimalDegrees
Z Resolution 0.0001 Meters
M Resolution 0.00011119487222222222
Z Tolerance 0.0001 Meters
=====================
Messages
Start Time: Wednesday, July 19, 2023 3:32:05 PM
udms 3.1.1
Removed whitespace from the following geodatabase items:
DataElement/LRSMetadata: '<?xml version="1.0"?>\n<Lrs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" LrsId="B60E5FE6-20EC-44D6-B708-031CC63A7222" Name="APR" Description="" SchemaVersion="10" CenterlineFCName="P_Centerline" CenterlineSequenceTableName="P_Centerline_Sequence" CalibrationPointFCName="P_CalibrationPoint" RedlineFCName="P_Redline" ConflictPreventionEnabled="false" DefaultVersionName="" AllowLockTransfer="false" UseElevationDataset="false" ZFactor="0" UserSchemaPrefix=""><Networks><Network NetworkId="1" Name="P_EngineeringNetwork" FieldSeparator="" IgnoreEmptyRoutes="false" PersistedFeatureClassName="P_EngineeringNetwork" PersistedFeatureClassRouteIdFieldName="RouteId" FromDateFieldName="FromDate" ToDateFieldName="ToDate" PromptPriorityWhenEditing="true" GapCalibration="SteppingIncrement" GapCalibrationOffset="0" MeasuresDisplayPrecision="3" UpdateRouteLengthInCartoRealignment="false" IsDerived="false" DerivedFromNetwork="-1" RouteNameFieldName="RouteName" LineIdFieldName="LineId" LineNameFieldName="LineName" LineOrderFieldName="LineOrder" AutoGenerateRouteId="true" AutoGenerateRouteName="false" ServiceLayerId="-1"><RouteFieldNames><NetworkFieldName Name="RouteId" FixedLength="0" IsFixedLength="true" IsPaddingEnabled="false" PaddingCharacter="32" PaddingPlace="None" IsPadNullValues="false" IsNullAllowed="false" AllowAnyLookupValue="true" LookupTableXml="" LookupTableName="" LookupKeyField="" LookupDisplayField=""/></RouteFieldNames><EventTables><EventTable EventId="D624B1A5-A283-49E9-9F8F-B78354D37E6B" Name="P_Anomaly" TableName="P_Anomaly" FeatureClassName="P_Anomaly" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="B9480746-CC59-410C-BD5A-78DB6E7FDBB8" Name="P_AnomalyGroup" TableName="P_AnomalyGroup" FeatureClassName="P_AnomalyGroup" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="2A613774-1BA1-415F-AC43-6DCF09CAF14F" Name="P_Coupon" TableName="P_Coupon" FeatureClassName="P_Coupon" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="75340666-DF90-44A7-A878-D625725D409E" Name="P_DASurveyReadings" TableName="P_DASurveyReadings" FeatureClassName="P_DASurveyReadings" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="DEAF0F9E-B69B-426B-B9A8-F0C1C7D89737" Name="P_DocumentPoint" TableName="P_DocumentPoint" FeatureClassName="P_DocumentPoint" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="41B47270-29C0-44AD-BC80-402E44B29AF9" Name="P_Elevation" TableName="P_Elevation" FeatureClassName="P_Elevation" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="B45CF1DE-37C7-40C0-BBAF-E4D289CCBE0F" Name="P_IdentifiedIssue" TableName="P_IdentifiedIssue" FeatureClassName="P_IdentifiedIssue" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="2AC494AC-7767-4419-844E-EB09782E9B9C" Name="P_ILIGroundRefMarkers" TableName="P_ILIGroundRefMarkers" FeatureClassName="P_ILIGroundRefMarkers" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="2A64534D-14CE-4C2A-85F5-EF5AB6EB3BD6" Name="P_ILISurveyGroup" TableName="P_ILISurveyGroup" FeatureClassName="P_ILISurveyGroup" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="F5ECE749-CDBC-47B6-A297-905DC70E6F43" Name="P_ILISurveyReadings" TableName="P_ILISurveyReadings" FeatureClassName="P_ILISurveyReadings" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="DE0B5BC1-C9DF-4AAC-A375-72E9988D6727" Name="P_InspectionNote" TableName="P_InspectionNote" FeatureClassName="P_InspectionNote" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="0159DFA4-707F-476C-8960-E60CA32A18CD" Name="P_PipeCrossing" TableName="P_PipeCrossing" FeatureClassName="P_PipeCrossing" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="71FBDD31-6FD2-4684-BCA3-CEA019302275" Name="P_PipeJobSeparator" TableName="P_PipeJobSeparator" FeatureClassName="P_PipeJobSeparator" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="4A74643C-F384-4EA2-8A75-7ECC28B27F4B" Name="P_PipelineMarker" TableName="P_PipelineMarker" FeatureClassName="P_PipelineMarker" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="BD0DE7AC-8DBE-4C2A-B217-16F18AAEBEE2" Name="P_SqueezeOff" TableName="P_SqueezeOff" FeatureClassName="P_SqueezeOff" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="78A90935-1678-4C60-B3C4-545E77C9FD3D" Name="PipelineDevice" TableName="PipelineDevice" FeatureClassName="PipelineDevice" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="OBJECTID" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="4B2D53FB-3643-4A85-AD3F-473DEE48AAA7" Name="PipelineJunction" TableName="PipelineJunction" FeatureClassName="PipelineJunction" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="OBJECTID" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="BC9B1030-65AF-4922-9B0E-E68F247AC66F" Name="StructureJunction" TableName="StructureJunction" FeatureClassName="StructureJunction" IsLocal="true" IsPointEvent="true" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="OBJECTID" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="" ToRouteNameFieldName="" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engm" ToMeasureFieldName="" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continm" DerivedToMeasureFieldName="" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="2D804F58-BE2F-44E8-A074-12B8ACCCEB5D" Name="P_ConsequenceSegment" TableName="P_ConsequenceSegment" FeatureClassName="P_ConsequenceSegment" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="791CC765-B9C0-4BF3-823D-445093CC6A4E" Name="P_CouldAffectSegment" TableName="P_CouldAffectSegment" FeatureClassName="P_CouldAffectSegment" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="F13DDB92-BAB7-4782-9551-B25C7E42D7E4" Name="P_DOTClass" TableName="P_DOTClass" FeatureClassName="P_DOTClass" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="B8964AA0-4A77-4B02-9EA6-A7500CF8BDBF" Name="P_ExcavationDamage" TableName="P_ExcavationDamage" FeatureClassName="P_ExcavationDamage" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="4F432698-1967-4665-B538-D4CB9493B308" Name="P_ExposedPipeInspect" TableName="P_ExposedPipeInspect" FeatureClassName="P_ExposedPipeInspect" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="FBE7F9BA-A780-4E8E-8DE7-70083FCD1BB1" Name="P_ILIInspectionRange" TableName="P_ILIInspectionRange" FeatureClassName="P_ILIInspectionRange" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="AF2FDEF0-9414-4339-8D2D-28F6B7FF5165" Name="P_InlineInspection" TableName="P_InlineInspection" FeatureClassName="P_InlineInspection" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="A513F4BF-3717-4650-B92E-F09ABA988D17" Name="P_InspectionRange" TableName="P_InspectionRange" FeatureClassName="P_InspectionRange" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="C4247FA5-6314-4206-AF04-C76864BC5629" Name="P_LeakRepairs" TableName="P_LeakRepairs" FeatureClassName="P_LeakRepairs" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="69CD0D9F-3E23-48AD-A2E2-775265B74ED1" Name="P_MAOPCalcRange" TableName="P_MAOPCalcRange" FeatureClassName="P_MAOPCalcRange" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="82F14F4D-0028-4B62-A8CA-D17A475C86E0" Name="P_OperatingPressureRange" TableName="P_OperatingPressureRange" FeatureClassName="P_OperatingPressureRange" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="0B5E71B5-4E38-4B37-92B4-5FE71E2AFCC6" Name="P_PipeExposure" TableName="P_PipeExposure" FeatureClassName="P_PipeExposure" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="723862E0-7DBB-4299-ABE9-A9B05B377014" Name="P_TestPressureRange" TableName="P_TestPressureRange" FeatureClassName="P_TestPressureRange" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="DCA45B03-A469-4774-AC0C-5D7D58E71A56" Name="PipelineLine" TableName="PipelineLine" FeatureClassName="PipelineLine" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="OBJECTID" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="697AD7AB-AE56-4C3C-8EEC-3F331D0A9307" Name="StructureLine" TableName="StructureLine" FeatureClassName="StructureLine" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="OBJECTID" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/><EventTable EventId="A833D8FE-E81E-417B-8C24-19486EFE2479" Name="P_CenterlineAccuracy" TableName="P_CenterlineAccuracy" FeatureClassName="P_CenterlineAccuracy" IsLocal="true" IsPointEvent="false" ReferenceOffsetType="NoOffset" TableNameXml="" ObjectIdFieldName="objectid" EventIdFieldName="eventid" RouteIdFieldName="engrouteid" RouteNameFieldName="engroutename" ToRouteIdFieldName="engtorouteid" ToRouteNameFieldName="engtoroutename" FromDateFieldName="fromdate" ToDateFieldName="todate" FromMeasureFieldName="engfromm" ToMeasureFieldName="engtom" LocErrorFieldName="locationerror" StoreFieldsFromDerivedNetworkWithEventRecords="true" DerivedRouteIdFieldName="continrouteid" DerivedRouteNameFieldName="continroutename" DerivedFromMeasureFieldName="continfromm" DerivedToMeasureFieldName="contintom" StoreReferentLocationWithEventRecords="false" ReferentOffsetUnits="esriUnknownUnits" FromReferentMethodFieldName="" FromReferentLocationFieldName="" FromReferentOffsetFieldName="" ToReferentMethodFieldName="" ToReferentLocationFieldName="" ToReferentOffsetFieldName="" AheadStationField="" BackStationField="" StationUnitOfMeasure="esriUnknownUnits" StationMeasureIncreaseField="" StationMeasureDecreaseValues="" ServiceLayerId="-1"/></EventTables><IntersectionClasses/><UnitsOfMeasure>3</UnitsOfMeasure><RoutePriorityRules/></Network><Network NetworkId="2" Name="P_ContinuousNetwork" FieldSeparator="" IgnoreEmptyRoutes="false" PersistedFeatureClassName="P_ContinuousNetwork" PersistedFeatureClassRouteIdFieldName="RouteId" FromDateFieldName="FromDate" ToDateFieldName="ToDate" PromptPriorityWhenEditing="true" GapCalibration="SteppingIncrement" GapCalibrationOffset="0" MeasuresDisplayPrecision="3" UpdateRouteLengthInCartoRealignment="false" IsDerived="true" DerivedFromNetwork="1" RouteNameFieldName="RouteName" LineIdFieldName="" LineNameFieldName="" LineOrderFieldName="" AutoGenerateRouteId="true" AutoGenerateRouteName="false" ServiceLayerId="-1"><RouteFieldNames><NetworkFieldName Name="RouteId" FixedLength="0" IsFixedLength="true" IsPaddingEnabled="false" PaddingCharacter="32" PaddingPlace="None" IsPadNullValues="false" IsNullAllowed="false" AllowAnyLookupValue="true" LookupTableXml="" LookupTableName="" LookupKeyField="" LookupDisplayField=""/></RouteFieldNames><EventTables/><IntersectionClasses/><UnitsOfMeasure>3</UnitsOfMeasure><RoutePriorityRules/></Network></Networks><UtilityNetworkClasses/><FieldNames><CenterlineSequence ObjectId="ObjectId" RoadwayId="centerlineid" NetworkId="networkid" RouteId="routeid" FromDate="fromdate" ToDate="todate"/><CalibrationPoint ObjectId="ObjectId" Measure="measure" FromDate="fromdate" ToDate="todate" NetworkId="networkid" RouteId="routeid"/><Centerline ObjectId="ObjectId" RoadwayId="centerlineid"/><Redline ObjectId="ObjectId" FromMeasure="frommeasure" ToMeasure="tomeasure" RouteId="routeid" RouteName="routename" EffectiveDate="effectivedate" ActivityType="activitytype" NetworkId="networkid"/></FieldNames></Lrs>\n'
ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds.
The domain was not found. [Yes_No]
The domain was not found. [UPDM_WeeksPerYear]
The domain was not found. [UPDM_DaysPerWeek]
The domain was not found. [Units_for_Volume]
The domain was not found. [Units_for_Surface_Area]
The domain was not found. [Units_for_Pressure]
The domain was not found. [Units_for_Length]
The domain was not found. [Units_for_Height]
The domain was not found. [Units_for_Heat]
The domain was not found. [Units_for_Flow]
The domain was not found. [Units_for_Diameter]
The domain was not found. [Units_for_Depth]
The domain was not found. [Symbol_Rotation]
The domain was not found. [Spatial_Accuracy]
The domain was not found. [Pipeline_Wellhead_Material_Class]
The domain was not found. [Pipeline_Wellhead_Diameter]
The domain was not found. [Pipeline_Wellhead_Connection_Type]
The domain was not found. [Pipeline_Weld_Joint_Coat_Type]
The domain was not found. [Pipeline_Valve_Status]
The domain was not found. [Pipeline_Valve_Remote_Failure_Type]
The domain was not found. [Pipeline_Valve_Position]
The domain was not found. [Pipeline_Valve_Model]
The domain was not found. [Pipeline_Valve_Manufacturer]
The domain was not found. [Pipeline_Valve_Key_Size]
The domain was not found. [Pipeline_Valve_Diameter]
The domain was not found. [Pipeline_Valve_DesignType]
The domain was not found. [Pipeline_Valve_Close_Direction]
The domain was not found. [Pipeline_Valve_Actuator_Type]
The domain was not found. [Pipeline_Transmission_Manufacturer]
The domain was not found. [Pipeline_Tee_DesignType]
The domain was not found. [Pipeline_Tap_DesignType]
The domain was not found. [Pipeline_Tank_Model]
The domain was not found. [Pipeline_Tank_Manufacturer]
The domain was not found. [Pipeline_Surface_Type]
The domain was not found. [Pipeline_Supplier]
The domain was not found. [Pipeline_Structure_Type]
The domain was not found. [Pipeline_Structure_Limited_Mobility]
The domain was not found. [Pipeline_Strainer_Model]
The domain was not found. [Pipeline_Strainer_Manufacturer]
The domain was not found. [Pipeline_Strainer_Device_Type]
The domain was not found. [Pipeline_Soil_Type]
The domain was not found. [Pipeline_Seam_Type]
The domain was not found. [Pipeline_Seam_Orientation]
The domain was not found. [Pipeline_Relief_Valve_DesignType]
The domain was not found. [Pipeline_Regulator_Type]
The domain was not found. [Pipeline_Regulator_Model]
The domain was not found. [Pipeline_Regulator_Manufacturer]
The domain was not found. [Pipeline_Regulator_Casing_Material]
The domain was not found. [Pipeline_Regulatory_Type]
The domain was not found. [Pipeline_Region]
The domain was not found. [Pipeline_Reducer_Fitting_Size]
The domain was not found. [Pipeline_Pressure_Test_Type]
The domain was not found. [Pipeline_Pressure_Test_Medium]
The domain was not found. [Pipeline_Pressure_Range]
The domain was not found. [Pipeline_Pipe_Wellhead_Pressure_Rating]
The domain was not found. [Pipeline_Pipe_Wall_Thickness-Transmission]
The domain was not found. [Pipeline_Pipe_Wall_Thickness-Station]
The domain was not found. [Pipeline_Pipe_Wall_Thickness-Riser]
The domain was not found. [Pipeline_Pipe_Wall_Thickness-Pressure_Sensor]
The domain was not found. [Pipeline_Pipe_Wall_Thickness]
The domain was not found. [Pipeline_Pipe_Test_Medium]
The domain was not found. [Pipeline_Pipe_Support_Model]
The domain was not found. [Pipeline_Pipe_Support_Material]
The domain was not found. [Pipeline_Pipe_Support_Manufacturer]
The domain was not found. [Pipeline_Pipe_Outside_Diameter-Transmission]
The domain was not found. [Pipeline_Pipe_Outside_Diameter-Station]
The domain was not found. [Pipeline_Pipe_Outside_Diameter-Riser]
The domain was not found. [Pipeline_Pipe_Outside_Diameter-Pressure_Sensor]
The domain was not found. [Pipeline_Pipe_Outside_Diameter]
The domain was not found. [Pipeline_Pipe_Diameter-Transmission]
The domain was not found. [Pipeline_Pipe_Diameter-Station]
The domain was not found. [Pipeline_Pipe_Diameter-Services]
The domain was not found. [Pipeline_Pipe_Diameter-Riser]
The domain was not found. [Pipeline_Pipe_Diameter-Pressure_Sensor]
The domain was not found. [Pipeline_Pipe_Diameter-Gathering]
The domain was not found. [Pipeline_Pipe_Diameter-Distribution]
The domain was not found. [Pipeline_Pipe_Diameter-Customer]
The domain was not found. [Pipeline_Pipe_Diameter-Combined]
The domain was not found. [Pipeline_Pipe_Crossing_Wired_Utility]
The domain was not found. [Pipeline_Pipe_Crossing_Transportation]
The domain was not found. [Pipeline_Pipe_Crossing_Topographic]
The domain was not found. [Pipeline_Pipe_Crossing_Pipe_Utility]
The domain was not found. [Pipeline_Pipe_Crossing_Location]
The domain was not found. [Pipeline_Pipe_Connection_Type]
The domain was not found. [Pipeline_Pipe_Condition]
The domain was not found. [Pipeline_Pipeline_Operator_Number]
The domain was not found. [Pipeline_PipeBend_DesignType]
The domain was not found. [Pipeline_Pilot_Connection_Type]
The domain was not found. [Pipeline_Pigging_Structure_Material]
The domain was not found. [Pipeline_Pass_Fail_Status]
The domain was not found. [Pipeline_Over_Pressure_Protection_Type]
The domain was not found. [Pipeline_Operator_Type]
The domain was not found. [Pipeline_On_Off_Status]
The domain was not found. [Pipeline_Odorizer_Model]
The domain was not found. [Pipeline_Odorizer_Manufacturer]
The domain was not found. [Pipeline_Odorant_Type]
The domain was not found. [Pipeline_Object_Status]
The domain was not found. [Pipeline_Muffler_Model]
The domain was not found. [Pipeline_Muffler_Material]
The domain was not found. [Pipeline_Muffler_Manufacturer]
The domain was not found. [Pipeline_Meter_Type]
The domain was not found. [Pipeline_Meter_Diameter-Customer]
The domain was not found. [Pipeline_Measurement_Units]
The domain was not found. [Pipeline_Measured_Length]
The domain was not found. [Pipeline_Marker_Markertype]
The domain was not found. [Pipeline_MAOP_Pressure_Estab_By]
The domain was not found. [Pipeline_Lining_Type]
The domain was not found. [Pipeline_Line_Valve_Connection]
The domain was not found. [Pipeline_Line_Heater_Model]
The domain was not found. [Pipeline_Line_Heater_Manufacturer]
The domain was not found. [Pipeline_Line_Design_Class]
The domain was not found. [Pipeline_Length_Source]
The domain was not found. [Pipeline_Leak_Work_Performed]
The domain was not found. [Pipeline_Leak_Survey_Type]
The domain was not found. [Pipeline_Leak_Survey_Status]
The domain was not found. [Pipeline_Leak_Survey_Method]
The domain was not found. [Pipeline_Leak_Survey_Frequency]
The domain was not found. [Pipeline_Leak_Repair_Type]
The domain was not found. [Pipeline_Leak_Method_Detected]
The domain was not found. [Pipeline_Leak_Location]
The domain was not found. [Pipeline_Leak_Inspect_Gas_In]
The domain was not found. [Pipeline_Leak_Inspect_Frequency]
The domain was not found. [Pipeline_Leak_Facility_Type]
The domain was not found. [Pipeline_Leak_Closed_Status]
The domain was not found. [Pipeline_Leak_Class]
The domain was not found. [Pipeline_Leak_Cause_Outside_Force]
The domain was not found. [Pipeline_Leak_Cause_Operations]
The domain was not found. [Pipeline_Leak_Cause_Natural]
The domain was not found. [Pipeline_Leak_Cause_Material]
The domain was not found. [Pipeline_Leak_Cause_Excavation]
The domain was not found. [Pipeline_Leak_Cause_Equipment]
The domain was not found. [Pipeline_Leak_Cause_Corrosion]
The domain was not found. [Pipeline_Junction_Pressure_Rating]
The domain was not found. [Pipeline_Junction_Material_Specification]
The domain was not found. [Pipeline_Junction_Diameter_Specification]
The domain was not found. [Pipeline_Junction_Angle]
The domain was not found. [Pipeline_Install_Method]
The domain was not found. [Pipeline_Inspection_Range_Type]
The domain was not found. [Pipeline_Inspection_Note_Type]
The domain was not found. [Pipeline_ILI_Survey_Type]
The domain was not found. [Pipeline_ILI_Survey_Marker_Type]
The domain was not found. [Pipeline_ILI_Survey_Int_Ext_Indicator]
The domain was not found. [Pipeline_Identified_Site_Outside]
The domain was not found. [Pipeline_Identified_Issue]
The domain was not found. [Pipeline_HCA_Provenance]
The domain was not found. [Pipeline_HCA_Area_Type]
The domain was not found. [Pipeline_Hanger_Model]
The domain was not found. [Pipeline_Hanger_Material]
The domain was not found. [Pipeline_Hanger_Manufacturer]
The domain was not found. [Pipeline_Girth_Weld_Type]
The domain was not found. [Pipeline_Flow]
The domain was not found. [Pipeline_Flange_DesignType]
The domain was not found. [Pipeline_Fitting_Diameter]
The domain was not found. [Pipeline_Excav_Equip_Causing_Damage]
The domain was not found. [Pipeline_Excav_Dam_Work_Type]
The domain was not found. [Pipeline_Excav_Dam_Root_Cause]
The domain was not found. [Pipeline_Excav_Dam_Resp_Party_Type]
The domain was not found. [Pipeline_Excav_Dam_Damage_Type]
The domain was not found. [Pipeline_Excav_Damage_Type]
The domain was not found. [Pipeline_End_Connection_Model]
The domain was not found. [Pipeline_End_Connection_Material]
The domain was not found. [Pipeline_End_Connection_Manufacturer]
The domain was not found. [Pipeline_EFV_Diameter]
The domain was not found. [Pipeline_Drip_Model]
The domain was not found. [Pipeline_Drip_Manufacturer]
The domain was not found. [Pipeline_DOT_Class_Type]
The domain was not found. [Pipeline_DOT_Class_Source]
The domain was not found. [Pipeline_Document_Type]
The domain was not found. [Pipeline_Document_Maturity_Index]
The domain was not found. [Pipeline_Device_Pressure_Rating]
The domain was not found. [Pipeline_Dehydration_Model]
The domain was not found. [Pipeline_Dehydration_Manufacturer]
The domain was not found. [Pipeline_DA_Survey_Type]
The domain was not found. [Pipeline_Could_Affect_Type]
The domain was not found. [Pipeline_Could_Affect_Intersection]
The domain was not found. [Pipeline_Corrosion_Extent]
The domain was not found. [Pipeline_Corrosion_Condition]
The domain was not found. [Pipeline_Cooling_Method]
The domain was not found. [Pipeline_Control_Line_Model]
The domain was not found. [Pipeline_Control_Line_Manufacturer]
The domain was not found. [Pipeline_Consequence_Area_Type]
The domain was not found. [Pipeline_Commodity_Type]
The domain was not found. [Pipeline_Coating_Type]
The domain was not found. [Pipeline_Coating_Condition]
The domain was not found. [Pipeline_Casing_Fill_Type]
The domain was not found. [Pipeline_Casing_Diameter]
The domain was not found. [Pipeline_ASTM_Valve_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Transmission_Pipe_Type]
The domain was not found. [Pipeline_ASTM_Transmission_Pipe_Material]
The domain was not found. [Pipeline_ASTM_Transition_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Tee_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Strainer_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Station_Pipe_Type]
The domain was not found. [Pipeline_ASTM_Station_Pipe_Material]
The domain was not found. [Pipeline_ASTM_Saddle_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Riser_Pipe_Type]
The domain was not found. [Pipeline_ASTM_Riser_Pipe_Material]
The domain was not found. [Pipeline_ASTM_Regulator_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Reducer_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Pressure_Sensor_Pipe_Material]
The domain was not found. [Pipeline_ASTM_Pipe_Material]
The domain was not found. [Pipeline_ASTM_Pipe_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Meter_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Material]
The domain was not found. [Pipeline_ASTM_Manufacturer]
The domain was not found. [Pipeline_ASTM_End_Cap_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Elbow_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_EFV_Manufacture_Component]
The domain was not found. [Pipeline_ASTM_Coupling_Manufacture_Component]
The domain was not found. [Pipeline_Anomaly_Type]
The domain was not found. [Pipeline_Anomaly_Status]
The domain was not found. [Pipeline_Anomaly_Severity]
The domain was not found. [Pipeline_Anomaly_Remediation]
The domain was not found. [Pipeline_Anomaly_Priority]
The domain was not found. [Pipeline_Anchor_Model]
The domain was not found. [Pipeline_Anchor_Material]
The domain was not found. [Pipeline_Anchor_Manufacturer]
The domain was not found. [Pipeline_Alignment_Sheet_Type]
The domain was not found. [Network_5_UnknownAssetType]
The domain was not found. [Lifecycle_Status]
The domain was not found. [Lifecycle_Combined]
The domain was not found. [Gas_Valve_Condition]
The domain was not found. [dReferentMethod]
The domain was not found. [dLRSNetworks]
The domain was not found. [dActivityType]
The domain was not found. [CP_Wire_Gauge]
The domain was not found. [CP_Test_Point_Wire_Count]
The domain was not found. [CP_Rectifier_Manufacturer]
The domain was not found. [CP_ASTM_Anode_Manufacture_Component]
The domain was not found. [CP_Anode_Weight]
The domain was not found. [CP_Anode_Material]
The domain was not found. [CP_Anode_Manufacturer]
The domain was not found. [Bonded_Insulated]
The domain was not found. [Asset_Type_Structure_Junction_Pipe_Access_Point]
The domain was not found. [Asset_Type_Structure_Boundary_Pipeline_Pipe_Vault]
The domain was not found. [Asset_Type_Pipeline_Structure_Line_Casing]
The domain was not found. [Asset_Type_Pipeline_Structure_Junction_Vault]
The domain was not found. [Asset_Type_Pipeline_Structure_Junction_Valve_Box]
The domain was not found. [Asset_Type_Pipeline_Structure_Junction_Sleeve]
The domain was not found. [Asset_Type_Pipeline_Structure_Junction_Pipe_Support]
The domain was not found. [Asset_Type_Pipeline_Structure_Junction_Pipe_Hanger]
The domain was not found. [Asset_Type_Pipeline_Structure_Junction_Muffler]
The domain was not found. [Asset_Type_Pipeline_Structure_Junction_End_Connection]
The domain was not found. [Asset_Type_Pipeline_Structure_Junction_Anchor]
The domain was not found. [Asset_Type_Pipeline_Structure_Boundary_Station_Structure]
The domain was not found. [Asset_Type_Pipeline_Structure_Boundary_Processing_Facility]
The domain was not found. [Asset_Type_Pipeline_Structure_Boundary_Cathodic]
The domain was not found. [Asset_Type_Pipeline_Line_Transmission_Pipe]
The domain was not found. [Asset_Type_Pipeline_Line_Test_Lead_Wire]
The domain was not found. [Asset_Type_Pipeline_Line_Storage_Pipe]
The domain was not found. [Asset_Type_Pipeline_Line_Station_Pipe]
The domain was not found. [Asset_Type_Pipeline_Line_Service_Pipe]
The domain was not found. [Asset_Type_Pipeline_Line_Riser_Pipe]
The domain was not found. [Asset_Type_Pipeline_Line_Pressure_Sensor_Pipe]
The domain was not found. [Asset_Type_Pipeline_Line_Linear_Anode]
The domain was not found. [Asset_Type_Pipeline_Line_Gathering_Pipe]
The domain was not found. [Asset_Type_Pipeline_Line_Distribution_Pipe]
The domain was not found. [Asset_Type_Pipeline_Line_Customer_Pipe]
The domain was not found. [Asset_Type_Pipeline_Line_CP_Cable]
The domain was not found. [Asset_Type_Pipeline_Line_Bonding_Line]
The domain was not found. [Asset_Type_Pipeline_Line_AC_Mitigation_Wire]
The domain was not found. [Asset_Type_Pipeline_Junction_Wire_Junction]
The domain was not found. [Asset_Type_Pipeline_Junction_Weld]
The domain was not found. [Asset_Type_Pipeline_Junction_Union]
The domain was not found. [Asset_Type_Pipeline_Junction_Transition]
The domain was not found. [Asset_Type_Pipeline_Junction_Tee]
The domain was not found. [Asset_Type_Pipeline_Junction_Tap]
The domain was not found. [Asset_Type_Pipeline_Junction_Tank]
The domain was not found. [Asset_Type_Pipeline_Junction_Screw]
The domain was not found. [Asset_Type_Pipeline_Junction_Saddle]
The domain was not found. [Asset_Type_Pipeline_Junction_Reducer]
The domain was not found. [Asset_Type_Pipeline_Junction_Plug]
The domain was not found. [Asset_Type_Pipeline_Junction_Plastic_Fusion]
The domain was not found. [Asset_Type_Pipeline_Junction_Pipe_Bend]
The domain was not found. [Asset_Type_Pipeline_Junction_Odorizer]
The domain was not found. [Asset_Type_Pipeline_Junction_Line_Heater]
The domain was not found. [Asset_Type_Pipeline_Junction_Insulation_Junction]
The domain was not found. [Asset_Type_Pipeline_Junction_Flange]
The domain was not found. [Asset_Type_Pipeline_Junction_Expansion_Joint]
The domain was not found. [Asset_Type_Pipeline_Junction_End_Cap]
The domain was not found. [Asset_Type_Pipeline_Junction_Electro_Stop]
The domain was not found. [Asset_Type_Pipeline_Junction_Elbow]
The domain was not found. [Asset_Type_Pipeline_Junction_Drip]
The domain was not found. [Asset_Type_Pipeline_Junction_Dehydration_Equipment]
The domain was not found. [Asset_Type_Pipeline_Junction_Coupon]
The domain was not found. [Asset_Type_Pipeline_Junction_Coupling]
The domain was not found. [Asset_Type_Pipeline_Junction_Cooling_System]
The domain was not found. [Asset_Type_Pipeline_Junction_Connection_Point]
The domain was not found. [Asset_Type_Pipeline_Device_Wellhead_Source_Flange]
The domain was not found. [Asset_Type_Pipeline_Device_Test_Point]
The domain was not found. [Asset_Type_Pipeline_Device_Strainer]
The domain was not found. [Asset_Type_Pipeline_Device_Scrubber]
The domain was not found. [Asset_Type_Pipeline_Device_Relief_Valve]
The domain was not found. [Asset_Type_Pipeline_Device_Regulator]
The domain was not found. [Asset_Type_Pipeline_Device_Rectifier]
The domain was not found. [Asset_Type_Pipeline_Device_Pump]
The domain was not found. [Asset_Type_Pipeline_Device_Pressure_Monitoring_Device]
The domain was not found. [Asset_Type_Pipeline_Device_Meter]
The domain was not found. [Asset_Type_Pipeline_Device_Line_Stopper]
The domain was not found. [Asset_Type_Pipeline_Device_Lamp]
The domain was not found. [Asset_Type_Pipeline_Device_Grounding_Point]
The domain was not found. [Asset_Type_Pipeline_Device_Flow_Valve]
The domain was not found. [Asset_Type_Pipeline_Device_Excess_Flow_Valve]
The domain was not found. [Asset_Type_Pipeline_Device_Decoupler]
The domain was not found. [Asset_Type_Pipeline_Device_Controllable_Valve]
The domain was not found. [Asset_Type_Pipeline_Device_Controllable_Tee]
The domain was not found. [Asset_Type_Pipeline_Device_Compressor]
The domain was not found. [Asset_Type_Pipeline_Device_Anode]
The domain was not found. [Asset_Type_Pipeline_Assembly_Wellhead]
The domain was not found. [Asset_Type_Pipeline_Assembly_Valve_Assembly]
The domain was not found. [Asset_Type_Pipeline_Assembly_Town_Border_Station]
The domain was not found. [Asset_Type_Pipeline_Assembly_Rural_Tap]
The domain was not found. [Asset_Type_Pipeline_Assembly_Regulator_Station]
The domain was not found. [Asset_Type_Pipeline_Assembly_Pump_Station]
The domain was not found. [Asset_Type_Pipeline_Assembly_Pigging_Structure]
The domain was not found. [Asset_Type_Pipeline_Assembly_Meter_Setting]
The domain was not found. [Asset_Type_Pipeline_Assembly_Fitting_Assembly]
The domain was not found. [Asset_Type_Pipeline_Assembly_Compressor_Station]
The domain was not found. [Asset_Type_Pipeline_Assembly_Cathodic_Assembly]
The domain was not found. [Asset_Owner]
The domain was not found. [Asset_Manager]
Failed to execute (ImportXMLWorkspaceDocument).
Failed script Change GDB Spatial Reference...
Failed to execute (ChangeGDBSpatialReference).
Failed at Wednesday, July 19, 2023 3:37:03 PM (Elapsed Time: 4 minutes 57 seconds)
What should I do to avoid this error and been able to create this geodatabase?