简体   繁体   中英

Getting error while connection to sqlserver services in ms

I have different ways to configure SQL Server services but couldn't able to solve this below problem.

I have SQL Server 2012/ 2008 installed in my PC with reporting server.

Below are errors I am getting.

  1. Reporting Services Configuration manager.

I have configured SQL Server reporting Service and then trying to open report server URL it's showing error "Service unavailable". I have googling from many days but I couldn't find any solution for this.

服务不可用错误

  1. I am trying to connect Reporting services from Management studio also getting error.

无法在SS Management Studio中连接报告服务

  1. Even tried to install SQL Server 2008 and trying to configure SSRS server also getting problem to connect.

无法在2008版本中配置报表服务

I hope I am missing something in configuration. Let me know.

Thanks, San

Please check Reporting Services is up and running on machine.

If not up and running please start service .

if still do not work then try following steps

  1. Change SSRS service to run under Local System Account

  2. Test the service if SSRS starts.

  3. Drop and Recreate SSRS service account from/in Windows Active Directory

  4. Remove SPN and Re-ADD the service account for SSRS service account.

  5. Remove the account from SQL Server and Re-add back with the required privileges. Not doing so will cause authentication failure.

  6. Under SQL Server Configuration Manager, change the service account back to the old one.

  7. Test if the solution works. You might have to delete the encryption keys as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM