Error Loading Code Module SrsResources – SCCM

Trying to add SQL Server Reporting Services to the SCCM (version 1703).
Got the following error:

SCCMErrorSSRS#1

Not a very helpful message.
What solved the above issue is permissions.

I have 1x Primary Site with a separate server for the database. Installing SCCM Reporting Services via the SCCM Console, I got the error
Error while loading code module: ‘SrsResources’…… Could not load file or assembly SrsResources

On my database server, I had a B:\ used for local SQL Backups. When I added the Service Account that I was using to have full permissions to this drive, SCCM was able to install and upload the necessary reports without any errors.

Leave a comment