Hallo,
ich habe MS CRM 2011 mit den CRM-Datenbanken auf einer "named instance" auf einem anderen Server (serv4000\D4000)
installiert als die SSRS (Serv1111).
Die CRM2011-Installation war erfolgreich.
Die folgenden zwei URLs auf meinem SQL Server Report Server funktionieren:
http://serv1111/Reports/Pages/Folder.aspx
èunter der grauen Leiste werden
die CRM Datenbankenl, die auf der benamten Instanz auf dem anderen Server liegen angezeigt (hinter den Namen steht noch !NEU).
http://serv1111/ReportServer
è
auch hier zeigt er die CRM DB
Date
<dir>
CRMORGANIZATIONNAME_MSCRM
Date
<dir> SharedReports
Dies ist meine
config.xml Datei , die ich benutzen musste, um Microsoft Dynamics
CRM Reporting Extensions zu installieren, (da ich mit Autogroupmanagmentoff = true
arbeite):
<crmsetup>
<srsdataconnector>
<configdbserver>SERV4000\D4000</configdbserver>
<patch update="false" />
<AutoGroupManagementOff>true</AutoGroupManagementOff>
</srsdataconnector>
</crmsetup>
Dennoch konnte ich die CRM Reporting Extensions nicht installieren.
Here die Warnungen und die "errors" der entstandenen Log-Datei:
(Bitte nach Warning oder Error in der zweiten Spalte schauen, hinter der Zeit)
12:55:26|Verbose| Retrieving Base Language Id Provider=SQLOLEDB;Data Source=Serv4000\D4000;Initial Catalog= CRMORGANIZATIONNAME_MSCRM;Connection Timeout=60;Integrated Security=SSPI ...
12:55:26| Info| Base Language Id of CRMORGANIZATIONNAME_MSCRM: 1033.
12:55:26|Warning| Could not find a local RS instance corresponding to the reporting url http://serv1111/reportserver for organization CRMORGANIZATIONNAME
12:55:26| Info| CrmAction execution time; CollectAction; 00:00:01.4335020
12:55:26|Warning| Instance Name needs to be escaped. Management Exception: Invalid namespace
12:55:26| Info| Escaped Instance Name is RS_MSSQLSERVER
…
12:55:27| Info| Check ConfigDatabaseExistsValidator: Success
12:55:27|Verbose| Retrieving config database version Provider=SQLOLEDB;Data Source=SERV4000\D4000;Initial Catalog=MSCRM_CONFIG;Connection Timeout=60;Integrated Security=SSPI ...
12:55:27| Info| Config database version: 5.0.9688.583.
12:55:27| Info| Check ConfigurationDatabaseVersionValidator: Success
12:55:27| Info| Check PrivReportingGroupActiveDirectoryRightsValidator: Success
12:55:27| Info| Check CrmSqlDomainValidator: Success
12:55:27|Warning| Check ReportServerInstanceValidator : Warning: Reports will not be published for some organizations because the Report Server instances used by these organizations differ from the instance selected during Microsoft Dynamics CRM Reporting Extensions Setup.
12:55:27| Info| Check CanPublishReportsValidator: Success
12:55:27| Info| Group Environment Checks
12:55:27| Error| Check ReportServerValidator : Failure: Setup requires SQL Server Reporting Services 2008 Service Pack 1 or later to exist at the specified Reporting Services Report Server SERV1111.
12:55:27| Info| Group User Input Checks
12:55:27| Info| Check TargetFolderValidator: Success
12:55:27|Verbose| Validation ran.
12:55:27|Verbose| Validation completed.
12:55:27|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.Run
12:55:27|Verbose| Method exit: Microsoft.Crm.Tools.EDW.Framework.EDWTool.RunAll
12:55:27| Info| Microsoft Dynamics CRM Reporting Extensions failed.
12:55:27| Info| Microsoft Dynamics CRM Reporting Extensions Setup did not complete successfully. At least one environmental check has reported an error. Check the log file for more information.
12:55:27| Error| Setup did not complete successfully.
Weiß jemand einen Rat?
Danke im Voraus, weiß es sehr zu schätzen.
Andreas