Client has a Single Server SharePoint 2016 Farm with about 15 Site Collections on it.
They have an issue I am trying to diagnose but when I try to run Merge-SPLogFile I get an error :-
'None of the Collecting Jobs finished successfully'
I've tried restarting the SharePoint Timer Service, an IIS Reset
The command I'm running is this :-
Merge-SPLogFile -Path "c:\temp\xxxx.log" -Correlation <correlationid error>
Ran it a thousand times on other environment and never had an issue.At first I thought the syntax might have changed between 2013 and 2016 but the Get-Help file looks the same. Any help appreciated in advance. Thanks
Dan