After updating my local D365FO dev VM to 10.0.8/PU32 the data management stopped working. Export would always fail with error "Error(s) while uploading the file-"
The issue happens because Azure Storage Emulator on the VM is outdated and doesn't work with 10.0.8.
The issue happens because Azure Storage Emulator on the VM is outdated and doesn't work with 10.0.8.
Steps to fix the issue:
1. Download and install latest version of Azure Storage Emulator: https://go.microsoft.com/fwlink/?linkid=717179&clcid=0x409
2. Open Command prompt as administrator and run following commands in the Azure Storage Emulator installation directory (C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator)
1. Download and install latest version of Azure Storage Emulator: https://go.microsoft.com/fwlink/?linkid=717179&clcid=0x409
2. Open Command prompt as administrator and run following commands in the Azure Storage Emulator installation directory (C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator)
AzureStorageEmulator.exe stop AzureStorageEmulator.exe clear AzureStorageEmulator.exe init –server localhost AzureStorageEmulator.exe start
The init command might show you error "Cannot create database 'AzureStorageEmulatorDb52' : The login already has an account under a different user name." but you can ignore it and continue to next step.
If the last step fails because of conflicting port, try restarting the VM and running the last step again. After succesful update the data management in D365FO should work again without problems.
*This post is locked for comments