RSinternal Error

  • 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

  • what version of SQL server are you using and have you installed any beta software previously?


    Cheers,

    david russell

  • I have SQL server 2000 with service pack 3a and i have not installed any beta software

     

    Regards,

    Ram

  • Try the suggestions at this link:

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSerrors/htm/Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings.resources.Strings_rsInternalError.asp

    and see if there is more information where they say to look... Please post your results.


    Cheers,

    david russell

  • oh my!  do google | groups on RSinternal Error... there is lots of information and plenty of things to try.  Do post what fixed it here though   Good luck!


    Cheers,

    david russell

  • 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.

  • 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.

  • 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://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSINSTALL/htm/gs_installingrs_v1_8k82.asp

    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!!

     

  • 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

  • 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

  • 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"

  • 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

     

     

     

  • 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