A CHECKDB job has recently started returning error number 2706 for 2 databases (msdb and a user database). The msdb.dbo.suspect_pages table is empty though. When I run CHECKDB manually it says: CHECKDB found 0 allocation errors and 0 consistency errors in database 'msdb'.
I'm not sure if it's related, but just before the error started appearing we upgraded SQL Server 2016 from CU17 to SP3.
Where can I find information on what error number 2706 means?
Thanks