Hi
We are having the below issue on a Windows 2012 Server, that we use to run a number of Java apps as Windows Services.
We have recently begun migrating our Windows Services away from Server logins and onto GMSA accounts.
We have successfully completed this for a number of Java services - but we have been blocked on one for the last few weeks.
This java application performs a batch process using a VB Macro, XLSM sheet. The Java component is working fine with GMSA and is abel to perform its basic orchestration function. The entire process freezes however once it calls the VB sheet. This XLSM sheet is called form Java by invoking "cscript macro.vbs". The VBS script contains some commands to open a new excel object as a background process, then call the XLSM sheet with some parameters.
We can see that execution is freezing the moment the XLSM sheet is called by dropping logging statements throughout the VBS sheet and the XLSM sheet. Not a single statement is ever printed from inside the XLSM sheet
We have given this GMSA account full admin privileges on the server - so I do not think this is a permission issue.
Is there something in Excel that blocks an account from running an Excel Macro, if that user is not physically logged into the server?
Appreciate any help someone can provide on this - we have been blocked for the last couple of weeks
Thanks