Fail to start SQL Server Reporting Services
April 7, 2009 – 2:19 pmYes…i’m back with .net technologies..my first task at new place is to setup the development environment and one of requirement is sql server reporting. After i install everything and wanna start the service, the service cannot start and giving the error like ‘timeout’.
When i google it, found out that when i install sql server, i not install IIS first. To fix it, make sure you have an [computer_name]\ASPNET account on the computer.
This error occurs when the ASPNET account is not registered.
just do the following..
1. GO to c:\windows\microsoft.net\framework\v2.0.50727>
2. run the command…. “aspnet_regiis -i”
Now try starting the Reporting service..
It’s work for me
….solve my prob
Tags: reporting, sql server




