>MSCRM Error Report:
--------------------------------------------------------------------------------------------------------
Error: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Error Message: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Error Details: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Source File: Not available
Line Number: Not available
Stack Trace Info: [SqlException: Could not find stored procedure 'dbo.p_CascadeCollectAssign'.]
Found this nasty error in the Trace log today after a client was unable to assign records over to another user. Having a look at the SQL database i noticed that there was no such stored procedure.
This client in question had just moved over from a hosted system a on premise system. Having installed the CRM server i knew that the CRM server was rolled up to the latest version and was clean.
However we noticed that the hosted system was not.
Reupdating the CRM server with the latest rollups did the trick. After reading about this online, the Rollup 8 Fix was the one that added the new stored procedure.
Seems that these updates are more than minor updates.