Error in Reporting Services Configuration

srinivasan sunilkumar 1 Reputation point
2022-09-05T17:57:06.363+00:00

I am Using SQL Server 2019 Reporting Services.
When configuring the Report Database ,gettng the following Error when checked in SQL Error Log..unable to create report database.237878-sql-error.png

Unhandled exception in Appdomain System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Net.HttpListenerException: The process cannot access the file because it is being used by another process
at System.Net.HttpListener.AddAllPrefixes()
at System.Net.HttpListener.Start()
at Microsoft.Owin.Host.HttpListener.OwinHttpListener.Start(HttpListener listener, Func2 appFunc, IList1 addresses, IDictionary2 capabilities, Func2 loggerFactory)
at Microsoft.Owin.Host.HttpListener.OwinServerFactory.Create(Func2 app, IDictionary2 properties)

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
{count} votes

1 answer

Sort by: Most helpful
  1. AniyaTang-MSFT 12,316 Reputation points Microsoft Vendor
    2022-09-06T03:00:12.397+00:00

    Hi @srinivasan sunilkumar
    From the error description on the picture, it looks like you are creating the report server database on another server via a remote connection. Please check if you have permission to connect to the database and create the database. At the same time, check whether the various services of SQL Server Services are started normally.
    For more details, you can refer to this link: wmiproviderexception-an-error-occurred-when-attempting-to-connect-to-the-report-server-remote.
    Best regards,
    Aniya