Select to view content in your preferred language

comment avoir une configuration par défault aprés avoir configurer le fichier Pro.SettingsConfig

54
0
yesterday
Labels (3)
RadhouanAMMARI
New Contributor

Bonjour, 

Je souhaite paramétrer ArcGIS PRO de facon a ce qu'il ne crée plus une geodatabse par défaut à chauqe fois ou je crée un projet .Pour cela j'ai ce fichier configsource qui est un fichier xml .Je ne sais pas ou le placer et comment il va etre configurer automatiquement : 

<?xml version="1.0" encoding="UTF-8"?>
<ArcGISProSettings xmlns="http://schemas.esri.com/ProSettings"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.esri.com/ProSettings .\prosettings.xsd">

<Animation>
<ShowPresetDraft isLocked="true">true</ShowPresetDraft>
<ShowPresetYouTube isLocked="true">true</ShowPresetYouTube>
<ShowPresetX isLocked="true">true</ShowPresetX>
<ShowPresetInstagram isLocked="true">true</ShowPresetInstagram>
<ShowPresetGIF isLocked="true">true</ShowPresetGIF>
<ShowPresetHD720 isLocked="true">true</ShowPresetHD720>
<<ShowPresetHD1080 isLocked="true">true</ShowPresetHD1080>
</Animation>

<Application>
<UseLocalHelp isLocked="false">true</UseLocalHelp>
<UseSpellCheck isLocked="false">true</UseSpellCheck>
<UseDarkTheme isLocked="false">true</UseDarkTheme>
</Application>

<Authentication>
<AuthConnection isLocked="true">
<Name>Connection1Name</Name>
<Type>MicrosoftEntraID</Type>
<Environment>AzureGlobal</Environment>
<TenantID>example.domain.com</TenantID>
<ClientID>123456789</ClientID>
</AuthConnection>
</Authentication>

<Catalog>
<EnableIndexing isLocked="true">false</EnableIndexing>
<IndexNetworkConnections isLocked="true">false</IndexNetworkConnections>
<MetadataCanDeleteGPHistory isLocked="true">false</MetadataCanDeleteGPHistory>
<MetadataStyle isLocked="true">ISO 19115-3 XML Schema Implementation</MetadataStyle>
<SearchIndexes isLocked="true">\\dataserver1\WorldData_SearchIndex</SearchIndexes>
<SkipServerConnections isLocked="true">true</SkipServerConnections>
</Catalog>

<ColorManagement>
<WorkingColorSpaceForNewItems isLocked="true">CMYK</WorkingColorSpaceForNewItems>
<EnableColorManagement isLocked="true">true</EnableColorManagement>
<RGBColorProfile isLocked="true">sRGB IEC61966-2.1</RGBColorProfile>
<CMYKColorProfile isLocked="true">U.S. Web Coated (SWOP) v2</CMYKColorProfile>
<ColorConversionRule isLocked="true">PreserveColorValues</ColorConversionRule>
<RenderingIntent isLocked="true">Perceptual</RenderingIntent>
<EnableDefaultBlackPointCompensation isLocked="true">false</EnableDefaultBlackPointCompensation>
</ColorManagement>

<Display>
<AntialiasingMode isLocked="true">Fast</AntialiasingMode>
<TextAntialiasingMode isLocked="true">Force</TextAntialiasingMode>
<StereoscopicMode isLocked="true">Off</StereoscopicMode>
<RenderingMode isLocked="true">DirectX</RenderingMode>
<RenderingQuality isLocked="true">1</RenderingQuality>
<EnableVSync isLocked="true">true</EnableVSync>
<EnableRenderingAntialiasing isLocked="true">true</EnableRenderingAntialiasing>
<LocalCacheFolderPath isLocked="true">C:\Users\<name>\AppData\Local\ESRI\Local Caches</LocalCacheFolderPath>
<ClearCacheWhenAppClosing isLocked="true">false</ClearCacheWhenAppClosing>
<UseSquarePrimitive isLocked="true">false</UseSquarePrimitive>
</Display>

<Editing>
<RequireExplicitStartEditing isLocked="false">false</RequireExplicitStartEditing>
<SelectWorkspace isLocked="true">true</SelectWorkspace>
<ShowSaveDialog isLocked="true">true</ShowSaveDialog>
<ShowDiscardDialog isLocked="true">true</ShowDiscardDialog>
<EnforceAttributeValidation isLocked="true">false</EnforceAttributeValidation>
<WarnOnDelete isLocked="true">true</WarnOnDelete>
<NewLayersEditable isLocked="true">false</NewLayersEditable>
<AutoSaveEdits isLocked="true">time,1</AutoSaveEdits>
<SaveWithProject isLocked="true">false</SaveWithProject>
<WarnOnDiscardAttribute isLocked="false">apply</WarnOnDiscardAttribute>
<WarnOnDiscardGeometry isLocked="false">prompt</WarnOnDiscardGeometry>
<MoveToolActivationAfterPaste isLocked="true">true</MoveToolActivationAfterPaste>
<AutoApplyAttributes isLocked="true">true</AutoApplyAttributes>
</Editing>

<GeodatabaseReplication>
<LogFilePath isLocked="true">C:\Users\%USERNAME%\AppData\Local\ESRI\ProReplicaActivityLog.dat</LogFilePath>
<LogLevel isLocked="true">Debug</LogLevel>
</GeodatabaseReplication>

