SQL Server 2005 Reporting Services (x64) on Windows 2K8 -> CleanCurrentUserName() not found
Posted
by Steven Pardo
on Stack Overflow
See other posts from Stack Overflow
or by Steven Pardo
Published on 2010-03-20T02:04:29Z
Indexed on
2010/03/20
2:11 UTC
Read the original article
Hit count: 298
I have installed SQL Server 2005 three times now on the same box. I cleaned up registry settings, files, you name it.
All along I have been trying to install SQL Server 2005 Database and Reporting Services (x64) on a Windows 2008 Server. I have also applied the SP3 patch. Installing and Restarting the Server at every point.
I have installed multiple instances (SQLDEV64, SQLQA64, SQLSTAGE64) of the Database and Reporting Services.
I started to go through the Reporting Services Configuration manager, installing the Reporting Database along with setting up IIS. When I go test the website I get the following and there lies my question. How can I get around this error?
Reporting Services Error
--------------------------------------------------------------------------------
An internal error occurred on the report server. See the error log for more details. (rsInternalError)
Method not found: 'Void Microsoft.ReportingServices.Diagnostics.UserUtil.CleanCurrentUserName()'.
--------------------------------------------------------------------------------
SQL Server Reporting Services
Any help would be greatly appreciated.
© Stack Overflow or respective owner