Greetings, this is my first time posting so I apologize in advance.
I have an SSRS instance that works fine from a user's perspective. On the server, however, I have to delete logs every day or my drive fills up. I am getting 33MB of the same line repeated 250+ times per second:
library!WindowsService_0!2634!06/06/2016-18:07:48:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database.;
I copied all of my reports and datasets from a test server onto a production server (brand new VM spun up with only this installed) and made sure to follow the migration instructions provided. Upon doing so, my new server gives that error a crazy number of times. I've scoured the database and Reporting Services Configuration Manager for any references to the previous server. Found a few, but have corrected them all and this issue persists.
What other information can I provide to assist in resolving this?