Hello,
I'm getting warning for SPTimerV4 service is failing to recycle. It fails on all SP Servers.
"The timer service was not recycled because the following jobs were still running: Microsoft SharePoint Foundation Usage Data Import"
How can I fix this issue?
I also get the following message in ULS Logs as well. I'm not sure if they are related!
Failed to delete usage log file 'H:\SharePoint Logs\xxxx.usage' after data import. Exception: System.IO.IOException: The process cannot access the file because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileInfo.MoveTo(String destFileName)
at Microsoft.SharePoint.Administration.SPProvisioningAssistant.MoveFileOrDirectory(FileSystemInfo fi, String newPath)
at Microsoft.SharePoint.Administration.SPProvisioningAssistant.DeleteFileOrDirectory(FileSystemInfo fi)
at Microsoft.SharePoint.Administration.SPUsageLogImporter.ImportUsageLogFiles(List`1 usageLogFileList)
Thanks