ConfigMgr Downloads from CDN failing for MS 365 Apps for Enterprise

Stewart Pollock 11 Reputation points
2021-06-04T14:31:32.36+00:00

Hi

We've run into a problem this month deploying updates for Microsoft 365 Office Apps using ConfigMgr 2002. These have been working fine as recently as a couple of weeks ago as we deployed Semi-annual build 13127.21624 to a pilot group successfully. The same update now fails on all devices when downloading direct from CDN. The same download works perfectly if we make the content available from a ConfigMgr distribution point.

DataTransferService.log contains the error:

DTS job {A748857A-BA09-4591-B399-E0B09B580F45} BITS job {5375518E-6E52-420D-9571-47F655D01C29} failed to download source file http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114/office/data/16.0.13127.21624/stream.x86.x-none.dat to destination C:\ProgramData\Microsoft\ClickToRun\ProductReleases\2623A9B5-35EF-40AF-B907-841C96135B74\467D1B81-6125-426E-BB95-FDC7EF920714.stream.x86.x-none.1396372.dat with error 0x8020002B

I googled the BITS error which is: BG_E_INVALID_RANGE (0x8020002B) The specified byte range is invalid. The byte range must exist within the specified remote file.

I've tried reverting the Office build to an older version and updating to the penultimate build which also fails now so CDN downloads just appear to be broken outright rather than for any specific Office build. If I put the download URL into a web browser it works fine, the download only fails when instigated by ConfigMgr.

At a complete loss as to what may have changed to be causing this issue. Any help greatly appreciated.

Target devices are Win 10 1909 18363.1556

Thanks

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
958 questions
{count} vote

19 answers

Sort by: Most helpful
  1. Phil Hartree 11 Reputation points
    2021-06-11T16:25:31.693+00:00

    MS have confirmed to me via their incident manager that it's a bug and PG are working on it.

    2 people found this answer helpful.

  2. Alistair Carr 6 Reputation points
    2021-06-15T07:18:43.01+00:00

    For anyone checking, still ongoing issue as of 08:00 BST 15th June

    1 person found this answer helpful.

  3. Amandayou-MSFT 11,046 Reputation points
    2021-06-07T06:48:05.953+00:00

    Hi @Stewart Pollock

    Please use Windows PowerShell cmdlets to create and manage file download and upload transfer jobs to check if it could download successfully.

    Start-BitsTransfer -Source http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114/office/data/16.0.13127.21624/stream.x86.x-none.dat -Destination C:\ProgramData\Microsoft\ClickToRun\ProductReleases\2623A9B5-35EF-40AF-B907-841C96135B74\467D1B81-6125-426E-BB95-FDC7EF920714.stream.x86.x-none.1396372.dat

    Here is the reference article about Managed Reference for BITS PowerShell Commands:
    https://learn.microsoft.com/en-us/windows/win32/bits/bits-powershell-commands

    Besides, please check if there is proxy or firewall between client and CDN.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  4. MelQ 11 Reputation points
    2021-06-11T05:19:00.84+00:00

    We are also having this issue with 16.0.13127.21668 with 5 out of 5 test computers. DataTransferService.log shows:

    DTS job {2CD47322-418E-4348-B8DC-F5BE04DF82C9} BITS job {E9943C7B-7C77-4347-AEA1-4E798794B4AF} failed to download source file http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114/office/data/16.0.13127.21668/stream.x64.x-none.dat to destination C:\ProgramData\Microsoft\ClickToRun\ProductReleases\8D6672D6-8C01-4BF7-A564-23002EF9C8B0\9CA65069-20A0-40CB-8A6E-7C16E16F7DC4.stream.x64.x-none.1541017.dat with error 0x8020002B

    When I plug http://officecdn.microsoft.com/pr/7ffbc6bf-bc32-4f92-8982-f9dd17fd3114/office/data/16.0.13127.21668/stream.x64.x-none.dat into a browser, the file downloads.

    We have CMG setup and this happens when the computers are on Internet. For 1 of them of the 5, I connected to it to VPN. I restarted the SMS Agent Host service after connecting to VPN because it still seemed stuck, but it downloaded and installed shortly after that while on VPN. Other test computers have been able to install fine when onsite or VPN.

    I didn't notice issues on my test computers last month (May). We did have some users stuck later at 50% though that eventually resolved after restarting onsite.

    I will create a case with Microsoft tomorrow if the issue still shows in the morning and report back here on what I find out.


  5. Alistair Carr 6 Reputation points
    2021-06-14T07:12:35.337+00:00

    As of 08:00 14th June (BST) the issue appears to be still ongoing, has anyone heard anything further from MS ?