Hi All,
we are facing below when user is trying to print journal by selecting printer in print destinations:
An error occurred rendering the report. Accessing the report server URL caused an error. The remote serverreturned an error: (500) Internal Server Error.
This error doesnt come up when user selects screen or export as file
I have checked SSRS logs and found below log:
library!ReportServer_0-71!8e0!03/22/2018-05:20:16:: i INFO: RenderForNewSession('/DynamicsAX/LedgerJournal.Report')
webserver!ReportServer_0-71!28c!03/22/2018-05:20:24:: i INFO: Processed report. Report='/DynamicsAX/LedgerJournal.Report', Stream=''
wcfruntime!ReportServer_0-71!4ec!03/22/2018-05:20:24:: i INFO: Entering ExeuteCommand - Command = Render
library!ReportServer_0-71!4ec!03/22/2018-05:20:24:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.StreamNotFoundException: , Microsoft.ReportingServices.Diagnostics.Utilities.StreamNotFoundException: The stream cannot be found. The stream identifier that is provided to an operation cannot be located in the report server database.;
webserver!ReportServer_0-71!4ec!03/22/2018-05:20:24:: e ERROR: Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.StreamNotFoundException: The stream cannot be found. The stream identifier that is provided to an operation cannot be located in the report server database.
at Microsoft.ReportingServices.Library.StreamRequestHandler.IsFirstRequest(SessionfulClientRequest sessionManager, String imageId, Boolean getNextStream)
at Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderReport(SessionfulClientRequest sessionManager)
at Microsoft.ReportingServices.Library.StreamRequestHandler.PerformStreamedOperation(StreamedOperation operation)
at Microsoft.ReportingServices.Library.StreamRequestHandler.RenderItem(ItemType itemType)
at Microsoft.ReportingServices.Library.StreamRequestHandler.ExecuteCommand()
at Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler.RenderPage()
is this something related to security?
Thanks in advance.