Hi,
Please try the method in question 8 and see how it works:
Frequently Posted Questions and Answers
http://social.technet.microsoft.com/forums/en-US/systemcenter/thread/c44515cb-fb8b-4472-a3d4-a17fa6729a03/
If the issue persists, please also check the accounts:
Data Warehouse SQL Server Authentication Account
Reporting SDK SQL Server Authentication Account
SCOM2007 - Login failed for user '<Account name>'.
http://blogs.technet.com/b/edwalt/archive/2007/09/27/2060972.aspx
In addition, I also noticed the following post, please also refer to it:
SCE 2010 Reporting, Essentials Reports not working
http://erickoo.wordpress.com/2010/11/18/sce-2010-reporting-essentials-reports-not-working/
Hi Nicholas,
here are my findings:
- When I browse to the URL
http://localhost:80/reports[$ESSENTIALS] regarding to the article I get a error "HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
When I use SQL Server Management Studio, I'm able to log on to SERVERNAME\ESSENTIALS and be able to see the databases ReportServer$ESSENTIALS and SUSDB.
- I checked the two accounts like you proposed, they are both blank as described in the article. Therefore my SCE serviceaccount should be used.
- I've added the the "Select" permission to the computeraccount like it was stated in the third link. Rebooted the server.
Unfortunately nothing helped so far. I still get the folowing error when I run a report:
Note: The following information was gathered when the operation was attempted. The information may appear cryptic but provides context for the error. The application will continue to run.
Microsoft.Reporting.WinForms.ReportServerException: An error has occurred during report processing. (rsProcessingAborted) ---> Microsoft.Reporting.WinForms.ReportServerException: Cannot create a connection to data source 'WSUSDatabase'. (rsErrorOpeningConnection)
---> Microsoft.Reporting.WinForms.ReportServerException: Cannot open database "SUSDB" requested by the login. The login failed.
Login failed for user 'CLGROUP\usaus-sceagent'.
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at Microsoft.Reporting.WinForms.ServerReport.GetExecutionInfo()
at Microsoft.Reporting.WinForms.ServerReport.GetParameters()
at Microsoft.EnterpriseManagement.Mom.Internal.UI.Reporting.Parameters.ReportParameterBlock.Initialize(ServerReport serverReport)
at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ReportForm.SetReportJob(Object sender, ConsoleJobEventArgs args)
Microsoft.Reporting.WinForms.ReportServerException: Cannot create a connection to data source 'WSUSDatabase'. (rsErrorOpeningConnection) ---> Microsoft.Reporting.WinForms.ReportServerException: Cannot open database "SUSDB" requested by the login. The login
failed.
Login failed for user 'DOMAIN\sceagentname'.
--- End of inner exception stack trace ---
Microsoft.Reporting.WinForms.ReportServerException: Cannot open database "SUSDB" requested by the login. The login failed.
Login failed for user 'DOMAIN\sceagentname'.
Any more ideas?