Specifying script schedule details

Tip  Many of the schedule details are set using a dialog box that opens in front of the main window. To apply changes that you have made in the dialog box, click outside the dialog box on the main window.

1. Select the Schedule Type.

 

Schedule type

Additional information

FileMaker Script

Select the Database from the list of hosted databases.

Select the Script from the list of FileMaker scripts in the selected database.

If you still cannot see any scripts for the selected database, check whether the FileMaker Script Engine (FMSE) is running. If it is not running, use the command fmsadmin start fmse to start it. See CLI help for the start command.

Script names must be unique. If your database has scripts with the same name, only one of the scripts is included in the list.

System Script

Select the Script from the system scripts that are available in the Scripts folder.

Enter any Parameters that are required.

Note  Script parameters are passed to the FileMaker script as text. For example, if you enter the script parameter 5 + 5, then the text string “5 + 5” is passed to the script, not the value 10.

For information on script parameters, see FileMaker Pro Advanced Help.

If the script needs to run under a non-default account, enter the Account information.

Windows: The User Name can refer to a local account on the master machine or a network domain account, and it can be specified using one of the following formats: domainname\username or username@domainname.
The default account is Local System.

macOS: The User Name must refer to a local account on the master machine only and it must be specified without a domain name. The default account is the fmserver user account. See the information about macOS privileges in the notes below.

Optionally set a Timeout for the script.

Script Sequence

Select the Database from the list of hosted databases.

Select the Script from the list of FileMaker scripts in the selected database.

Select the system script to precede the FileMaker script, with any parameters that are required.

Select the system script to follow the FileMaker script, with any parameters that are required.

If the script needs to run under a non-default account, enter the Account information.

2. Enter the Schedule Name.

3. Select the Repeat of the schedule. See Examples of repeating schedules.

 

Choose

To

Once

Run on the specified date and time.

Daily

Run once daily, starting at specific time, and beginning on the date entered.

Weekly

Run on one or more days. For Days of the Week, select the days of the week when you want the schedule to run.

Every N Days

Create a schedule that has a specific interval in days, such as every 2, 3, or 4 days. For Run Every, select the interval in days.

Select the Start Date or leave the current date.

For all schedules except Once, you can set an ending date by selecting Set End Date, then selecting a date from the calendar.

Set the Time when you want the schedule to run.

Notes 

To use a user account to run a script in macOS, you must add the following entries to the
/etc/sudoers file:

Host_Alias FMSHOST = yourhostnameDefaults:fmserver targetpw, timestamp_timeout=0, passwd_tries=1fmserver FMSHOST = (ALL) /Library/FileMaker\ Server/Data/Scripts/*, /bin/kill

For the Host Alias, enter the name of the host running FileMaker Server. You cannot use “localhost” or 127.0.0.1. To find out the correct host name to use, enter the following command in the Terminal application:

hostname

To edit the /etc/sudoers file, you must be the Administrator (root) and have Administrative privileges. You can edit the /etc/sudoers file using this command in the Terminal application:

sudo visudo

macOS privileges: The User Account you can use to run system scripts must have the correct privileges for the actions you want the script to perform. You can use the fmserver user account or a local user account on the master machine only.

If you choose the fmserver user account, you may need to modify file permissions for the script. Your script is executed with the fmserver user ID and fmsadmin group ID, so your script file must have read and execute permissions for the fmsadmin group. Therefore, if you choose the fmserver user account, you cannot call some privileged commands from your scripts. For example, your script does not have access to the /etc folder.

Script name and Parameters added together can be a maximum of 2048 characters.

Windows: User Name can be a maximum of 104 characters, and Password can be a maximum of 128 characters.

macOS: User Name can be a maximum of 255 characters, and Password can be a maximum of 31 characters.

Related topics 

Scheduling database backups

Database and backup folder settings

Scheduling administrative tasks