Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reporting services connection problem

Status
Not open for further replies.

hunsnowboarder

Technical User
Dec 11, 2008
7
HU
Hi Everyone!

I hope this is the right forum I write. Please try to help me as I am very desperate. First of all I do not know anything about server installation and running servers. I do have a basic knowledge of programming in visual basic, html, css and basic sql queries in ms access but never installed servers. I would like to apply for a new position within my company but they require at least basic knowledge of microsoft reporting services 2005. So I decided to install the express version on my home computer. Installation went smooth (however I had to install IIS). Right after installation I would like to configure the report server but it does not connect! During the installation everything was right, but the very first step after installation fails.

The "Tell me more about the problem and how to solve it" says:

"System.ServiceProcess.TimeoutException: Time out has expired and the operation has not been completed.
at System.ServiceProcess.ServiceController.WaitForStatus(ServiceControllerStatus desiredStatus, TimeSpan timeout)
at ReportServicesConfigUI.Panels.ServerInformationPanel.StartStopServiceTask(Boolean start)"

Please, please try to help me if you can I am so desperate!
 
UPDATE: After a few days of searching I was able to connect to the server. The problem was that I had to make a change in the rsreportingservices.config file.
I had to change the line <WebServicesAccount></WebServicesAccount> to <WebServicesAccount>IWAM_"machineName"</WebServicesAccount>.

(solution suggested by microsoft:
So I was able to move on with my settings... but now I experience another problem.

In the Web Service Identy menu I can't set the ASP .NET Service Account. This by default is "computer name"\ASPNET. When I click apply I get an error message saying: "The account name is not valid. Specify an account in the form domain\alias.

I found a possibility on the net where someone made a new IIS application pool setting and was able to set the web service identity. My problem is that I have XP which means that the version of my IIS is 5.1...meaning that I cannot create or change application pool.
Does anyone have an idea what to do next??? I would appreciate it so much... :(
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top