Hi,
I hope someone can help me with three newbie problems .
1) When I have a user editable parameter in my reports, the user can edit
the parameter and then hit the "View Report" button to see the report. Is it
possible to change the label of the "View Report" button to something else?
I basically need to translate "View Report" to a different language.
2) For some reason, I can't start my Report Server. All the configuration
sections are OK except the "Web Service Identity" one. In that particular
section, my ASP .NET Service account is listed as "COMPUTERNAME\ASPNET"
where COMPUTERNAME is my computer name. The ASP.NET State service is
started. When I hit the Apply button, I get an error stating:
"There was an error setting the identity for the web service. The previously
set identity will still be used." If I click "Tell me more about this
problem... " it says
"ReportServicesConfigUI.WMIProvider.WMIProviderException: An unknown error
has occurred in the WMI Provider. Error Code 8007056B" in the
"SetWebServiceIdentity" function.
3) I am using SQL Express and I have two computers on a network (no domain,
the computers are just in a workgroup.) I have both SQL Server Express and
Reporting Services installed on Machine 1 together with IIS. Would it be OK
to connect from Machine 2 to Machine 1 via IIS and navigate to the Report
Server and see the Machine's 1 reports ? By that I mean, is it technically
possible and is it allowed by the licensing constraints ?
Thanks!
Dan - 16 Jul 2008 10:25 GMT
> Hi,
> 2) For some reason, I can't start my Report Server. All the configuration
> sections are OK except the "Web Service Identity" one. In that particular
> section, my ASP .NET Service account is listed as "COMPUTERNAME\ASPNET"
> where COMPUTERNAME is my computer name. The ASP.NET State service is
> started. When I hit the Apply button, I get an error stating:
I guess I fixed this problem. I located the RSReportServer.config file and I
edited the "WebSerivceAccount" tag. Specifically, I added there
IWAM_COMPUTERNAME where "COMPUTERNAME" is my computer name. At this point, I
can successfully start the Report Server. However, the section "Web Serivce
Identity" still shows up as "unconfigured."
I hope everything is OK this way.
Dan