Mintakiszolgáló XML-konfigurációs fájlja

Ez a cikk nem vonatkozik a Dynamics 365 Customer Engagement (on-premises) 9.1-es verziójának frissítésére. A 9.1-es frissítés új funkcióiról az Újdonságok című részben tájékozódhat.

Ha ezzel a témakörrel kapcsolatban további információkra kíváncsi a Dynamics 365 Customer Engagement (on-premises) 9.0-as verziójára vonatkozóan, válassza ki a bal navigációs panel feletti verziót.

Version selector on Microsoft Docs

A következő konfigurációs fájl telepít egy belső megosztáson található frissítési fájlt, telepít egy Teljes kiszolgálót a Dynamics 365 Server összes szolgáltatásával, és új adatbázisokat hoz létre az SQL Server SQLServer nevű alapértelmezett példányán. ·

<CRMSetup>  
<Server>  
<Patch update="true">\\ServerName\ShareName\patchfile.msp</Patch>  
<LicenseKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</LicenseKey>  
<SqlServer>SQLServer</SqlServer>  
<Database create="true"/>  
<Reporting URL="https://MyReportingServer/ReportServer"/>  
<OrganizationCollation>Latin1_General_CI_AI</OrganizationCollation>  
<basecurrency isocurrencycode="USD" currencyname="US Dollar" currencysymbol="$" currencyprecision="2"/>  
<Organization>Organization Display Name</Organization>  
<OrganizationUniqueName>Organization-Name</OrganizationUniqueName>  
<OU>OU=value,DC=subdomain,DC=subdomain,DC=subdomain,DC=com</OU>  
<WebsiteUrl create="true" port="5555"> </WebsiteUrl>  
<InstallDir>c:\Program Files\Microsoft Dynamics CRM</InstallDir>  

<CrmServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMAppService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</CrmServiceAccount>  

<SandboxServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMSandboxService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</SandboxServiceAccount>  

<DeploymentServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMDeploymentService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</DeploymentServiceAccount>  

<AsyncServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMAsyncService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</AsyncServiceAccount>  

<VSSWriterServiceAccount type="DomainUser">   
  <ServiceAccountLogin>Contoso\CRMVSSWriterService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</VSSWriterServiceAccount>  

<MonitoringServiceAccount type="DomainUser">  
  <ServiceAccountLogin>Contoso\CRMMonitoringService</ServiceAccountLogin>  
  <ServiceAccountPassword>password</ServiceAccountPassword>  
</MonitoringServiceAccount>  

  <SQM optin="true"/>  
 <muoptin optin="true"/>  

<!-- Settings for IFD installation. May be skipped for intranet-only deployment or to configure IFD later. -->  
 <ifdsettings enabled="false">  
      <!-- Define what address considered internal, required only if enabled=true -->  
      <internalnetworkaddress>10.0.0.1-255.0.0.0</internalnetworkaddress>  
      <!-- Define URLs with IFD authentication, required only if enabled=true -->  
      <rootdomainscheme>http</rootdomainscheme>  
      <sdkrootdomain>api.contoso.com</sdkrootdomain>  
      <webapplicationrootdomain>app.contoso.com</webapplicationrootdomain>  
      <discoveryrootdomain>disc.contoso.com</discoveryrootdomain>  
 </ifdsettings>  

 <Email>  
  <IncomingExchangeServer name="ExchangeServerName"/>  
 </Email>  

 </Server>  
</CRMSetup>  

Figyelemfelhívás

A megadott konfigurációs fájl és értékek karbantartása ServiceAccountLogin``ServiceAccountPassword biztonsági kockázatot jelent, mivel a jelszót egyszerű szövegben tárolja. Törölje ezeket az elemeket, amint a konfigurációs fájl a Dynamics 365 Server telepítéséhez használatos.

Lásd még

XML-konfigurációs fájl Microsoft Dynamics 365 Server
Mintakiszolgáló XML-konfigurációs fájl előre létrehozott csoportokkal történő telepítéshez

Megjegyzés

Megosztja velünk a dokumentációja nyelvi preferenciáit? Rövid felmérés elvégzése. (ne feledje, hogy ez a felmérés angol nyelvű)

A felmérés elvégzése körülbelül hét percet vesz igénybe. Semmilyen személyes adatot nem gyűjtünk (adatvédelmi nyilatkozat).