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 |
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2005-03-30 : 18:06:15
|
hi,How can I create a report server virtual directory; for example, http://servername/reportserverThis is to run the report that I have created.Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-03-30 : 18:16:12
|
It should already be there from when you installed Reporting Services.Tara |
 |
|
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2005-03-31 : 17:01:26
|
I can preview the report but when clicking on the run button the error message received is:A conection could not be made to the report server http://localhost/reportserverAny thoughts please?Thanks |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-03-31 : 17:19:51
|
Can you get to:http://localhost/reportsIf not, do an iisreset. Also check the status of the ReportServer service. And check for any errors in the Event Log.Tara |
 |
|
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2005-04-01 : 15:27:09
|
This is what I get when browsing to http://localhost/reportsThe underlying connection was closed: Could not establish secure channel for SSL/TLS.Thanks |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-04-01 : 15:29:50
|
So did you do the things that I suggested if that didn't work?Tara |
 |
|
|
|
|