0x80070003 is a different issue. The CBS logs need to be checked.
If this is for Windows Server, I'd suggest posting this in the Q&A forum. https://learn.microsoft.com/en-us/answers/questions/
To collect the CBS logs, please open admin PowerShell and run:
Compress-Archive C:\Windows\Logs\CBS -f (join-path ([environment]::GetFolderPath('Desktop')) \CBS.zip)
This creates a file named CBS.zip on your desktop. Share it on OneDrive and post the link in the Q&A thread you create.