We are testing out a deployment of O365 as part of a Task Sequence, this task sequence installs other apps fine but the O365 install is hit and miss, sometimes it installs other times it fails with the following:
<![LOG[Waiting for installation job to complete..]LOG]!><time="13:02:48.819-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:873">
<![LOG[Waiting for job status notification...]LOG]!><time="13:03:18.829-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:03:48.854-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:04:18.863-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:04:48.878-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:05:18.887-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:05:48.900-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:06:18.910-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:06:48.937-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:07:18.937-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:07:48.946-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:08:18.955-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:08:48.965-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:09:18.976-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:09:48.987-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[Waiting for job status notification...]LOG]!><time="13:10:18.997-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:892">
<![LOG[CompleteExecution received]LOG]!><time="13:10:44.303-60" date="10-27-2020" component="InstallSoftware" context="" type="0" thread="5984" file="installsoftware.cpp:580">
<![LOG[CompleteExecution processed]LOG]!><time="13:10:44.303-60" date="10-27-2020" component="InstallSoftware" context="" type="0" thread="5984" file="installsoftware.cpp:593">
<![LOG[Received job completion notification from Execution Manager]LOG]!><time="13:10:44.303-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:923">
<![LOG[Installation completed with exit code 0x8000ffff]LOG]!><time="13:10:44.303-60" date="10-27-2020" component="InstallSoftware" context="" type="1" thread="1604" file="installsoftware.cpp:940">
<![LOG[Installation failed with error (0x8000ffff)]LOG]!><time="13:10:44.303-60" date="10-27-2020" component="InstallSoftware" context="" type="3" thread="1604" file="installsoftware.cpp:967">
On the attempts where is fails there is no mention of this app in the appenforce.log
Has anyone seen a long waiting time and error like this in the SMSTS.log before, or does anyone have any advice on best and quickest way to troubleshoot this?