FootPrints installs a service to run automated processes. This service handles incoming email, outgoing email notification, escalations, mass emails, and scheduled reports. On Windows, FPSschedule.exe is automatically set as a service on the FootPrints server. On UNIX, a cron job is automatically created which runs the file MRrunScheduledScripts.pl. This service replaces the manually created batch files and cron jobs necessary to run automated processes in earlier versions.
It may occasionally be necessary to start and stop the scheduling service manually (Windows only). Follow these instructions to do so:
cd c:\FootprintsServiceCore\bin.
FPSchedule –u
FPwatch -i
FPwatch -u
FPwatch -d
Note
The fpservice.exe for Windows versions of FootPrints was removed in FootPrints 6.5. Windows Access, MS SQL Server, and MS SQL Express versions now use DBI/DBD to access the database (fpservice is no longer needed). This allows more connections and eliminates the chance of the service hanging or requiring a restart, which increases performance and removes a single point of failure, which increases reliability. If you are using a version of FootPrints from before release 6.5, the database services are automatically uninstalled on upgrade. Calling FootPrints database commands has also changed. Refer to FootPrints API for more information.