Sample Microsoft Dynamics CRM Reporting Extensions XML configuration file

 

Applies To: Dynamics CRM 2013

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 Microsoft Dynamics CRM configuration database on a Microsoft SQL Server named SQLServer and install the Microsoft Dynamics CRM Reporting Extensions on on the local SQL Server instance that is named SQLReportServerInstance. Additionally, Setup will add or remove any members to the Microsoft Dynamics CRM 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
Use command prompt to install the Microsoft Dynamics CRM Report Authoring Extension