Hi,
IIS was not installed on server where Microsoft Dynamics CRM Reporting Extensions installed. but SQL reporting service configuration was done and I am able to generate reports the which was created by SSRS. But the original reports and reports were created by CRM report wizard is not working.
I browsed the directory by Report manager URL and found the below issue.
I am able to browse to below directory.
When I click on MSCRM_Datasource under SSC_MSCRM where SSC_MSCRM is company database name
When I click on MSCRM_DataSource I got the following details in xml format
- <DataSourceDefinition>
<Extension>SQL</Extension>
<ConnectString>Data Source=CRM-DB;Initial Catalog=SSC_MSCRM;Integrated Security=True;Min Pool Size=2;Connect Timeout=150;Workstation ID=CRM.mmc</ConnectString>
<UseOriginalConnectString>False</UseOriginalConnectString>
<OriginalConnectStringExpressionBased>False</OriginalConnectStringExpressionBased>
<CredentialRetrieval>Integrated</CredentialRetrieval>
<Enabled>True</Enabled>
</DataSourceDefinition>
When I click on Custom Reports or other system reports. I got the following error. Cannot connect to data source 'CRM' rserroropeningConnection as shown below screen.