Server Setup:
We have three main boxes configured for our CRM environment:
Box 1: CRM Application Server
Box 2: SSRS Reporting Server
Box 3: CRM Database Server
Custom reports are hosted using the CRM application. The corresponding report is visible on Box 2 in the ‘CustomReports’ folder. A very simple SQL query was written using the built in ‘Filtered’ views. (i.e. select * from FilteredAccount)
Problem:
When custom reports are run, results vary based on where the report is generated:
1) When a custom report is run directly on Box 2 (running directly from SSRS), data is returned as expected.
2) When the same custom report is run on Box 1 (running through CRM), only column headings are returned, no data is present.
Any help would be appreciated.
*This post is locked for comments
I have the same question (0)