After installing the SSRS add in however, I wont display the Report
Services section the central Admin.
I see this error in the event log when I accessed the Central Admin.
Failure in loading assembly:
Microsoft.ReportingServices.SharePoint.UI.WebParts
I confirmed this about the web.config for the central admin:
<SafeControl
Assembly="Microsoft.ReportingServices.SharePoint.UI.ServerPages,
Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
Namespace="Microsoft.ReportingServices.SharePoint.UI" TypeName="*"
Safe="True" />
<SafeControl
Assembly="Microsoft.ReportingServices.SharePoint.UI.WebParts,
Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
Namespace="Microsoft.ReportingServices.SharePoint.UI.WebParts"
TypeName="*" Safe="True" />
<SafeControl
Assembly="Microsoft.ReportingServices.SharePoint.UI.WebParts,
Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
Namespace="Microsoft.ReportingServices.SharePoint.UI.WebParts"
TypeName="*" Safe="True" />
I did perform this:
STSADM.EXE -o addwppack -filename RSWebParts.cab -globalinstall
which succeeded.
My installing local admin user is the same user as all services and
the farm admin.
I confirmed the admin site is set to Kerberos.
This is a standalone box with no AD. Do I need to run SETSPN anyways?
Thanks for any help or information
the gac has version 10 of that webpart dll.. which i don;t even think
is relevant to the issue.
the add-in msi puts out version 8.?? ..but again I don't think that
assembly and the error is the problem.
I'm now thinking my problem is I patched to wss sp1 and now the add-in
does not work or apply.
anybody know?