Posts

Showing posts from May, 2023

Reset the Financial reporting data mart on OneBox VM

Original MS doc on how to reset the financial reporting data mart can be found  here To do this on a OneBox VM open a PowerShell and do the following; cd C:\FinancialReporting\Server\MRDeploy Import-Module .\MRDeploy.psd1 Reset-DatamartIntegration -Reason OTHER -ReasonDetail " "

OneBox VM certificate error fix

When experiencing certificate errors on a OneBox VM for D365 for Finance and Operations and the certificates needs to be recreated make sure to delete any existing certificates first.  To delete the existing certificates first run,  C:\DynamicsTools\CleanVHD\Clean-Vhd.ps1 Once completed and all existing certificates have been deleted, run the build script again to recreate and apply new certificates.  C:\DynamicsTools\CleanVHD\Build-Vhd.ps1 

Final Quality Update - 10.0.29 internal errror 500 opening FinOps

After applying the package XX the D365 Finance and Operations environment might not work. The error you receive will be a internal error 500.  In the event logs there might be a Web event with a warning saying that it can't load System.IO.Compression.  The solution to this issue is to open the <drive depending on vm>:\AOSService\webroot\web.config look in the assemblies. It will most likely have a duplicate line for System.IO.Compression. Remove the <add assembly="System.IO.Compression" /> line. Perform a iisreset and it should solve the issue.