SSRS 2019 setup fails on Windows Server 2016

Dave Sardella 111 Reputation points
2021-01-14T23:41:25.173+00:00

Hello.

I am trying to install Reporting Services 2019 on a Windows Server 2016 with SQL Standard 2019. The installation appears to proceed but then decides to roll back and the SSRS folder is removed. Looking at the log I get this error which I think is causing my issue but I haven't been able to find a direction to look at:

Install Step Microsoft.BIServer.Setup.AddAccountToGroupsStep threw exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: The parameter is incorrect.
--- End of inner exception stack trace ---
at System.DirectoryServices.DirectoryEntry.Invoke(String methodName, Object[] args)
at Microsoft.BIServer.Configuration.GroupManager.AddUserToGroup(DirectoryEntry group, AccountCredentials accountCredentials)
at Microsoft.BIServer.Configuration.GroupManager.AddAccountToPerformanceMonitorUsers(AccountCredentials accountCredentials)
at SetupEngine.Install()
1|Attempting to roll back...

Windows Server is up to date and the SQL Server appears to be working correctly and as I can access from SSMS.

Any help would be appreciated.

Thanks

Dave

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,799 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Sardella 111 Reputation points
    2021-01-15T00:16:09.413+00:00

    I knew as soon as I posted, I would figure it out. . The 2016 server had AD on it and instead of SSRS throwing an error about being on a DC, it gave me the error
    above. Maybe that will help some one in the future.

    Thanks

    Dave


1 additional answer

Sort by: Most helpful
  1. ZoeHui-MSFT 32,736 Reputation points
    2021-01-15T01:19:53.777+00:00

    Hi anonymous userSardella-7923,

    Welcome to Q&A forum.

    Glad to hear that your issue has been resolved.

    You may click "Accept Answer" on your reply so that we could achieve the case.

    Others who meet with the same issue will have a clear answer as well.

    Thanks for your efforts.

    Have a nice day!

    Regards,
    Zoe


    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.

    What can I do if my transaction log is full?--- Hot issues November

    How to convert Profiler trace into a SQL Server table -- Hot issues November

    1 person found this answer helpful.
    0 comments No comments