Reports over internet with Standard Edition Reporting Services

  • Hello,

    I'm trying to view my reports over the internet.

    I can browse to https://www.mysite.com/reports and it prompts me to log in (integrated windows authentication) and I can view my list of reports.

    When I click on a report I recieve a basic "The page cannot be displayed" error.

    I even tried just "basic" authentication within IIS but still get the same error.

    The server hosts both components (SQL Server & IIS) on a Windows 2003 SP1.

    No special authentication, not a web farm, do I still need to get Enterprise edition?

    Help...

    Thanks in advance,

    Greg Allan

  • resolved:

    Check your IE address when you open your report, it must point to

    http://yourserver/reports. It point to your internal RS, that's why you can

    not open report from internet. It shows your list is because IIS is working.

    still no clue?

    check your config file. RSWebApplication.config under ReportManager

    change

    <ReportServerUrl>http://yourserver/reportserver</ReportServerUrl&gt;

    to

    <ReportServerUrl>http://yourserver domain/reportserver</ReportServerUrl>

    and then visit

    http://your server domain/reports

Viewing 2 posts - 1 through 1 (of 1 total)

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