We had an old server running windows 2003 32 bit and Visual Cron to manage script execution. The scripts would open MINITAB, pass data to it, generate a graph, and then move the graph to a network location. This worked just fine as background execution using the RUN SCRIPT task type.
We create a new Server 2012 machine with updated VCRON. Attempting to do the exact same activity hangs on opening MINITAB with an error of: ActiveX component cannot create object mtb.application. If I reconfigure the job to run as foreground execution, or just run the script manually (no vcron), it works as planned. What extra steps may I be missing in this setup to ensure this will work as a background task? Any idea why I am getting an ActiveX error on Minitab instantiation only during background execution?
NOTE: Even with background execution, we use the same credentials/user that we log into the machine with or setup foreground. No user differences are present.