Issue with SQL Reporting Services

McDurp007 1 Reputation point
2022-07-27T13:16:41.04+00:00

We recently upgraded a 2012 Server running SQL 2012 to Server 2019 and SQL 2019.
Everything is working correctly aside from SQL Reporting.

I have gone through and configured the SSRS via the Report Server Configuration Manager.

I can get the root page to load "http://localhost/Reports" but the issue is the main URL of "http://localhost/Reports/Pages/Folder.aspx" either does not load at all or redirects to the root page.

I have cleared out all URL reservations and re-reserved them.

Kind of at a loss to the next steps.

Any assistance would be appreciated.

Internet Information Services
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,815 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 41,006 Reputation points
    2022-07-27T13:26:28.747+00:00

    but the issue is the main URL of "http://localhost/Reports/ Pages/Folder.aspx " either does not load at all or redirects to the root page.

    I SSRS 2017/2019 at lot has changed and that URL do not longer work.
    Use
    http://localhost/reports/browse/
    instead


  2. Joyzhao-MSFT 15,566 Reputation points
    2022-07-28T03:26:52.763+00:00

    Hi @McDurp007 ,
    The Report Manager (web portal) URL has changed in SSRS 2019. By default, it's https://<your-server-name>/reports, but if you installed Reporting Services as a named instance, the default URL will be https://<your-server-name>/reports<_instancename> .

    225527-image.png

    For more information, please refer to:
    The web portal of a report server (SSRS Native Mode).
    Configure the web portal.
    Best Regards,
    Joy


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.