Sample Microsoft Dynamics CRM Reporting Extensions XML configuration file

 

Applies To: Dynamics 365 (on-premises), Dynamics CRM 2016

The following XML configuration sample will search, and if found download and apply, updates to Setup. It will optin to Microsoft Update, then look for the configuration database on a Microsoft SQL Server named SQLServer and install the Microsoft Dynamics CRM Reporting Extensions on the local SQL Server instance that is named SQLReportServerInstance. Additionally, Setup will add or remove any members to the Microsoft Dynamics 365 related security groups in Active Directory directory service as needed and install the monitoring service configured for an existing domain user account named CRMMonitoringService.

<crmsetup>
<srsdataconnector>
<configdbserver>SQLServer</configdbserver> 
<autogroupmanagementoff>0</autogroupmanagementoff>
<instancename>SQLReportServerInstance</instancename>
<patch update="true" /> 
<muoptin optin="true" />
<MonitoringServiceAccount type=”DomainUser”>
  <ServiceAccountLogin>Contoso\CRMMonitoringService</ServiceAccountLogin>
  <ServiceAccountPassword>password</ServiceAccountPassword>
</MonitoringServiceAccount>
</srsdataconnector>
</crmsetup>

Logging

By default, Setup creates a file that is named SrsDataConnectorSetup.log in the %appdata%\Microsoft\MSCRM\Logs folder on the computer where Setup is run.

See Also

Microsoft Dynamics CRM Reporting Extensions XML configuration file
Install Microsoft Dynamics CRM Report Authoring Extension using a command prompt

© 2016 Microsoft. All rights reserved. Copyright