Anyone? Anyone? Bueller? Bueller?
I got around the error I was getting below. Now when I go to the =
website I get the following error. Can someone give me some guidance.
=20
Server Error in '/Reports' Application.=20
-------------------------------------------------------------------------=
-----
Configuration Error=20
Description: An error occurred during the processing of a =
configuration file required to service this request. Please review the =
specific error details below and modify your configuration file =
appropriately.=20
Parser Error Message: File or assembly name =
Microsoft.BusinessFramework, or one of its dependencies, was not found.
Source Error:=20
Line 76: <add name=3D"WindowsAuthentication" =
type=3D"System.Web.Security.WindowsAuthenticationModule" />
Line 77: <!-- <add name=3D"Session" =
type=3D"System.Web.SessionState.SessionStateModule"/>-->
Line 78: <add name=3D"EnterpriseInitializationModule" =
type=3D"Microsoft.BusinessFramework.Security.EnterpriseInitializationModu=
le,Microsoft.BusinessFramework" />
Line 79: <add name=3D"Session" =
type=3D"System.Web.SessionState.SessionStateModule" />
Line 80: </httpModules>=20
Source File: c:\inetpub\wwwroot\web.config Line: 78=20
Assembly Load Trace: The following information can be helpful to =
determine why the assembly 'Microsoft.BusinessFramework' could not be =
loaded.
"Alan Whitehouse" <awhitehouse@_SPAMBLOCKREMOVE_tgo.ca> wrote in =
message news:eTfnQxiNFHA.2964@TK2MSFTNGP10.phx.gbl...
Hi,
Installed Reporting Services on the same box as SharePoint.
Followed instructions in the article:
Troubleshooting a Side-by-Side Installation of Reporting Services =
and Windows SharePoint Services
=
http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/RSinst=
all/htm/gs_installingrs_v1_9fdy.asp
However when I got to the last step to activate the site using the =
RSactivate utility I got the following error:
"The Report Server Web service has not generated a public key. The =
service may not have started successfully. Check the log files for more =
information"
I checked the logs (I didn't write it down or save it) but saw a =
message about the "client is not a local admin"
So I went into Service Manager and opened up Reporting Services and =
changed the login. I tried both an administrator user account and a =
local services account. Now when I run the RSActivate utility I get the =
error:
"Failure starting the web service:
The local NT Service is disabled 0x80090005"
However the Reporting Service is running as I can tell from Service =
Manager.
Help!!!!