I wonder if anyone can shed a light on this query for me?
here's a brief overview:-
SQL Server, Reporting Services and IIS are all on one development box - I point my local browser to the reporting service homepage URL and my published reports appear as expected.
If I select a report where the datasource is pointing to the SAME sql server then the report runs ok.
However if the report is referencing a database on another SQL Server I get the error:-
"An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'datasource'. (rsErrorOpeningConnection) Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
Finally if I remote onto the development box all reports run fine.
I know I’m missing some sort of security setting / sql login configuration but I don't know what – any ideas anyone?
here's a brief overview:-
SQL Server, Reporting Services and IIS are all on one development box - I point my local browser to the reporting service homepage URL and my published reports appear as expected.
If I select a report where the datasource is pointing to the SAME sql server then the report runs ok.
However if the report is referencing a database on another SQL Server I get the error:-
"An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'datasource'. (rsErrorOpeningConnection) Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
Finally if I remote onto the development box all reports run fine.
I know I’m missing some sort of security setting / sql login configuration but I don't know what – any ideas anyone?