Beispielhafte XML-Konfigurationsdatei für Reporting-Erweiterungen in Microsoft Dynamics CRM
Veröffentlicht: Januar 2017
Gilt für: Dynamics 365 (on-premises), Dynamics CRM 2016
Das folgende XML-Konfigurationsbeispiel sucht Aktualisierungen an Setup, und installiert und wendet sie an, wenn es sie gefunden hat. Es meldet sich bei Microsoft Update an, sucht dann nach der Konfigurationsdatenbank auf einem Microsoft SQL Server namens SQLServer und installiert die Microsoft Dynamics CRM Reporting Extensions auf der lokalen SQL Server -Instanz namens SQLReportServerInstance. Außerdem werden von Setup alle Mitglieder aus den verwandten Microsoft Dynamics 365 Sicherheitsgruppen im Active Directory-Verzeichnisservice nach Bedarf hinzugefügt oder daraus entfernt, und es installiert den Überwachungsservice für ein vorhandenes Domänenbenutzerkonto namens 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>
Protokollierung
Standardmäßig erstellt Setup eine Datei namens SrsDataConnectorSetup.log in dem%appdata%\Microsoft\MSCRM\Logs-Ordner auf dem Computer, auf dem Setup ausgeführt wird.
Siehe auch
Microsoft Dynamics 365 Reporting Extensions-XML-Konfigurationsdatei
Installieren der Microsoft Dynamics 365-Berichterstellungserweiterung mithilfe einer Eingabeaufforderung
© 2017 Microsoft. Alle Rechte vorbehalten. Copyright