November 10, 2005 at 10:51 am
Hi,
I have installed SQL server reporting services on win2kserver with sP4. While accessing
http://localhost/reportserver/reports
I am getting error as RSinternalerror.
Can some help in getting out of this problem
Regards,
Ram
November 11, 2005 at 12:42 pm
November 11, 2005 at 1:29 pm
I have SQL server 2000 with service pack 3a and i have not installed any beta software
Regards,
Ram
November 11, 2005 at 2:05 pm
Try the suggestions at this link:
and see if there is more information where they say to look... Please post your results.
November 11, 2005 at 2:09 pm
November 16, 2005 at 3:40 am
hi , all .
I've encounted same problem. Ramesh,how is your problem? Is it fixed? I'm also looking for the solution.Hope anyone could give any helps.
November 16, 2005 at 3:40 am
hi , all .
I've encounted same problem. Ramesh,how is your problem? Is it fixed? I'm also looking for the solution.Hope anyone could give any helps.
November 16, 2005 at 9:03 pm
My problem is solved. The log file gives enough information for specific error.My log files info:
aspnet_wp!crypto!fd8!11/17/2005-00:05:14:: i INFO: Initializing crypto as user: EKLSH\IWAM_CHFFMA
aspnet_wp!crypto!fd8!11/17/2005-00:05:14:: i INFO: Exporting public key
aspnet_wp!library!fd8!11/17/2005-00:05:14:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report!server. See the error log for more details., Error getting running jobs;
Info: Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report!server. See the error log for more details. ---> System.Runtime.InteropServices.COMException (0x80090024): The profile for the user is a temporary profile.
That is because I'v installed my RS on a Domain Controller, but W2k DC + SP4 don't assign impersonate perviledge to IWAM_<ServerName> , so the access is denied.It's a bug of sp4!!
These two pages help me solve my problem:
http://support.microsoft.com/default.aspx?scid=kb;en-us;824308
If you meet same problem as mine, then you can refer to it.Good Luck!!
November 28, 2005 at 4:41 pm
Hi,
I have the same problem and tried to solve with help of the two posted links above, but i does not work.
The steps I made:
1) Grant Impersonate Privilege to the IWAM_<machine> account as explained in: http://support.microsoft.com/default.aspx?scid=kb;en-us;824308
2) Remove the IWAM_<machine> account from the Guest group: I installed the "Update Rollup 1 for Windows Server 2000 Service Pack 4"
3) Reboot the computer
4) Run rsactivate: rsactivate -c"E:\Programme\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer\RSReportServer.config"
But this just gave me the error "Report Server Web service has not generated a public key".
When I try to go to <A href="http:///reportserver">http://<server>/reportserver it does not work. I am not using SSL.
Has anybody an idea what could be the problem?
Regards Ron
December 1, 2005 at 8:08 am
I'm experiencing the same error.
However, I have installed the certificate, and my IWAM_ has sufficient rights. Also, I'm not installing on a DC.
After installing, I get a message that I need to run rsactivate. When I do so, I get the following error:
rsactivate -c "E:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer\RSReportServer.config"
Failure starting the web service:
The local NT Service is not activated 0x800a0bcd
December 2, 2005 at 8:46 am
My solution of the problem:
Before installation of reporting services edit in the file "machine.config" of the .NET framework the attribute "userName" of the element "processModel" to "System"
February 15, 2006 at 3:13 am
As stated by XYZ by changing the userName as "System", RSinternal Error problem has been solved finally. But, it doesn't need to change before install. At any point of time you can change the "userName" followed by rskeymgmt -d and rsActivate commands.
in machine.config
<processModel enable="true" timeout="Infinite" idleTimeout="Infinite" shutdownTimeout="0:00:05" requestLimit="Infinite" requestQueueLimit="5000" restartQueueLimit="10" memoryLimit="60" webGarden="false" cpuMask="0xffffffff" userName="System" password="AutoGenerate" logLevel="Errors" clientConnectedCheck="0:00:05" comAuthenticationLevel="Connect" comImpersonationLevel="Impersonate" responseDeadlockInterval="00:03:00" maxWorkerThreads="20" maxIoThreads="20"/>
c:\>rskeymgmt -d
c:\>rsactivate -c"D:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer\RSReportServer.config"
=========================================
Reason of Migrating the username Attribute
The username Machine.config attribute specifies the user account used by ASP.NET as an identity for worker processes. The attribute is a string value and does not exist in Machine.config by default.
In IIS 5.0, the username Machine.config attribute has the following values:
• | No entry.When the username attribute does not exist in the Machine.config file, this causes ASP.NET to run worker processes under the identity of LocalSystem. |
• | Machine. Causes ASP.NET to run worker processes under a user account named ASPNET that is created automatically when ASP.NET is installed. This is the default configuration. |
• | System. Causes ASP.NET to run worker processes under a user account named System that is created automatically when ASP.NET is installed and allows ASP.NET processes to have full administrative privileges. Applications running under the identity of the System account have unconstrained privileges on the Web server. Run applications under the identity of the System account only when required by your applications. |
====================================
and then try.
Best of LuCk
Raj
August 16, 2006 at 7:43 pm
Tamil
You ROCK I have been working on trying to figure this out for 12 hours and your information fixed it.
Thanks,
Tom O.
Viewing 13 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic. Login to reply