October 11, 2005 at 4:52 am
I installed SQL SERVER & REPORTING SERVICES 2000 ON Windows 2003 server standart x64 Edition with SP1.
Due that it's x64 i installed sql SP4.
The IIS works(version 6) but i can't access to the Report Manger- i get a "The page cannot be displayed"
What 2 do???
October 11, 2005 at 5:46 pm
Can you test hitting anothe rpage/site on the same server? Also have you tried hitting http://yourserver/reports ?(ie URL access to Reporting Services). Also have you installed the framework (.net) and is asp.net an allowed isapi extension within IIS? (remember it all gets locked down by default).
Steve.
October 12, 2005 at 2:41 am
Yep,I tried hitt the http://localhost/Report.
yep,I installed the .net framework(1.1-shuold i need 2 install the 2.0 ???).
In the IIS 6.0 there's a web services extension folder there i allowed the follow:
1)Active Services Pages
2)FrontPage Server Extension 2002
3)Server Side Includes
The "All Unknown ISAPI Extension" was prohibit and now i allowed it but still no results.
Also under the Web site -> ISAPI Filters there's a fpexedll.dll filter
well i hope those details will help u 2 understand where i'm standing in this issue...
October 12, 2005 at 6:40 am
You said that you hit the /reports url, did this work?
You've noted ASP, FPSE & SSI, but no mention of ASP.net?? Is it in the list or did you mean this when you said asp? If not, then you need to either i) uninstall the framework and then re-install (bit of overkill) or ii) run the reg_iis (google this) with the appropriate parameters (-i I think) to register asp.net with IIS. Then make sure that the asp.net isapi extension is allowed (in iis isapi extensions section). One way I normally check to see if asp.net is insatlled (and registered) is to look at the deault pages on the root (default) web site, if it includes default.aspx (amongst all the others) then asp.net is there and should be working.
HTH,
Steve.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply