Script event log

Script events are primarily stored in the scriptEvent.log.

When the Allow FileMaker Script Engine Log setting is enabled, script error events from server scripts called by the following script steps with Full Access privileges are stored in the FMSEScriptErrors.log file:

  • Perform Script on Server

  • Perform Script on Server with Callback

When the Allow FileMaker Data API Script Log setting is enabled, script error events from FileMaker Data API called with Full Access privileges are stored in the FMDAPIScriptErrors.log file.

When the Allow Web Publishing Script Log setting is enabled, script error events from FileMaker WebDirect called with Full Access privileges are stored in the wpeScriptErrors.log file.

Script events are logged in the tab-delimited FMSEScriptErrors.log, FMDAPIScriptErrors.log, and wpeScriptErrors.log files that are created in the FileMaker Server/Logs/ folder.

Notes 

  • The scriptEvent.log file is created automatically in the same folder as the FMSEScriptErrors.log, FMDAPIScriptErrors.log, and wpeScriptErrors.log files and includes the same content with one exception: the FMSEScriptErrors.log, FMDAPIScriptErrors.log, and wpeScriptErrors.log files also includes, on the same line as the error details, the result of the calculation in the Set Error Logging script step.