Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
Tom
This seems to be similar to what I'm seeing.
The "azure websites" is a reference to the MS application server where they get the downloads.
I always see downloads going from there to my "var" folder but then when they try to "register/validate" the file it gets an error.
Also I see the "404" error which to me is mainly an http type error that says "I can't find the website" Now I have used their embedded URL before to manually download the applications and install but something in their subroutines is not doing the error handling correctly.
You certainly could be right - permissions handling or that type of issue would be a guess but I've never been able to find that error - sometime I find a partial or full package download in the "var" folder or one of the like "tmp" but when I check it's preferences it appears to be OK.
Now that would also point to the issue with the keychain certificate being open "default" but that was not my problem.
So some kind of error that MS is not anticipating and doesn't handle in their code is my best guess.
Yeah, it looks like a problem that only shows up sometimes on some Macs but you can't just dismiss it as a local Mac problem because the log shows that the error stopping the downloads is happening, their subroutine is detecting it, and doesn't know how to handle it.
Clearly this issue needs the person responsible for writing/maintaining the code for this MAU download to look at this particular log and try to replicate the error to see how the code goes off track.
Meanwhile, each time I have someone from support look at this issue (logged into my laptop remotely) they go through the same list of known fixes that I have - there must be a dozen or so, so I haven't seen anything new from support and no ability to look at the code to see why the error is occurring. The one fix that Alex suggested (StandAloneUpdaterDaemon) is the only one I have not been able to try. Steve tried it and could not find this process running.
I am now running Catalina 10.15 and that's what Steve was running but he could not find StandAloneUpdaterDaemon running using activity monitor.