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.


bbbb
  •  bbbb
  • No customer Topic Starter
2012-12-05T22:10:46Z
I'm using the API to execute a job. For example:


log.Info("Connecting to server: " + conn.Address);
vcServer = vcClient.Connect(conn, true);
var job = vcServer.GetJob(guid);
vcServer.Jobs.Run(job,true);

The job launches fine but I get a message in my console application:
Unknown job has started (not synchronized?)

Any idea what this means?
Sponsor
Forum information
Support
2012-12-05T22:30:26Z
Could it be another Job that is running while connecting? Because you will receive this if connection is not complete when starting Job.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
bbbb
  •  bbbb
  • No customer Topic Starter
2012-12-05T22:32:22Z
Yes actually I have many jobs running when I connect to our VisualCron server. Thanks for prompt reply.
Scroll to Top