Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Reporting services not starting

Author  Topic 

bpgupta
Yak Posting Veteran

75 Posts

Posted - 2007-06-14 : 02:50:22
Hi,
I am getting the following error - "Report Services instance could not be found". However, from services, I am able to start and stop SQL Server Reporting Services. I get the error when I try to connect to Reporting Services from Management Studio. I am using Sept CTP.

How do I verify that I have this installed correctly? From the folder structure, I'm seeing MSSQL.1, MSSQL.2, and MSSQL.3, MSSQL.4

Any help will be appriciated.

Thanks,
BPG

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-06-14 : 14:27:40
Can you connect to it in ie? If so, try register it with url instead of host name.
Go to Top of Page

bpgupta
Yak Posting Veteran

75 Posts

Posted - 2007-06-15 : 02:58:00
I am able to connect the Database Engine with sql server authitication ,but i am not able to connect the reporting services using sql server or windows authintication .

From the above response i am not able to understand what u mean to say.Please explore it .

I am using the following credential

Mymachine name is machine53 and instance name is sql2005 , so i am using the Machine\sql2005 with windows auth.

so what will be URL in this case to connect the reporting services.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-06-15 : 14:53:55
http://host_name/reports and http://host_name/reportserver by default. In ssms, you should register RS under reporting services.
Go to Top of Page

bpgupta
Yak Posting Veteran

75 Posts

Posted - 2007-06-16 : 04:11:52
I have tried the suggestion given ,but still it is not working showing blank page.
I have already configured the reporting services steps with reporting services configuration option.
I am able to stop and restart the RS also.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-06-16 : 17:32:38
Is web service running? Do you use IIS? If so, check RS settings in IIS manager.
Go to Top of Page

Vinnie881
Master Smack Fu Yak Hacker

1231 Posts

Posted - 2007-06-16 : 18:00:30
Go to programs>Microsoft Sql Server>ConfigurationTools>Reporting Services Configuration.

Do you have any thign listed that has a Red circle with a X through it, or is everything showing up green?

If everything is green just open up IE and type http://"YOUR SERVER NAME WITHOUT THE QUOTEs"/reports and it should come up.

Now if things are not all coming up green list out what is not, and we'll start from there.

Also have you uninstalled/reinstalled this? If so this may be your issue. This is VERY tempermental when removing if not done properly.
Go to Top of Page

bpgupta
Yak Posting Veteran

75 Posts

Posted - 2007-06-18 : 09:35:17
In the Reporting service configuration Server status =ok , Report server Vitual Directory =ok, Report manager vitual Directory = Not working, Windows Service Identity =ok, Web Services Identity =Not working , Database Setup =Ok

I have tried to configure the IIS also but there Report manager is not working showing REd Mark.

Go to Top of Page

Vinnie881
Master Smack Fu Yak Hacker

1231 Posts

Posted - 2007-06-18 : 13:32:31
Well this is the issue, does it allow you to re-configure that virtual directory? Change the virtual directory to something else, then stop and start reporting services? This will attempt to re-build that virtual directory. If that doesn't work, you should get a error message, please post what it says.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-06-18 : 15:55:58
Is iis running?
Go to Top of Page
   

- Advertisement -