A few days ago I began receiving errors when running reports in the ConfigMgr console and the web portal.

The DefaultValue expression for the report parameter UserTokenSIDs contains an error: "The trust relationship between this workstation and the primary domain failed". (rsRuntimeErrorInExpression)

A few other very generic errors were displayed as well, but this one was the most prevalent and detailed (if you call that detailed).

The errors occurred for every user when executing any report that adheres to ConfigMgr RBAC.  Custom reports that don’t use the fn_rbac_* functions worked fine.

The only logged errors I found were in the ReportServerService__mm_dd_yyyy_######.log and resembled these

library!ReportServer_0-36!7630!05/04/2020-14:48:03:: i INFO: Call to GetItemTypeAction(/ConfigMgr/Software Distribution - Content/Client Data Sources). User: DomainUserID.
library!ReportServer_0-36!7630!05/04/2020-14:48:03:: i INFO: RenderForNewSession('/ConfigMgr/Software Distribution - Content/Client Data Sources')
library!ReportServer_0-36!4e58!05/04/2020-14:48:03:: i INFO: Call to GetItemTypeAction(/). User: NT AUTHORITYSYSTEM.
library!ReportServer_0-36!7630!05/04/2020-14:48:04:: i INFO: Using folder D:Program FilesMicrosoft SQL ServerMSRS13.MSSQLSERVERReporting ServicesRSTempFiles for temporary files.
library!ReportServer_0-36!7630!05/04/2020-14:48:05:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: , Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_UYH/Report Resources/Report_Header_Left.png' cannot be found.;
library!ReportServer_0-36!7630!05/04/2020-14:48:05:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: , Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_UYH/Report Resources/Report_Header_Center.png' cannot be found.;
library!ReportServer_0-36!7630!05/04/2020-14:48:05:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: , Microsoft.ReportingServices.Diagnostics.Utilities.ItemNotFoundException: The item '/ConfigMgr_UYH/Report Resources/Report_Header_Right.png' cannot be found.;

and these

library!ReportServer_0-36!8bb0!05/04/2020-14:56:53:: i INFO: Call to GetItemTypeAction(/ConfigMgr/Software Distribution - Content/Peer cache source content rejection). User: DomainUserID.
processing!ReportServer_0-36!8bb0!05/04/2020-14:56:53:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Exception of type 'Microsoft.ReportingServices.ReportProcessing.ReportProcessingException' was thrown.;
processing!ReportServer_0-36!8bb0!05/04/2020-14:56:54:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Exception of type 'Microsoft.ReportingServices.ReportProcessing.ReportProcessingException' was thrown.;
library!ReportServer_0-36!2ba8!05/04/2020-14:56:54:: i INFO: Entering StreamRequestHandler.ExecuteCommand - Command = StyleSheet
library!ReportServer_0-36!2ba8!05/04/2020-14:56:54:: i INFO: Exiting StreamRequestHandler.ExecuteCommand - Command = StyleSheet (success)

As far as anyone can remember or tell, no changes to SSRS, ConfigMgr rights, ConfigMgr accounts, etc. had been changed.

Ultimately, restarting the SQL Server Reporting Services windows service (which is set to runas a NT ServiceReportsServer) resolved the issue.

ConfigMgr SSRS – UserTokenSIDs contains an error: “The trust relationship between this workstation and the primary domain failed”
Tagged on: