I have a FB project that runs from the Windows scheduler.
My question is, how do I use the FB Server to automate the FB project I have? When I look at the project's status at the server, it seems that the project that run from the scheduler, doesn't reflect in the server (i.e. the status of that project is "Never run"). Why is that and how do I solve it?
Unfortunately, the two entities (a “FinalBuilder Server project”, and an automated execute under Windows Scheduler) are different. FinalBuilder Server keeps its own separate log files, so it only knows about activities that happen under Server.
The good news is that FinalBuilder Server has a “Time Trigger” feature which can do pretty much anything that Windows Scheduler can (and then some.) If you Edit your project in Server and choose “Add Trigger” you should be able to configure a Time Trigger which duplicates the Windows Scheduler functionality, after which you can remove the scheduler entry.