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.


jacko
  •  jacko
  • No customer Topic Starter
2008-03-05T12:37:26Z
I guess the subject says it all. Is Visual Cron OK on 64 Bit windows? Any one running it?

Dave Jackson
Sponsor
Forum information
Support
2008-03-05T13:16:52Z
Yes, it is but currently it is running in 32 bit mode on 64 bit processors. We have not yet created an install for 100% 64 bit.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
jacko
  •  jacko
  • No customer Topic Starter
2008-03-05T13:20:15Z
Thanks. Your answer leads to another question. If it is running as a 32 bit process, can it start a 64 bit one?

Dave
Support
2008-03-05T13:21:42Z
Yes, we call functions that call native start functions that will determine the right execution context. If you are unsure then remember that you have 45 days of trial with full functionality.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
jacko
  •  jacko
  • No customer Topic Starter
2008-03-05T13:25:10Z
Thanks again Henrik. We already have bought your product, we have a site license, but I didn't want to install it on the 64 bit server without checking. Could I schedule jobs from our current VC Server to run tasks (batch files) on the 64 bit one I wonder... 😇

Dave
Support
2008-03-05T13:29:57Z
yes, you should, with Remote execute.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
jacko
  •  jacko
  • No customer Topic Starter
2008-03-05T15:18:58Z
Support wrote:

yes, you should, with Remote execute.


Aha! I need to upgrade. We currently use 4.4.6 😗

I'll do that shortly after reading the upgrade docs/posts etc.

Thanks for your help

Dave J
jacko
  •  jacko
  • No customer Topic Starter
2008-03-05T19:27:56Z
Henrik

FYI I have successfully upgraded my Test Server Install, but during testing I have come across a small problem.

I created a folder D:\DEV06\Test on the remote Server and then this simple batch file in it.

@echo off
echo. >> Test.log
echo %1 >> test.log
echo. >> Test.log
echo %time% >> Test.log


When I schedule this with O as the Argument, the parameter does not get passed. Here is the output generated:



ECHO is off.

18:15:00.44


When I run it locally with "O" as the parameter I get:


O

18:19:53.92


This is not a show stopper as I can wrap the 'real' batch file I want to call, but I thought you should know.

HTH

Dave J
Support
2008-03-05T21:00:42Z
VisualCron is automatically capturing all output. Try removing the pipe:ing and check the output column of VisualCron. If you really want to save that you can use Variables to get that output and use it anywhere in the program.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
jacko
  •  jacko
  • No customer Topic Starter
2008-03-06T12:33:46Z
Henrik,

I am sorry for not being clearer. When I say 'output' I mean the contents of test.log. I don't think the Argument is being passed by Visual Cron as the file does not contain O (%1 in the batch file) when I schedule it. I can see the time variable (%time%) being echoed into it though.

HTH

Dave J
Support
2008-03-07T21:21:48Z
Can you please test if this version works better for you (with the parameters): http://neteject.com/VisualCron4.8.5.exe 
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top