r@yElr3y @Thank you for your reply. I have tried prestaging the file in for example C:\Pulse and referring to the path C:\Pulse\Pulse21102019.pulsepreconfig. I have also tried a UNC-path on which all Authenticated Users have Read share & NTFS permissions. A last thing I tried was creating the config file using the same BAT-script which contains the jamCommand.exe command. I'm doing this by outputting each line of the config to a file on the local drive. For example: REM ----- Create Pulse config file ----- echo schema version { > %PULSE-CONFIG% echo version: "1" >> %PULSE-CONFIG% echo } >> %PULSE-CONFIG% echo. >> %PULSE-CONFIG% echo machine settings { >> %PULSE-CONFIG% echo version: "22" >> %PULSE-CONFIG% ... Which properly created the config file on the location but again, the jamCommand.exe executable is not able to import the config. I will revert back with info from the debuglog.log
... View more