Ik heb de implementatie van de oplossing Linear Referencing Foundation versie 1.2 uitgevoerd
Nu, volgens de taak in het project, heb ik de toleranties en resoluties berekend voor CGS WGS 1984 ruimtelijke referentie, en probeer ik nu een prototype te maken in een omgeving voor één gebruiker:
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"
)
maar ik krijg een foutmelding:
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: woensdag 19 juli 2023 15:32:05
udms 3.1.1
Witruimtes verwijderd uit de volgende 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"' 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= " " BackStation Field= " " StationUnitOfMeasure= " esriUnknownUnits " StationMeasureIncrease Field= " " StationMeasureDecrease Values= " " ServiceLayer Id= " -1 " /><EventTable EventId= " 2A64534D-14CE-4C2A-85F5-EF5AB6EB3BD6 " Name= " P_ILISurveyGroup " Table Name= " P_ILISurveyGroup " Feature Class Name= " P_ILISurveyGroup " Is Local= " true " Is Point Event= " true " Reference Offset Type= " No Offset " Table Name Xml= " " Object Id Field Name= " objectid " Event Id Field Name= " eventid " Route Id Field Name= " engrouteid " Route Name Field Name= " engroutename " To Route Id Field Name= " " To Route Name Field Name= " " From Date Field Name= " fromdate " To Date Field Name= " todate " From Measure Field Name= " engm " To Measure Field Name= " " Loc Error Field Name= " locationerror " Store Fields From Derived Network With Event Records= „ true „ Derived Route Id Field Name= „ continrouteid „ Derived Route Name Field Name= „ continroutename „ Derived From Measure Field Name= „ continm „ Derived To Measure Field Name= „ „ Store Referent Location With Event Records= „ false „ Referent Offset Units= „ esriUnknownUnits „ From Referent Method Field Name= „ „ From Referent Location Field Name= „ „ From Referent Offset Field Name= „ „ To Referent Method Field Name= „ „ To Referent Location Field Name= „ „ To Referent Offset Field Name= „ „ Ahead Station Field= „ „ Back Station Field =„“ Station Unit Of Measure =„esriUnknownUnits“ Station Measure Increase Field =„“ Station Measure Decrease Values =„“ Service Layer Id =„-1“/><EventTable EventId =„F5ECE749-CDBC-47B6-A297-905DC70E6F43“ Naam =„P_ILISurveyReadings“ TableNaam =„P_ILISurveyReadings“ FeatureClassNaam =„P_ILISurveyReadings“ IsLokaal =„true“ IsPuntEvenement =„true“ ReferenceOffsetType =„NoOffset“ TableNaamXml =„“ ObjectIdVeldNaam =„objectid“ EvenementIdVeldNaam =„eventid“ RouteIdVeldNaam =„engrouteid“ RouteNaamVeldNaam =„engroutename“ NaarRouteIdVeldNaam =„“ NaarRouteNaamVeldNaam =„“ VanDatumVeldNaam =„fromdate“ TotDatumVeldNaam =„todate“ VanMaatVeldNaam =„engm“ TotMaatVeldNaam =„“ LocatieFoutVeldNaam =„locationerror“ VeldenOpslaanVanAfgeleidNetwerkMetEvenementenRecords =„true“ AfgeleidRouteIdVeldNaam =„continrouteid“ AfgeleidRouteNaamVeldNaam =„continroutename“ AfgeleidVanMaatVeldNaam =„continm“ AfgeleidTotMaatVeldNaam =„“ VerwijzingLocatieOpslaanMetEvenementenRecords =„false“ VerwijzingOffsetEenheden =„esriUnknownUnits“ VanVerwijzingMethodeVeldNaam =„“ VanVerwijzingLocatieVeldNaam =„“ VanVerwijzingOffsetVeldNaam =„“ NaarVerwijzingMethodeVeldNaam =„“ NaarVerwijzingLocatieVeldNaam =„“ NaarVerwijzingOffsetVeldNaam =„“ VooruitStationVeld =„“ AchteruitStationVeld =„“ StationEenheidVanMaat =„esriUnknownUnits“ StationMaatToenameVeld =„“ StationMaatAfnameWaarden =„“ ServiceLaagId =„-1“/><EventTable EventId= „DE0B5BC1-C9DF-4AAC-A375-72E9988D6727“ Naam= „P_InspectionNote“ TableNaam= „P_InspectionNote“ FeatureClassNaam= „P_InspectionNote“ IsLokaal= „true“ IsPuntEvenement= „true“ ReferenceOffsetType= „NoOffset“ TableNaamXml= „“ ObjectIdVeldNaam= „objectid“ EvenementIdVeldNaam= „eventid“ RouteIdVeldNaam= „engrouteid“ RouteNaamVeldNaam= „engroutename“ NaarRouteIdVeldNaam= „“ NaarRouteNaamVeldNaam= „“ VanDatumVeldNaam= „fromdate“ TotDatumVeldNaam= „todate“ VanMaatVeldNaam= „engm“ TotMaatVeldNaam= „“ LocatieFoutVeldNaam= „locationerror“ VeldenOpslaanVanAfgeleidNetwerkMetEvenementenRecords= „true“ AfgeleidRouteIdVeldNaam= „continrouteid“ AfgeleidRouteNaamVeldNaam= „continroutename“ AfgeleidVanMaatVeldNaam= „continm“ AfgeleidTotMaatVeldNaam= „“ VerwijzingLocatieOpslaanMetEvenementenRecords= „false“ VerwijzingOffsetEenheden= „esriUnknownUnits“ VanVerwijzingMethodeVeldNaam= „“ VanVerwijzingLocatieVeldNaam= „ 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","ToDateField":"todate","FromMeasure":"engm","ToMeasure":"","LocError":"locationerror","StoreFieldsFromDerivedNetworkWithEventRecords":"true","DerivedRouteId":"continrouteid","DerivedRouteNaam":"continroutename","DerivedFromMeting":"continm","DerivedToMeting":"","StoreReferentLocatieMetEventRecords":"false","ReferentieOffsetEenheden":"esriUnknownUnits","VanReferentieMethodeVeldNaam":"","VanReferentieLocatieVeldNaam":"","VanReferentieOffsetVeldNaam":"","NaarReferentieMethodeVeldNaam":"","NaarReferentieLocatieVeldNaam":"","NaarReferentieOffsetVeldNaam":"","VooruitStationVeld":"","AchteruitStationVeld":"","StationEenheidVanMeting":"esriUnknownUnits","StationMetingToenameVeld":"","StationMetingAfnameWaarden":"","ServiceLaagId":"-1"20/><EventTable EventId=22BC9B1030-65AF-4922-9B0E-E68F247AC66F22 Name=22StructureJunction22 TableNaam=22StructureJunction22 FeatureClassNaam=22StructureJunction22 IsLokaal=22true22 IsPuntEvenement=22true22 ReferentieOffsetType=22NoOffset22 TableNaamXml=2222 ObjectIdVeldNaam=22OBJECTID22 EvenementIdVeldNaam=22eventid22 RouteIdVeldNaam=22engrouteid22 RouteNaamVeldNaam=22engroutename22 NaarRouteIdVeldNaam=2222 NaarRouteNaamVeldNaam=2222 VanDatumVeldNaam=22fromdate22 TotDatumVeldNaam=22todate22 VanMetingVeldNaam=22engm22 TotMetingVeldNaam=2222 LocatieFoutVeldNaam=22locationerror22 VeldenOpslaanVanAfgeleidNetwerkMetEvenementenRecords=22true22 AfgeleidRouteIdVeldNaam=22continrouteid22 AfgeleidRouteNaamVeldNaam=22continroutename22 AfgeleidVanMetingVeldNaam=22continm22 AfgeleidTotMetingVeldNaam=2222 OpslaanReferentieLocatieMetEvenementenRecords=22false22 ReferentieOffsetEenheden=22esriUnknownUnits22 VanReferentieMethodeVeldNaam=2222 VanReferentieLocatieVeldNaam=2222 VanReferentieOffsetVeldNaam=2222 NaarReferentieMethodeVeldNaam=2222 NaarReferentieLocatieVeldNaam=2222 NaarReferentieOffsetVeldNaam=2222 VooruitStationVeld=2222 AchteruitStationVeld=2 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","FromMeasureField":"engfromm","ToMeasureField":"engtom","LocError":"locationerror","StoreFieldsFromDerivedNetworkWithEventRecords":true,"DerivedRouteId":"continrouteid","DerivedRoute":"continroutename","DerivedFromMeasure":"continfromm","DerivedToMeasure":"contintom","StoreReferentLocationWithEventRecords":false,"ReferentOffsetUnits":"esriUnknownUnits","FromReferentMethod":"","FromReferentLocation":"","FromReferentOffset":"","ToReferentMethod":"","ToReferentLocation":"","ToReferentOffset":"","AheadStation":"","BackStation":"","StationUnitOfMeasure":"esriUnknownUnits","StationMeasureIncrease":"","StationMeasureDecreaseValues":"","ServiceLayerId":-1}/><EventTable EventId= 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":" " ToReferentMethod Field Name = " " ToReferentLocation Field Name = " " ToReferentOffset Field Name = " " AheadStation Field = " " BackStation Field = " " StationUnitOf Measure = " esriUnknownUnits " Station Measure Increase Field = " " Station Measure Decrease Values = " " Service Layer Id = " -1 "/><EventTable EventId = " A833D8FE-E81E-417B-8C24-19486EFE2479 " Name = " P_CenterlineAccuracy " Table Name = " P_CenterlineAccuracy " Feature Class Name = " P_CenterlineAccuracy " Is Local = " true " Is Point Event = " false " Reference Offset Type = " NoOffset " Table Name Xml = " " Object Id Field Name = " objectid " Event Id Field Name = " eventid " Route Id Field Name = " engrouteid " Route Name Field Name = " engroutename " To Route Id Field Name = " engtorouteid " To Route Name Field Name = " engtoroutename " From Date Field Name = " fromdate " To Date Field Name = " todate " From Measure Field Name = " engfromm " To Measure Field Name = " engtom " Loc Error Field Name = " locationerror ". Store Fields From Derived Network With Event Records= domein niet gevonden. [Pipeline_Pipe_Support_Model]
Het domein is niet gevonden. [Pipeline_Pipe_Support_Material]
Het domein is niet gevonden. [Pipeline_Pipe_Support_Manufacturer]
Het domein is niet gevonden. [Pipeline_Pipe_Outside_Diameter-Transmission]
Het domein is niet gevonden. [Pipeline_Pipe_Outside_Diameter-Station]
Het domein is niet gevonden. [Pipeline_Pipe_Outside_Diameter-Riser]
Het domein is niet gevonden. [Pipeline_Pipe_Outside_Diameter-Pressure_Sensor]
Het domein is niet gevonden. [Pipeline_Pipe_Outside_Diameter]
Het domein is niet gevonden. [Pipeline_Pipe_Diameter-Transmission]
Het domein is niet gevonden. [Pipeline_Pipe_Diameter-Station]
Het domein is niet gevonden. [Pipeline_Pipe_Diameter-Services]
Het domein is niet gevonden. [Pipeline_Pipe_Diameter-Riser]
Het domein is niet gevonden. [Pipeline_Pipe_Diameter-Pressure_Sensor]
Het domein is niet gevonden. [Pipeline_Pipe_Diameter-Gathering]
Het domein is niet gevonden. [Pipeline_Pipe_Diameter-Distribution]
Het domein is niet gevonden. [Pipeline_Pipe_Diameter-Customer]
Het domein is niet gevonden. [Pipeline_Pipe_Diameter-Combined]
Het domein is niet gevonden. [Pipeline_Pipe_Crossing_Wired_Utility]
Het domein is niet gevonden. [Pipeline_Pipe_Crossing_Transportation]
Het domein is niet gevonden. [Pipeline_Pipe_Crossing_Topographic]
Het domein is niet gevonden. [Pipeline_Pipe_Crossing_Pipe_Utility]
Het domein is niet gevonden. [Pipeline_Pipe_Crossing_Location]
Het domein is niet gevonden. [Pipeline_Pipe_Connection_Type]
Het domein is niet gevonden. [Pipeline_Pipe_Condition]
Het domein is niet gevonden. [Pipeline_Pipeline_Operator_Number]
Het domein is niet gevonden. [Pipeline_PipeBend_DesignType]
Het domein is niet gevonden. [Pipeline_Pilot_Connection_Type]
Het domein is niet gevonden. [Pipeline_Pigging_Structure_Material]
Het domein is niet gevonden. [Pipeline_Pass_Fail_Status]
Het domein is niet gevonden. [Pipeline_Over_Pressure_Protection_Type]
Het domein is niet gevonden. [Pipeline_Operator_Type]
Het domein is niet gevonden. [Pipeline_On_Off_Status]
Het domein is niet gevonden. [Pipeline_Odorizer_Model]
Het domein is niet gevonden. [Pipeline_Odorizer_Manufacturer]
Het domein is niet gevonden. [Pipeline_Odorant_Type]
Het domein is niet gevonden. [Pipeline_Object_Status]
Het domein is niet gevonden. [Pipeline_Muffler_Model]
Het domein is niet gevonden. [Pipeline_Muffler_Material]
Het domein is niet gevonden. [Pipeline_Muffler_Manufacturer]
Het domein is niet gevonden. [Pipeline_Meter_Type]
Het domein is niet gevonden. [Pipeline_Meter_Diameter-Customer]
Het domein is niet gevonden. [Pipeline_Measurement_Units]
Het domein is niet gevonden. [Pipeline_Measured_Length]
Het domein is niet gevonden. [Pipeline_Marker_Markertype]
Het domein is niet gevonden. [Pipeline_MAOP_Pressure_Estab_By]
Het domein is niet gevonden. [Pipeline_Lining_Type]
Het domein is niet gevonden. [Pipeline_Line_Valve_Connection]
Het domein is niet gevonden. [Pipeline_Line_Heater_Model]
Het domein is niet gevonden. [Pipeline_Line_Heater_Manufacturer]
Het domein is niet gevonden. [Pipeline_Line_Design_Class]
Het domein is niet gevonden. [Pipeline_Length_Source]
Het domein is niet gevonden. [Pipeline_Leak_Work_Performed]
Het domein is niet gevonden. [Pipeline_Leak_Survey_Type]
Het domein is niet gevonden. [Pipeline_Leak_Survey_Status]
Het domein is niet gevonden. [Pipeline_Leak_Survey_Method]
Het domein is niet gevonden. [Pipeline_Leak_Survey_Frequency]
Het domein is niet gevonden. [Pipeline_Leak_Repair_Type]
Het domein is niet gevonden. [Pipeline_Leak_Method_Detected]
Het domein is niet gevonden. [Pipeline_Leak_Location]
Het domein is niet gevonden. [Pipeline_Leak_Inspect_Gas_In]
Het domein is nietgevonden.[ Pipeline_Leak_Inspect_Frequency ]
Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Facility _ Type ]
h Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Closed _ Status ]
h Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Class ]
h Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Cause _ Outside _ Force ]
h Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Cause _ Operations ]
h Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Cause _ Natural ]
h Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Cause _ Material ]
h Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Cause _ Excavation ]
h Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Cause _ Equipment ]
h Hetdomeinisnietgevonden.[ Pipeline _ Leak _ Cause _ Corrosion ]
h Hetdomeinisnietgevonden.[ Pipeline_Junction_Pressure_Rating ]
h Hetdomeinisnietgevonden.[ Pipeline_Junction_Material_Specification ]
h Hetdomeinisnietgevonden.[ Pipeline_Junction_Diameter_Specification ]
h Hetdomeinisnietgevonden.[ Pipeline_Junction_Angle ]
h Hetdomeinisnietgevonden.[ Pipeline_Install_Method ]
h Hetdomeinisnietgevonden.[ Pipeline_Inspection_Range_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_Inspection_Note_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_ILI_Survey_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_ILI_Survey_Marker_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_ILI_Survey_Int_Ext_Indicator ]
h Hetdomeinisnietgevonden.[ Pipeline_Identified_Site_Outside ]
h Hetdomeinisnietgevonden.[ Pipeline_Identified_Issue ]
h Hetdomeinisnietgevonden.[ Pipeline_HCA_Provenance ]
h Hetdomeinisnietgevonden.[ Pipeline_HCA_Area_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_Hanger_Model ]
h Hetdomeinisnietgevonden.[ Pipeline_Hanger_Material ]
h Hetdomeinisnietgevonden.[ Pipeline_Hanger_Manufacturer ]
h Hetdomeinisnietgevonden.[ Pipeline_Girth_Weld_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_Flow ]
h Hetdomeinisnietgevonden.[ Pipeline_Flange_DesignType ]
h Hetdomeinisnietgevonden.[ Pipeline_Fitting_Diameter ]
h Hetdomeinisnietgevonden.[ Pipeline_Excav_Equip_Causing_Damage ]
h Hetdomeinisnietgevonden.[ Pipeline_Excav_Dam_Work_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_Excav_Dam_Root_Cause ]
h Hetdomeinisnietgevonden.[ Pipeline_Excav_Dam_Resp_Party_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_Excav_Dam_Damage_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_Excav_Damage_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_End_Connection_Model ]
h Hetdomeinisnietgevonden.[ Pipeline_End_Connection_Material ]
h Hetdomeinisnietgevonden.[ Pipeline_End_Connection_Manufacturer ]
h Hetdomeinisnietgevonden.[ Pipeline_EFV_Diameter ]
h Hetdomeinisnietgevonden.[ Pipeline_Drip_Model ]
h Hetdomeinisnietgevonden.[ Pipeline_Drip_Manufacturer ]
h Hetdomeinisnietgevonden.[ Pipeline_DOT_Class_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_DOT_Class_Source ]
h Hetdomeinisnietgevonden.[ Pipeline_Document_Type ]
h Hetdomeinisnietgevonden.[ Pipeline_Document_Maturity_Index ]
h Hetdomeinisnietgevonden.[ Pipeline_Device_Pressure_Rating ]
h Hetdomeinisnietgevonden.[ Pipeline_Dehydration_Model ]
h Hetdomeinisnietvinden .[ pipeline_dehydration_manufacturer]
n het domain was not found .[ pipeline_da_survey_type]
n het domain was not found .[ pipeline_could_affect_type]
n het domain was not found .[ pipeline_could_affect_intersection]
n het domain was not found .[ pipeline_corrosion_extent]
n het domain was not found .[ pipeline_corrosion_condition]
n het domain was not found .[ pipeline_cooling_method]
n het domain was not found .[ pipeline_control_line_model]
n het domain was not found .[ pipeline_control_line_manufacturer]
n het domain was not found .[ pipeline_consequence_area_type]
n het domain was not found .[ pipeline commodity_type]
n het domain was not found .[ pipeline_coating_type]
n het domain was not found .[ pipeline_coating_condition]
n het domain was not found .[ pipeline_casing_fill_type]
n het domain was not found .[ pipeline_casing_diameter]
n het domain was not found .[ pipeline_astm_valve_manufacture_component]
n het domain was not found .[ pipeline_astm_transmission_pipe_type]
n het domain was not found .[ pipeline_astm_transmission_pipe_material]
n het domain was not found .[ pipeline_astm_transition_manufacture_component]
n het domain was not found .[ pipeline_astm tee_manufacture_component]
n het domain was not found .[ pipeline_astm_strainer_manufacture_component]
n het domain was not found .[ pipeline_astm_station_pipe_type]
n het domain was not found .[ pipeline_astm_station_pipe_material]
n het domain was not found .[ pipeline_astm_saddle_manufacture_component]
n het domain was not found .[ pipeline_astm_riser_pipe_type]
n het domain was not found .[ pipeline_astm_riser_pipe_material]
n het domain was not found .[ pipeline_astm_regulator_manufacture_component]
n het domain was not found .[ pipeline_astm_reducer_manufacture_component]
n het domain was not found .[ pipeline_astm_pressure_sensor_pipe_material]
n het domain was not found .[ pipeline_astm_pipe_material]
n het domain was not found .[ pipeline_astm_pipe_manufacture_component]
n het domain was not found .[ pipeline_astm_meter_manufacture_component]
n het domain was not found .[ pipeline_astm_material]
n het domain was not found .[ pipeline_astm_manufacturer]
n het domain was not found .[ pipeline_astm_end_cap_manufacture_component]
n het domain was not found .[ pipeline_astm_elbow_manufacture_component]
n het domain was not found .[ pipeline_astm_e_f_v_manufacture_component]
n het domain was not found .[ pipeline_astm_coupling_manufacture_component]
n het domain was not found .[ pipeline_anomaly_type]
n het domain was nicht gefunden..pipeline_anomaly_status
het domaine n'a pas été trouvé..pipeline_anomaly_severity
het domaine n'a pas été trouvé..pipeline_anomaly_remediation
het domaine n'a pas été trouvé..pipeline_anomaly_priority
het domaine n'a pas été trouvé..pipeline_anchor_model
het domaine n'a pas été trouvé..pipeline_anchor_material
het domaine n'a pas été trouvé..pipeline_anchor_manufacturer
het domaine n'a pas été trouvé..pipeline_alignment_sheet_type
het domaine n'a pas été trouvé..network 5_unknownassettype
het domaine n'a pas été trouvé..lifecycle_status
het domaine n'a pas été trouvé..lifecycle_combined
het domaine n'a pas été trouvé..gas_valve_condition
het domaine n'a pas été trouvé..dreferentmethod
het domaine n'a pas été trouvé..dlrsnetworks
het domaine n'a pas été trouvé.. dactivitytype
het domaine n'a pas été trouvé..cp_wire_gauge
het domaine n'a pas été trouvé..cp_test_point_wire_count
het domaine n'a pas été trouvé..cp_rectifier_manufacturer
het domaine n'a pas été trouvé..cp_astm_anode_manufacture_component
het domaine n'a pas été trouvé..cp_anode_weight
het domaine n'a pas été trouvé..cp_anode_material
het domaine n'a pas été trouvé..cp_anode_manufacturer
het domaine n'a pas été trouvé..bonded_insulated
het domaine n'a pas été trouvé..asset_type_structure_junction_pipe_access_point
het domaine est niet gevonden. [Asset_Type_Structure_Boundary_Pipeline_Pipe_Vault]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Line_Casing]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Junction_Vault]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Junction_Valve_Box]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Junction_Sleeve]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Junction_Pipe_Support]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Junction_Pipe_Hanger]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Junction_Muffler]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Junction_End_Connection]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Junction_Anchor]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Boundary_Station_Structure]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Boundary_Processing_Facility]
Het domein is niet gevonden. [Asset_Type_Pipeline_Structure_Boundary_Cathodic]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Transmission_Pipe]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Test_Lead_Wire]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Storage_Pipe]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Station_Pipe]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Service_Pipe]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Riser_Pipe]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Pressure_Sensor_Pipe]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Linear_Anode]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Gathering_Pipe]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Distribution_Pipe]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Customer_Pipe]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_CP_Cable]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_Bonding_Line]
Het domein is niet gevonden. [Asset_Type_Pipeline_Line_AC_Mitigation_Wire]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Wire_Junction]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Weld]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Union]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Transition]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Tee]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Tap]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Tank]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Screw]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Saddle]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Reducer]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Plug]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Plastic_Fusion]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Pipe_Bend]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Odorizer]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Line_Heater]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Insulation_Junction]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Flange]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Expansion_Joint]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_End_Cap]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Electro_Stop]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Elbow]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Drip]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Dehydration_Equipment]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Coupon]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Coupling]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Cooling_System]
Het domein is niet gevonden. [Asset_Type_Pipeline_Junction_Connection_Point]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Wellhead_Source_Flange]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Test_Point]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Strainer]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Scrubber]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Relief_Valve]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Regulator]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Rectifier]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Pump]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Pressure_Monitoring_Device]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Meter]
Het domein is niet gevonden. [Asset_Type_Pipeline_Device_Line_Stopper]
Het domein is niet foundt.[ 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 ]
De eigenaar van het asset kon nicht worden gefunden .
Der Verwalter des Assets wurde nicht gefunden .
Mislukt om uit te voeren (ImportXMLWorkspaceDocument).
Mislukt script Change GDB Spatial Reference...
Mislukt om uit te voeren (ChangeGDBSpatialReference).
Mislukt op woensdag 19 juli 2023 15:37:03 (Verstreken tijd: 4 minuten 57 seconden)
Wat moet ik doen om deze fout te voorkomen en deze geodatabase te kunnen aanmaken?