Prev: System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Next: Reporting services Provider load failure (System.management)
From: Jihong.Liu on 16 Jan 2006 21:46 I installed Reporting Service 2000 Developer version on WinXP Pro with SP2 and SQL Server Developer with SP3. At the end of installation process, starting ReportServer service, it failed, the erroe message was: "Service 'ReportServer'(ReportServer) failed to start. Verify that you have sufficient privileges to start system services." In my settings: Use domain account as service account. ASPNET account have added to local Administrators group. Use sa to connect SQL Server. I am local administrator and domain user in my PC. In Event Log, I can find these errors about Report Service: 1. The encrypted value for configuration setting Dsn cannot be decrypted. (error message is too long, I attach it in the last of this post) 2. The encrypted value for Dsn in the RSReportServer.config file cannot be decrypted. 3. Remote Procedure Call (RPC) Service failed to start. 4. The encrypted value for Dsn in the RSReportServer.config file cannot be decrypted. Anyone can help me? Attach: The full error message in event log: Service cannot be started. Microsoft.ReportingServices.Diagnostics.Utilities.FailedToDecryptConfigInformationException: The encrypted value for configuration setting Dsn cannot be decrypted. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. at Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.UnprotectData(Byte[] data, Int32 dwFlags) at Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(Byte[] data) at Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(String data) at Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element) --- End of inner exception stack trace --- at Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element) at Microsoft.ReportingServices.Diagnostics.RSConfiguration.get_ConnectionString() at Microsoft.ReportingServices.Library.ServiceAppDomainController.StartRPCServer() at Microsoft.ReportingServices.Library.ServiceAppDomainController.Start() at Microsoft.ReportingServices.NTService.ReportService.OnStart(String[] args) at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state) -- Seeing your smile always brings me joy
From: Navisioner on 16 Jan 2006 22:50 I am not sure, Take the permission of the local drive full access to your domain account. and then add you doman acccount also in SQL admin group and run the SQL on domain account Jihong.Liu wrote: > I installed Reporting Service 2000 Developer version on WinXP Pro with SP2 > and SQL Server Developer with SP3. > > At the end of installation process, starting ReportServer service, it > failed, the erroe message was: > "Service 'ReportServer'(ReportServer) failed to start. Verify that you have > sufficient privileges to start system services." > > In my settings: > Use domain account as service account. > ASPNET account have added to local Administrators group. > Use sa to connect SQL Server. > I am local administrator and domain user in my PC. > > In Event Log, I can find these errors about Report Service: > 1. The encrypted value for configuration setting Dsn cannot be decrypted. > (error message is too long, I attach it in the last of this post) > 2. The encrypted value for Dsn in the RSReportServer.config file cannot be > decrypted. > 3. Remote Procedure Call (RPC) Service failed to start. > 4. The encrypted value for Dsn in the RSReportServer.config file cannot be > decrypted. > > Anyone can help me? > > Attach: > The full error message in event log: > Service cannot be started. > Microsoft.ReportingServices.Diagnostics.Utilities.FailedToDecryptConfigInformationException: > The encrypted value for configuration setting Dsn cannot be decrypted. ---> > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: > An internal error occurred on the report server. See the error log for more > details. > at > Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.UnprotectData(Byte[] data, Int32 dwFlags) > at > Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(Byte[] data) > at > Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(String data) > at > Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element) > --- End of inner exception stack trace --- > at > Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element) > at > Microsoft.ReportingServices.Diagnostics.RSConfiguration.get_ConnectionString() > at > Microsoft.ReportingServices.Library.ServiceAppDomainController.StartRPCServer() > at Microsoft.ReportingServices.Library.ServiceAppDomainController.Start() > at Microsoft.ReportingServices.NTService.ReportService.OnStart(String[] > args) > at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object > state) > > > > -- > Seeing your smile always brings me joy
From: Jihong.Liu on 17 Jan 2006 00:41 Thanks a lot, resolve it. -- Seeing your smile always brings me joy "Navisioner" wrote: > I am not sure, Take the permission of the local drive full access to > your domain account. > and then add you doman acccount also in SQL admin group and run the SQL > on domain account > > Jihong.Liu wrote: > > I installed Reporting Service 2000 Developer version on WinXP Pro with SP2 > > and SQL Server Developer with SP3. > > > > At the end of installation process, starting ReportServer service, it > > failed, the erroe message was: > > "Service 'ReportServer'(ReportServer) failed to start. Verify that you have > > sufficient privileges to start system services." > > > > In my settings: > > Use domain account as service account. > > ASPNET account have added to local Administrators group. > > Use sa to connect SQL Server. > > I am local administrator and domain user in my PC. > > > > In Event Log, I can find these errors about Report Service: > > 1. The encrypted value for configuration setting Dsn cannot be decrypted. > > (error message is too long, I attach it in the last of this post) > > 2. The encrypted value for Dsn in the RSReportServer.config file cannot be > > decrypted. > > 3. Remote Procedure Call (RPC) Service failed to start. > > 4. The encrypted value for Dsn in the RSReportServer.config file cannot be > > decrypted. > > > > Anyone can help me? > > > > Attach: > > The full error message in event log: > > Service cannot be started. > > Microsoft.ReportingServices.Diagnostics.Utilities.FailedToDecryptConfigInformationException: > > The encrypted value for configuration setting Dsn cannot be decrypted. ---> > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: > > An internal error occurred on the report server. See the error log for more > > details. > > at > > Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.UnprotectData(Byte[] data, Int32 dwFlags) > > at > > Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(Byte[] data) > > at > > Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(String data) > > at > > Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element) > > --- End of inner exception stack trace --- > > at > > Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element) > > at > > Microsoft.ReportingServices.Diagnostics.RSConfiguration.get_ConnectionString() > > at > > Microsoft.ReportingServices.Library.ServiceAppDomainController.StartRPCServer() > > at Microsoft.ReportingServices.Library.ServiceAppDomainController.Start() > > at Microsoft.ReportingServices.NTService.ReportService.OnStart(String[] > > args) > > at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object > > state) > > > > > > > > -- > > Seeing your smile always brings me joy > >
From: Jihong.Liu on 17 Jan 2006 01:41
Through running the SQL on domain account. -- Seeing your smile always brings me joy "Navisioner" wrote: > I am not sure, Take the permission of the local drive full access to > your domain account. > and then add you doman acccount also in SQL admin group and run the SQL > on domain account > > Jihong.Liu wrote: > > I installed Reporting Service 2000 Developer version on WinXP Pro with SP2 > > and SQL Server Developer with SP3. > > > > At the end of installation process, starting ReportServer service, it > > failed, the erroe message was: > > "Service 'ReportServer'(ReportServer) failed to start. Verify that you have > > sufficient privileges to start system services." > > > > In my settings: > > Use domain account as service account. > > ASPNET account have added to local Administrators group. > > Use sa to connect SQL Server. > > I am local administrator and domain user in my PC. > > > > In Event Log, I can find these errors about Report Service: > > 1. The encrypted value for configuration setting Dsn cannot be decrypted. > > (error message is too long, I attach it in the last of this post) > > 2. The encrypted value for Dsn in the RSReportServer.config file cannot be > > decrypted. > > 3. Remote Procedure Call (RPC) Service failed to start. > > 4. The encrypted value for Dsn in the RSReportServer.config file cannot be > > decrypted. > > > > Anyone can help me? > > > > Attach: > > The full error message in event log: > > Service cannot be started. > > Microsoft.ReportingServices.Diagnostics.Utilities.FailedToDecryptConfigInformationException: > > The encrypted value for configuration setting Dsn cannot be decrypted. ---> > > Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: > > An internal error occurred on the report server. See the error log for more > > details. > > at > > Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.UnprotectData(Byte[] data, Int32 dwFlags) > > at > > Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(Byte[] data) > > at > > Microsoft.ReportingServices.Diagnostics.DataProtectionLocal.LocalUnprotectData(String data) > > at > > Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element) > > --- End of inner exception stack trace --- > > at > > Microsoft.ReportingServices.Diagnostics.RSConfiguration.DecryptCatalogData(String encryptedData, String element) > > at > > Microsoft.ReportingServices.Diagnostics.RSConfiguration.get_ConnectionString() > > at > > Microsoft.ReportingServices.Library.ServiceAppDomainController.StartRPCServer() > > at Microsoft.ReportingServices.Library.ServiceAppDomainController.Start() > > at Microsoft.ReportingServices.NTService.ReportService.OnStart(String[] > > args) > > at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object > > state) > > > > > > > > -- > > Seeing your smile always brings me joy > > |