Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


jmccord
2014-02-18T21:12:06Z
We are on a 64 bit VM and have the need to run 32bit powershell executables. Is there a configuration change that Visual Cron allows for the execution path?

Currently we are implementing by using the execute and adding the entire powershell path with the argument being the powershell script.

Thanks,
Jim
Sponsor
Forum information
jmccord
2014-02-18T21:30:04Z
It appears that Visual Cron is running 32 bit VisualCron as the VisualCronService.exe does not have a *32 to the right of the name.
Support
2014-02-18T22:58:07Z
VisualCron is running in 64 bit mode on 64 bit machines. When using the Powershell Task we use the 64 bit powershell host. There is no special setting to force the powershell host to run in 32 bit mode.

One thing we have thought about is to offer 32 bit execution mode for Execute Task. This way you could launch powershell in 32 bit mode and pass arguments to it.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
bweston
2014-02-19T20:35:39Z
A possible workaround in the meantime is to use the start-job trick outlined here .
Scroll to Top