I need help applying a hotfix to a D365 FO (8.1.3) environment.
I have a hotfix which is 70 MB in size, (FYI: it's about KB4487630, previously on 7.3 it was 70Kb, so thank you for that MS ...)
When trying to apply this hotfix with visual studio in my LCS connected dev environment I get an error that access is denied to a file, the hotfix is trying to patch. (because it's read only). The Batch, DIXF, Management Reporter and WWWP services were all down, with the same result.
The same scenario occurs when executing the hotfix with the SCDPBundleInstall.exe.
On a Local VM with administrator rights I already tried the following:
- using SCDPBundleInstall.exe the prepare step did not create the folders in my DevOps
- using Visual Studio I'm getting OutOfMemoryExceptions
Is there any correct way to install these big hotfixes?
Thank you for your help