I am trying to run an .exe I compiled from Matlab. I installed the Matlab Runtime Engine on our VCron server, but I can't get it to run.
The process runs fine when I log in to the server and run the .exe manually from the command line, but when the file is run from VCron, it runs about halfway, and then simply stalls. There is no error message. The process goes to 0 cpu and does nothing else - just sits there indefinitely. The only clue I have is that ProcMon shows me the process constantly reads and write to this file, but does nothing else:
C:\Temp\mcrCache7.17\makeGe4\.deploy_read_lock.9152
Apparently a matlab resource-synchronization file.
The process also runs fine when kicked off from the Windows Task Scheduler.
I use the same login/profile in all cases. We have many other process that run fine from VCron, though this is the first time we are running Matlab this way. Any suggestions? Thanks.