Monday, November 1, 2021

Cannot download task recorder file on the local VM Microsoft Dynamics 365 Supply Chain Management (D365) . The error message "Sorry, something went wrong and the file wasn't downloaded" is thrown.

On the local VM, you might face an issue while trying to download the task recorder: Sorry, something went wrong and the file wasn't downloaded


In the error details you might see the issue with the Azure Storage. Azure Storage Emulator could be outdated and require manual update.

Follow the steps below to overcome 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.  Change the directory (folder) in Command Prompt to Azure Storage Emulator installation directory (C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator)
  3. Run the following commands:
    • AzureStorageEmulator.exe stop
    • AzureStorageEmulator.exe clear
    • AzureStorageEmulator.exe init –server localhost 
    • AzureStorageEmulator.exe start
This should solve your issue and you will be able to download the task recorder. 

No comments:

Post a Comment