I have upgraded my farm to the Dec. 2012 CU. The App server and one WFE ran the PSCONFIG utility perfectly. However, my other WFE fails. I've been through one AD error that was resolved but now I am faced with another type of error:
[OWSTIMER] [SPIisWebSiteWssSequence] [ERROR] [6/4/2013 6:19:48 PM]: Action 4.0.3.0 of Microsoft.SharePoint.Upgrade.SPIisWebSiteWssSequence failed.
[OWSTIMER] [SPIisWebSiteWssSequence] [ERROR] [6/4/2013 6:19:48 PM]: Exception: The process cannot access the file 'C:\inetpub\wwwroot\wss\VirtualDirectories\engage.network.dom80\_app_bin\Microsoft.Office.WorkflowSoap.dll' because it is being used by another
process.
[OWSTIMER] [SPIisWebSiteWssSequence] [ERROR] [6/4/2013 6:19:48 PM]: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
First of all, I want to confirm that it appears to be the Workflow process DLL that is in use. Second, if so, is there a way that I can find all running workflows across a site collection? I can use PowerShell but I am not a programmer (no VB, C#, etc.).
And, once found, will I have to kill all running workflows? That would cause problems in the case of Approval workflows.
Thanks for any help that you can give.