While running the daily/weekly maintenance method, getting error and failed to create the maintenance report.
Error in the log:
Library\HslStarLineMaintMetLib.hs_(5848) : This program is blocked by group policy
log:
SYSTEM : Execute method - error; An error occurred while running Vector. The error description is: C:\Program Files (x86)\HAMILTON\Library\HslStarLineMaintMetLib.hs_(5848) : This program is blocked by group policy. For more information, contact your system administrator. (0x23 - 0x2 - 0x39) ,
looked into the hsl code, it seems like it’s using cmd.exe /c copy to create excel report.
C:\Program Files (x86)\HAMILTON\Library\HslStarLineMaintMetLib.hs_(5848)
5848 variable copyCommand("cmd.exe /c copy \"");
Is there a workaround for not using cmd.exe?