I have been working on a report for a while now and just when I go to deploy it, the bloody thing stops working.
I have been testing it mainly under my account (Admin + Domain Admin) and peridocally under another admins account. I have also been testing it under a dummy normal account (domain user only) and up until now it has worked fine.
Originally it did not work although I found that if I Rebuilt & Redeployed the project to the server and then started Reporting services and selected the datasource1 and supplied my credentials and checked Use as Windows Credentials and also the Impersonate check, it all worked perfectly.
However now this does not appear to be the case
The exact error I get is
'An error has occurred during report processing. (rsProcessingAborted)Cannot create a connection to data source 'DashboardSQL-2K5'. (rsErrorOpeningConnection)For more information about this error navigate to the report server on the local server machine, or enable remote errors'
The connection string under the properties of datasource1 are
INTEGRATED SECURITY=SSPI;INITIAL CATALOG=DashboardSQL-2K5;DATA SOURCE=XXXXXXXX;
XXXXXXXXX is obviously the name of my server blanked out
Please help as I wish to deploy this report and it is just sods law that it stops working today.
Regards