XML page cannot be displayed : help

  • /reports/">http://<server>/reports/

    gives me

     

    The XML page cannot be displayed

    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.

    --------------------------------------------------------------------------------

    A name was started with an invalid character. Error processing resource 'http://10.3.100.54/reports/'. Line 1, Position 2

    <%@ Page language="c#" Codebehind="Home.aspx.cs" AutoEventWireup="false" Inherits="Microsoft.ReportingServices.UI.HomePag...

     

    //

     

    the

    /reportserver">http://<server>/reportserver

     

    works fine.  I am a DBA and not well versed in XML, ect.

     

    Thanks,

    joe

  • depending on the reporting services you are using try

    C:\WINDOWS\Microsoft.NET\Framework\\aspnet_regiis -i

    where = v1.1.4322 or v2.0.50727


    Everything you can imagine is real.

  • If you have just installed sql server 2005 reporting service, make sure you have the appropriate permissions on your virtual directories (ResportServer and Report) in IIS.

    To do this, go to admin tools and stat IIS Manager, expand web sites, expand default web site, right click on ReportServer and choose properties. You need at least READ permission enabled under "Local Path:". Under "Execute permissions:" select 'Scripts and Executables' from the drop down list. Click Apply cmd button.

    Do the same steps for Report virtual directory and the aspnet_client folder.

    After these changes, you should be able to open the web page for Report Manager without this error.

    Steve -

  • I was having similar problems. I discovered that the ASP.NET State Service had not been started. After starting it (and setting it to automatic) I as able to reach the //localhost/reportserver page, but not /reports. I ran the Reporting Services Configuration program, clicked Report Manager Virtual Directory and created a new name (instead of Reports). I could then use that name to access the reports. I also try clicking the Apply Default Settings checkbox and clicking Apply button. Now both Reports and new name work.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply