SSRS 2019 failed to Generate Reports after installed to Windows Server 2019

Pengxin Fan 116 Reputation points
2021-01-19T14:38:58.673+00:00

Hello,

I have got a problem to generate SSRS reports from SSRS 2019 on Windows Server 2019, but it starts to work after installed SSRS 2019 to Windows Server 2016.

Here is the exception messages:
[2021-01-19 12:26:23Z] [ERR] Report generation task threw an exception
Message = This operation is not supported on a report server that runs in native mode. ---> Microsoft.ReportingServices.Diagnostics.Utilities.OperationNotSupportedNativeModeException: This operation is not supported on a report server that runs in native mode.
Source = System.Private.ServiceModel
Stacktrace = at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
at System.ServiceModel.Channels.ServiceChannelProxy.TaskCreator.<>c__DisplayClass1_0.<CreateGenericTask>b__0(IAsyncResult asyncResult)
--- End of stack trace from previous location where exception was thrown ---
at UserInterfaceBusinessObject.BusinessObjects.ReportingBackgroundTasks.SsrsReportBuilder.BuildSummaryReport(ReportExecutionServiceSoap reportingService, IReportRequestParameters request, String clientUiCulture) in E:\Jenkins\workspace-UiApiService-V3-CI\svn\UiApiService\UserInterfaceBusinessObject\BusinessObjects\ReportingBackgroundTasks\SsrsReportBuilder.cs:line 181
at UserInterfaceBusinessObject.BusinessObjects.ReportingBackgroundTasks.SsrsReportBuilder.CreateClinicalDataReport(String reportDirPath, String reportFilePathAndName, IReportRequestParameters request, String clientUiCulture, CancellationToken token) in E:\Jenkins\workspace-UiApiService-V3-CI\svn\UiApiService\UserInterfaceBusinessObject\BusinessObjects\ReportingBackgroundTasks\SsrsReportBuilder.cs:line 136

Many thanks,

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,884 questions
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,984 questions
{count} vote

6 answers

Sort by: Most helpful
  1. Pengxin Fan 116 Reputation points
    2021-01-19T15:42:29.077+00:00

    Hi @Visakh ,

    Thanks for your reply. They are rdl reports. These reports are developed from VS2012 SSDT, which have been used many years.

    They have been programmatically deployed to SSRS 2016, SSRS 2017, SSRS 2019, but all OS are Windows Server 2016 downward.

    The issue is only occurring after installed SSRS 2017 or SSRS 2019 to Windows Server 2019.

    1 person found this answer helpful.
    0 comments No comments

  2. Pengxin Fan 116 Reputation points
    2021-01-19T14:42:43.02+00:00

    NOTE: The SSRS reports are generated programmtically throught API call.

    0 comments No comments

  3. Visakh 211 Reputation points
    2021-01-19T15:22:30.203+00:00

    The error message says
    This operation is not supported on a report server that runs in native mode
    May I know what type of report you're trying to generate? Does it have any unsupported features being used?

    0 comments No comments

  4. ZoeHui-MSFT 40,056 Reputation points
    2021-01-20T07:46:39.553+00:00

    Hi @Pengxin Fan ,

    Could you please help check below:

    Create a simple report with VS or Report Builder.

    Deploy the report directly to the report server with Windows Server 2019 to see if it could succeed or not.

    If failed you may also show the error message to us.

    In addition, here is the hardware and software requirements for SSRS2017 and later, just for reference.

    hardware-and-software-requirements-for-installing-sql-server

    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

    0 comments No comments

  5. Yan, Lisa 1 Reputation point
    2021-10-20T19:00:34.4+00:00

    Hello,

    We encountered the exact issue when we upgrade the reports to SQL2019 + Windows2019.

    The report is able to be generated directly through SSRS browser view, but not through the web service call: ReportExecution2005.asmx.

    Any solution?

    Thanks,
    Lisa


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.