We have several environments (TEST, DEV, PROD, etc) but we are able to run excel jobs in some of them and failed in the others. I looked at the event logs under Microsoft/HPC/Excel and found many of below two kinda errors:
Task 1 -
ExcelService failed to handle a request on CGXU980C01. The failure was caused
by a configuration, installation, or resource accessibility problem:
System.InvalidOperationException: No process is associated with this object. at
System.Diagnostics.Process.EnsureState(State state) at
System.Diagnostics.Process.get_HasExited() at
Microsoft.Hpc.Excel.ExcelService.Calculate(String macroName, Byte[] inputs,
Nullable`1 lastSaveDate)
Error while starting Excel process: System.InvalidOperationException: No process is
associated with this object. at
System.Diagnostics.Process.EnsureState(State state) at
System.Diagnostics.Process.EnsureState(State state) at
System.Diagnostics.Process.EnsureState(State state) at
System.Diagnostics.Process.get_MainWindowHandle() at
Microsoft.Hpc.Excel.ExcelDriver.LaunchExcelProcess() at
Microsoft.Hpc.Excel.ExcelDriver.OpenWorkbook(String filePath, Boolean
updateLinks, String password, String writeResPassword, Nullable`1 lastSaveDate)
Don't quite understand what happened, compared to the environments that have excel jobs running successfully, there seemed no difference.
Anyone encountered similar issues? Does this "No process" means the HPCServiceHost process?
Thanks,
Marvin