J'ai déployé la solution Linear Referencing Foundation version 1.2
Maintenant, en suivant la tâche du projet, j'ai calculé les Tolérances et Résolutions pour la référence spatiale CGS WGS 1984, et j'essaie maintenant de créer un Prototype dans un environnement mono-utilisateur :
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"
)
mais je reçois une erreur :
Change GDB Spatial Reference
=====================
Paramètres
Geodatabase U:\UPDM\PipelineReferencingFoundationV1_2\Databases\UPDM_PipelineReferencing.gdb
Référence spatiale de sortie 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
Emplacement du dossier U:\UPDM\PipelineReferencingFoundationV1_2\Prototypes
Nom de sortie updm.2021.wgs84
Package de sortie
=====================
Environnements
Résolution XY 0.000000001 DecimalDegrees
Tolérance M 0.0009988805323293938
Tolérance XY 8.98315284119521E-09 DecimalDegrees
Résolution Z 0.0001 Meters
Résolution M 0.00011119487222222222
Tolérance Z 0.0001 Meters
=====================
Messages
Heure de début : mercredi 19 juillet 2023 15:32:05
udms 3.1.1
Espaces blancs supprimés des éléments suivants de la géodatabase :
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","FromReferentMethodFieldNam... 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","ToRouteIdField":"","ToRoute":"","FromDate":"fromdate","ToDate":"todate","FromMeasure":"engm","ToMeasure":"","LocError":"locationerror","StoreFieldsFromDerivedNetworkWithEventRecords":"true","DerivedRouteId":"continrouteid","DerivedRoute":"continroutename","DerivedFromMeasure":"continm","DerivedToMeasure":"","StoreReferentLocationWithEventRecords":"false","ReferentOffsetUnits":"esriUnknownUnits","FromReferentMethod":"","FromReferentLocation":"","FromReferentOffset":"","ToReferentMethod":"","ToReferentLocation":"","ToReferentOffset":"","AheadStation":"","BackStation":"","StationUnitOfMeasure":"esriUnknownUnits","StationMeasureIncrease":"","StationMeasureDecreaseValues":"","ServiceLayerId":"-1"20/><EventTable EventId=22BC9B1030-65AF-4922-9B0E-E68F247AC66F22 Name=22StructureJunction22 Table Name=22StructureJunction22 FeatureClass Name=22StructureJunction22 IsLocal=22true22 IsPointEvent=22true22 Reference Offset Type=22NoOffset22 Table Name Xml=2222 Object Id Field Name=22OBJECTID22 Event Id Field Name=22eventid22 Route Id Field Name=22engrouteid22 Route Name Field Name=22engroutename22 To Route Id Field Name=2222 To Route Name Field Name=2222 From Date Field Name=22fromdate22 To Date Field Name=22todate22 From Measure Field Name=22engm22 To Measure Field Name=2222 Loc Error Field Name=22locationerror22 Store Fields From Derived Network With Event Records=22true22 Derived Route Id Field Name=22continrouteid22 Derived Route Name Field Name=22continroutename22 Derived From Measure Field Name=22continm22 Derived To Measure Field Name=2222 Store Referent Location With Event Records=22false22 Referent Offset Units=22esriUnknownUnits22 From Referent Method Field Name=2222 From Referent Location Field Name=2222 From Referent Offset Field Name=2222 To Referent Method Field Name=2222 To Referent Location Field Name=2222 To Referent Offset Field Name=2222 Ahead Station Field=2222 Back Station Field=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","ToMeasure":"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"> 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= " " ToReferentLocation Field Name= " " ToReferent 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 Event Id= "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= domaine introuvable. [Pipeline_Pipe_Support_Model]
Le domaine est introuvable. [Pipeline_Pipe_Support_Material]
Le domaine est introuvable. [Pipeline_Pipe_Support_Manufacturer]
Le domaine est introuvable. [Pipeline_Pipe_Outside_Diameter-Transmission]
Le domaine est introuvable. [Pipeline_Pipe_Outside_Diameter-Station]
Le domaine est introuvable. [Pipeline_Pipe_Outside_Diameter-Riser]
Le domaine est introuvable. [Pipeline_Pipe_Outside_Diameter-Pressure_Sensor]
Le domaine est introuvable. [Pipeline_Pipe_Outside_Diameter]
Le domaine est introuvable. [Pipeline_Pipe_Diameter-Transmission]
Le domaine est introuvable. [Pipeline_Pipe_Diameter-Station]
Le domaine est introuvable. [Pipeline_Pipe_Diameter-Services]
Le domaine est introuvable. [Pipeline_Pipe_Diameter-Riser]
Le domaine est introuvable. [Pipeline_Pipe_Diameter-Pressure_Sensor]
Le domaine est introuvable. [Pipeline_Pipe_Diameter-Gathering]
Le domaine est introuvable. [Pipeline_Pipe_Diameter-Distribution]
Le domaine est introuvable. [Pipeline_Pipe_Diameter-Customer]
Le domaine est introuvable. [Pipeline_Pipe_Diameter-Combined]
Le domaine est introuvable. [Pipeline_Pipe_Crossing_Wired_Utility]
Le domaine est introuvable. [Pipeline_Pipe_Crossing_Transportation]
Le domaine est introuvable. [Pipeline_Pipe_Crossing_Topographic]
Le domaine est introuvable. [Pipeline_Pipe_Crossing_Pipe_Utility]
Le domaine est introuvable. [Pipeline_Pipe_Crossing_Location]
Le domaine est introuvable. [Pipeline_Pipe_Connection_Type]
Le domaine est introuvable. [Pipeline_Pipe_Condition]
Le domaine est introuvable. [Pipeline_Pipeline_Operator_Number]
Le domaine est introuvable. [Pipeline_PipeBend_DesignType]
Le domaine est introuvable. [Pipeline_Pilot_Connection_Type]
Le domaine est introuvable. [Pipeline_Pigging_Structure_Material]
Le domaine est introuvable. [Pipeline_Pass_Fail_Status]
Le domaine est introuvable. [Pipeline_Over_Pressure_Protection_Type]
Le domaine est introuvable. [Pipeline_Operator_Type]
Le domaine est introuvable. [Pipeline_On_Off_Status]
Le domaine est introuvable. [Pipeline_Odorizer_Model]
Le domaine est introuvable. [Pipeline_Odorizer_Manufacturer]
Le domaine est introuvable. [Pipeline_Odorant_Type]
Le domaine est introuvable. [Pipeline_Object_Status]
Le domaine est introuvable. [Pipeline_Muffler_Model]
Le domaine est introuvable. [Pipeline_Muffler_Material]
Le domaine est introuvable. [Pipeline_Muffler_Manufacturer]
Le domaine est introuvable. [Pipeline_Meter_Type]
Le domaine est introuvable. [Pipeline_Meter_Diameter-Customer]
Le domaine est introuvable. [Pipeline_Measurement_Units]
Le domaine est introuvable. [Pipeline_Measured_Length]
Le domaine est introuvable. [Pipeline_Marker_Markertype]
Le domaine est introuvable. [Pipeline_MAOP_Pressure_Estab_By]
Le domaine est introuvable. [Pipeline_Lining_Type]
Le domaine est introuvable. [Pipeline_Line_Valve_Connection]
Le domaine est introuvable. [Pipeline_Line_Heater_Model]
Le domaine est introuvable. [Pipeline_Line_Heater_Manufacturer]
Le domaine est introuvable. [Pipeline_Line_Design_Class]
Le domaine est introuvable. [Pipeline_Length_Source]
Le domaine est introuvable. [Pipeline_Leak_Work_Performed]
Le domaine est introuvable. [Pipeline_Leak_Survey_Type]
Le domaine est introuvable. [Pipeline_Leak_Survey_Status]
Le domaine est introuvable. [Pipeline_Leak_Survey_Method]
Le domaine est introuvable. [Pipeline_Leak_Survey_Frequency]
Le domaine est introuvable. [Pipeline_Leak_Repair_Type]
Le domaine est introuvable. [Pipeline_Leak_Method_Detected]
Le domaine est introuvable. [Pipeline_Leak_Location]
Le domaine est introuvable. [Pipeline_Leak_Inspect_Gas_In]
Le domaine est introuvable. [Pipeline_Leak_Inspect_Frequency]
Le domaine est introuvable. [Pipeline_Leak_Facility_Type]
Le domaine est introuvable. [Pipeline_Leak_Closed_Status]
Le domaine est introuvable. [Pipeline_Leak_Class]
Le domaine est introuvable. [Pipeline_Leak_Cause_Outside_Force]
Le domaine est introuvable. [Pipeline_Leak_Cause_Operations]
Le domaine est introuvable. [Pipeline_Leak_Cause_Natural]
Le domaine est introuvable. [Pipeline_Leak_Cause_Material]
Le domaine est introuvable. [Pipeline_Leak_Cause_Excavation]
Le domaine est introuvable. [Pipeline_Leak_Cause_Equipment]
Le domaine est introuvable. [Pipeline_Leak_Cause_Corrosion]
Le domaine est introuvable. [Pipeline_Junction_Pressure_Rating]
Le domaine est introuvable. [Pipeline_Junction_Material_Specification]
Le domaine est introuvable. [Pipeline_Junction_Diameter_Specification]
Le domaine est introuvable. [Pipeline_Junction_Angle]
Le domaine est introuvable. [Pipeline_Install_Method]
Le domaine est introuvable. [Pipeline_Inspection_Range_Type]
Le domaine est introuvable. [Pipeline_Inspection_Note_Type]
Le domaine est introuvéble.[...truncated for brevity...] non trouvé. [Asset_Type_Structure_Boundary_Pipeline_Pipe_Vault]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Line_Casing]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Junction_Vault]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Junction_Valve_Box]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Junction_Sleeve]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Junction_Pipe_Support]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Junction_Pipe_Hanger]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Junction_Muffler]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Junction_End_Connection]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Junction_Anchor]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Boundary_Station_Structure]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Boundary_Processing_Facility]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Structure_Boundary_Cathodic]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Transmission_Pipe]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Test_Lead_Wire]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Storage_Pipe]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Station_Pipe]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Service_Pipe]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Riser_Pipe]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Pressure_Sensor_Pipe]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Linear_Anode]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Gathering_Pipe]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Distribution_Pipe]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Customer_Pipe]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_CP_Cable]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_Bonding_Line]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Line_AC_Mitigation_Wire]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Wire_Junction]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Weld]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Union]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Transition]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Tee]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Tap]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Tank]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Screw]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Saddle]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Reducer]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Plug]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Plastic_Fusion]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Pipe_Bend]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Odorizer]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Line_Heater]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Insulation_Junction]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Flange]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Expansion_Joint]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_End_Cap]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Electro_Stop]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Elbow]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Drip]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Dehydration_Equipment]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Coupon]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Coupling]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Cooling_System]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Junction_Connection_Point]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Wellhead_Source_Flange]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Test_Point]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Strainer]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Scrubber]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Relief_Valve]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Regulator]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Rectifier]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Pump]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Pressure_Monitoring_Device]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Meter]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Line_Stopper]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Lamp]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Grounding_Point]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Flow_Valve]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Excess_Flow_Valve]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Decoupler]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Controllable_Valve]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Controllable_Tee]
Le domaine n'a pas été trouvé. [Asset_Type_Pipeline_Device_Compressor]
Le domaine n'a pas été retrouvé : Le type d'actif Pipeline Device Anode
Échec de l'exécution (ImportXMLWorkspaceDocument).
Échec du script Change GDB Spatial Reference...
Échec de l'exécution (ChangeGDBSpatialReference).
Échec le mercredi 19 juillet 2023 à 15:37:03 (Temps écoulé : 4 minutes 57 secondes)
Que dois-je faire pour éviter cette erreur et pouvoir créer cette géodatabase ?