BMC FootPrints Service Core 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 BMC FootPrints Service Core 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 BMC FootPrints Service Core was removed in FootPrints Service Core 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 BMC FootPrints Service Core from before release 6.5, the database services are automatically uninstalled on upgrade. Calling BMC FootPrints Service Core database commands has also changed. Refer to BMC FootPrints Service Core API for more information.