SQL 2019 Reporting Service installation through configuration.ini

Surya PS 21 Reputation points
2021-04-29T15:14:19.243+00:00

Hi ,

I am trying to install reporting service using Configuration INI file in sql server 2019 version. But it is throwing the below error message. It is working 2016 version. I can see the install reporting service on GUI setup page in 2019. Is the feature removed from 2019 ?

Overall summary:
Final result: Failed: see details below
Exit code (Decimal): -2068643838
Exit facility code: 1203
Exit error code: 2
Exit message: No features were installed during the setup execution. The requested features may already be installed. Please review the summary.txt log for further details.
Start time: 2021-04-29 05:32:06
End time: 2021-04-29 05:32:48
Requested action: Install

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,758 questions
{count} votes

Accepted answer
  1. AmeliaGu-MSFT 13,961 Reputation points Microsoft Vendor
    2021-04-30T05:52:59.397+00:00

    Hi @SureshSethi-7505,
    Thanks for your reply.
    We cannot use .INI file, but we can use command Prompt to install SSRS silently.
    We need the file path and file name of SSRS installer, followed the setup parameter.
    For example:

    Downloads\SQLServerReportingServices.exe /quiet /norestart /IAcceptLicenseTerms /Edition=Dev  
    

    We can use ‘/?’ parameter to view all setup parameters:
    92782-01.jpg
    And here is an article using powershell to install SSRS which might help.

    Best Regards,
    Amelia


1 additional answer

Sort by: Most helpful
  1. AmeliaGu-MSFT 13,961 Reputation points Microsoft Vendor
    2021-04-30T02:03:25.04+00:00

    Hi @SureshSethi-7505,
    Welcome to Microsoft Q&A.

    I can see the install reporting service on GUI setup page in 2019. Is the feature removed from 2019 ?

    Yes, the SSRS 2019 installation has been moved to its own separate installer. The installation Report Service on the SQL Server Installation Center GUI will be redirected to the web page for downloading the SSRS installer. Or we can download it from here.
    In addition, please refer to SSRS Install, Setup and Configuration and this doc which might help.
    Best Regards,
    Amelia


    If the answer is helpful, please click "Accept Answer" and upvote it.
    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.