<Geoprocessing>
<ToolParameters>
<Parameter toolName="calculatefield" toolboxAlias="management" name="expression_type" isLocked="true">ARCADE</Parameter>
</ToolParameters>
<AddHistoryItem isLocked="true">true</AddHistoryItem>
<AddOutputsToMap isLocked="true">true</AddOutputsToMap>
<BlockNonSystemPythonToolbox isLocked="true">Ask</BlockNonSystemPythonToolbox>
<EnableUndo isLocked="true">true</EnableUndo>
<MessageLevelCommandSyntax isLocked="true">true</MessageLevelCommandSyntax>
<MessageLevelDiagnostics isLocked="true">true</MessageLevelDiagnostics>
<MessageLevelProjectionTransformation isLocked="true">true</MessageLevelProjectionTransformation>
<RecordGPHistoryInMetadata isLocked="true">true</RecordGPHistoryInMetadata>
<RemoveOverwrittenLayers isLocked="true">true</RemoveOverwrittenLayers>
</Geoprocessing>

<Layout>
<TemplatePath isLocked="true">C:\Users\<name>\AppData\Local\LayoutTemplates</TemplatePath>
</Layout>

<MapAndScene>
<DefaultBasemapJson isLocked="true">FromPortal</DefaultBasemapJson>
<DefaultSceneBasemapJson isLocked="true">FromPortal</DefaultSceneBasemapJson>
<LayerVisibleByDefault isLocked="true">true</LayerVisibleByDefault>
<DefaultSpatialReference isLocked="false">Not set</DefaultSpatialReference>
<ConfirmTransformation isLocked="true">true</ConfirmTransformation>
<IgnoreBasemapForAutoTransform isLocked="true">true</IgnoreBasemapForAutoTransform>
<DefaultLabelEngine isLocked="true">Standard</DefaultLabelEngine>
<AddDefaultElevationSource isLocked="true">true</AddDefaultElevationSource>
<CustomElevationSourceXml isLocked="false">Not set</CustomElevationSourceXml>
<AreUnRegisteredDatasetsAndCsvBackwardCompatible isLocked="true">false</AreUnRegisteredDatasetsAndCsvBackwardCompatible>
<ManageFeatureCaching isLocked="true">true</ManageFeatureCaching>
<CheckMapsWhenDeleting isLocked="true">None</CheckMapsWhenDeleting>
<CheckMapsWhenRenaming isLocked="true">None</CheckMapsWhenRenaming>
<ContentsPanePointLegendPatchSizeLimit isLocked="true">48</ContentsPanePointLegendPatchSizeLimit>
</MapAndScene>

<Navigation>
<ShowFlashCrosshairs isLocked="true">true</ShowFlashCrosshairs>
</Navigation>

<Projects>
<LocalProject>

<CreateProjectInNewFolder isLocked="true">false</CreateProjectInNewFolder>


<HomeFolder isLocked="true">C:\Testing\Team_Defaults\Team_Data</HomeFolder>


<DefaultGeodatabase isLocked="true"></DefaultGeodatabase>


<DefaultToolbox isLocked="true"></DefaultToolbox>
</LocalProject>
</Projects>

<Report>
<ReportCustomTemplatePath isLocked="true">C:\Users\<name>\Documents\ArcGIS\ReportTemplates</ReportCustomTemplatePath>
</Report>

<Selection>
<KeepInvisibleFeaturesSelected isLocked="true">false</KeepInvisibleFeaturesSelected>
</Selection>

<ShareDownload>
<StagingPath isLocked="true">C:\Users\%USERNAME%\AppData\Local\ESRI\ArcGISPro\Staging\SharingProcesses</StagingPath>
<UnpackingProjectPackageOption isLocked="true">0</UnpackingProjectPackageOption>
<UnpackingProjectPackagePath isLocked="true">C:\Users\%USERNAME%\Documents\ArcGIS\Packages</UnpackingProjectPackagePath>
<UnpackingOtherPackagesOption isLocked="true">0</UnpackingOtherPackagesOption>
<UnpackingOtherPackagesPath isLocked="false">C:\Users\%USERNAME%\Documents\ArcGIS\Packages</UnpackingOtherPackagesPath>
<OfflineMapsOption isLocked="true">0</OfflineMapsOption>
<OfflineMapsPath isLocked="true">C:\Users\%USERNAME%\Documents\ArcGIS\OfflineMaps</OfflineMapsPath>
<MapLayerPresetsPath isLocked="false">C:\Users\%USERNAME%\AppData\Roaming\Esri\ArcGISPro\ExportPresets</MapLayerPresetsPath>
</ShareDownload>

<Table>
<DisableAddRow isLocked="true">true</DisableAddRow>
<AllowWebLinks isLocked="true">false</AllowWebLinks>
<SupportedUriSchemeList isLocked="true">ftp,ftps,html</SupportedUriSchemeList>
<AllowFileLinks isLocked="true">false</AllowFileLinks>
<SupportedFileExtensionList isLocked="true">.7z,.csv</SupportedFileExtensionList>
<FontName isLocked="true">Segoe UI</FontName>
<FontSize isLocked="true">11</FontSize>
</Table>

<TextAndGraphics>
<DefaultFontName isLocked="true">Tahoma</DefaultFontName>
<DefaultFontStyle isLocked="false">Regular</DefaultFontStyle>
<DefaultFontVariationSettings isLocked="true">true</DefaultFontVariationSettings>
</TextAndGraphics>

<Versioning>
<ConnectionDefaultVersioningType isLocked="false">Branch</ConnectionDefaultVersioningType>
<ReconcileDefineConflicts isLocked="true">ByRow</ReconcileDefineConflicts>
<ReconcileResolveConflicts>FavorTargetVersion</ReconcileResolveConflicts>
<ShowReconcileDialog>true</ShowReconcileDialog>
<ShowConflictDialog>true</ShowConflictDialog>
</Versioning>

</ArcGISProSettings>


Je vous remercie d'avance 🙂 

0 Kudos
0 Replies