Seeing an issue where the excel activity is failing to save a file to a network share due to “Someone else is working in <servername\Folder\File> right now. Please try again later”. This appears to be impacting only intermittently and root cause has not been identified. I have found the following potential work around and I am implementing some testing to see if this resolves the issue.
Reference: Someone else is working in <T:\Folder\File> right now. Please try again later - Microsoft Q&A
Workaround:
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options]
“DisableRobustifiedUNC”=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\Options]
“DisableRobustifiedUNC”=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\PowerPoint\Options]
“DisableRobustifiedUNC”=dword:00000001