I tray of run the rsactivate, show me the error.
*******************************************************
C:\>rsactivate -c "C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\ReportServer\rsreportserver.config"
Failure starting the web service:
The local NT Service is not activated 0x800a0bcd
*******************************************************
I followed the installation instruction and the proccess that I attached
below.
*******************************************************
" Customer gave full permissions to IUSR, IWAM, and ASPNET users on the
following key using regedt32 and reinstalled SQL Server Reporting
Services successfully.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application"
Another case, the solution was:
"Since my default port does not use port 80, I had to change both the
server.config and rswebapplication.config files to use a different port. I
then ran the rsactivate command and all is now well."
I hope one of these will resolve your issue too.
From your descriptions, I understood that you cannot access Report server
and Report Manager via the web. Have I understood you? Correct me if I was
wrong.
First of all, what the error message from setup application. Was it "Setup
could not initialize the report server. You must manually initialize the
report server before using it for the first time. For more information, see
the Reporting Services setup documentation."?
Secondly, please make sure that your Reporting Services Startup Account was
main account and it is also a part of the Local Admins group on the machine.
Based on my scope, it seems like something was wrong with the event source
Report Manager from log files and it likes an permission issue. Please take
the steps below and tell me what happened
1. go to http://localhost/ReportServer What's the error message? I expected
it to be "Event source: Report Manager does not exist"
2. run C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
assuming .net was installed in C:\WINDOWS\Microsoft.NET\)
3. open C:\Program Files\Microsoft SQL Server\MSSQL\Reporting
Services\ReportServer\RSReportServer.config file. Search for this tag,
<InstallationID> and take the GUID (For example, the GUID for me is
{93850a3c-a856-4ce9-af25-6b3cdaa98dd8})
4. Use the GUID that we got before and try to remove the keys in the table
like this
RSKEYMGMT -R "{<guid>}"
5. Then run RSACTIVATE -C "C:\Program Files\Microsoft SQL
Server\MSSQL\Reporting Services\ReportServer\RSReportServer.config" > (make
sure the path is the one you installed Reporting Services)
If there is any error message shows here, please let me know and it is very
importantHi Antonio,
Sorry for the delay.
1. Run rskeymgmt with the -d argument to delete all encrypted content. You
can type rskeymgmt -? to get help about specific arguments.
2. Run rsconfig utility to specify report server connection information
(you must specify these arguments: -s, -d, -a, -u, -p). You can type
rsconfig -? to get help about specific arguments.
3. Restart both IIS and the ReportServer Windows service.
4. Run rsactivate utility to activate the server (you must specify these
arguments: -c, -u, -p). For argument -c, enclose the path information in
double-quotation marks. You can type rsactivate -? to get more help about
specific arguments.
Additionally, is it possible for you to reinstall the Reporting Services?
Sincerely yours,
Michael Cheng
Online Partner Support Specialist
Partner Support Group
Microsoft Global Technical Support Center
---
Get Secure! - http://www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only, many thanks!sql
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment