I am trying to generate a SSRS report in my application using Graphite GTC Reporting service and getting an expected error. When I look at the log file of the Graphite GTC reporting service, I see the below error- 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. at Microsoft.ReportingServices.WebServer.ReportExecutionService.Initialize(TrustedUserHeader userHeader, String item) at Microsoft.ReportingServices.WebServer.ReportExecutionService.LoadReport(String Report, String HistoryID, ExecutionInfo& executionInfo) | Exception: System.ApplicationException: Failed to execute report ---> System.ServiceModel.FaultException: System.Web.Services.Protocols.SoapException: 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 |
This issue has been fixed in the Graphite GTC Reporting SQL Server Service (6.3.0) itself.
It required a code change in the service where we had to set the TrustedUserHeader to null when calling the below methods- If you are still facing the issue then may be you are not using the latest version (6.3.0) of the installer. Please uninstall the old version and use the latest installer |