We implemented SP1 + Update 1 patches on our Dynamics CRM 2016 On-prem PROD system last night.
Our Queues stopped receiving emails since the update. We also now get an error trying to open "Email Configuration Settings" in CRM.
The Event viewer shows:
Host VETOCRMP: A Microsoft Dynamics CRM Asynchronous Processing Service operation of type dd954bc6-43cd-e111-9537-00155d035a04 has failed
Organization ID: JobId: 8a84aedd-1e36-4d3e-b660-3203bfb15c1f OrgId:dd954bc6-43cd-e111-9537-00155d035a04 JobType:50; ErrorMessage:Microsoft.Crm.Metadata.AttributeMetadataNotFoundException: 'EmailServerProfile' entity doesn't contain attribute with Name = 'exchangeonlinetenantid'.
I checked in the SQL database and it's true; the field "ExchangeOnlineTenantId" did not get added to the "EmailServerProfile" entity.
This field was added successfully in our DEV, TEST, and UAT environments, but didn't get added in PROD.
Any advice appreciated!