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.
Author |
Topic |
hspatil31
Posting Yak Master
182 Posts |
Posted - 2009-02-19 : 01:28:26
|
Dear Freind,I am new in Reporting Services. I have creted one report using reporting services through .Net application.When i run that report application it gives following error,"A connection could not be made to the report server http://localhost/ReportServer. (Microsoft Report Designer)Unable to connect to the remote server (Microsoft.ReportingServices.Designer)"After getting this error i am trying to connect "Reporting Services Configuration Manager"But it gives again error means it is not connecting it gives following error,"No report servers were found on the specified machin.Details:Invalid namespace"Can anybody suggest me how to solve this problem ?Thanks and RegardsHarish Patil |
|
pavan_crm
Starting Member
7 Posts |
Posted - 2009-02-19 : 07:31:21
|
quote: Originally posted by hspatil31 Dear Freind,I am new in Reporting Services. I have creted one report using reporting services through .Net application.When i run that report application it gives following error,"A connection could not be made to the report server http://localhost/ReportServer. (Microsoft Report Designer)Unable to connect to the remote server (Microsoft.ReportingServices.Designer)"After getting this error i am trying to connect "Reporting Services Configuration Manager"But it gives again error means it is not connecting it gives following error,"No report servers were found on the specified machin.Details:Invalid namespace"Can anybody suggest me how to solve this problem ?Thanks and RegardsHarish Patil
Instead of using hte URL as http://localhost/reportserver use it as the http://<machineName>/ReportServer. Replace the <machineName> with the actual machine name which is hosting the reporting server (even if it is your own PC)Alos verify if you have deployed the report onto the targetmachineThnx |
 |
|
|
|
|