Hi,
I am facing an issue with the SSRS report we created for MS Dynamics CRM. The SSRS report runs fine on BIDS but when it is deployed on CRM and run from there we get the following error:
Cannot create a connection to data source 'DS_CustomerRegistrationsperLocation'. ---> System.Data.SqlClient.SqlException: Login failed for user '{bacbf62b-ab12-e611-80b6-00155d0a0605}'. at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at Microsoft.ReportingServices.DataExtensions.ConnectionExtension.Open() at Microsoft.ReportingServices.DataExtensions.SqlConnectionWrapperBase.Open() at Microsoft.ReportingServices.Diagnostics.DataExtensionConnectionBase.OpenConnection(IProcessingDataSource dataSourceObj, DataSourceInfo dataSourceInfo, IDbConnection conn) this is the error that i found from the reporting logs in SQL server machine
The SSRS report is actually connecting to the database of a different application in another SQL Server Instance running on another machine. I need to know whether this is possible to do or is there any way I can show the reports from database other than MS CRM?
Regards,