Using Command Line with FileMaker Server

Jacob Taylor, Jun 3, 2021, FileMaker Training Videos Menu Introduction FileMaker Server is a powerful backend that supports FileMaker solutions, offering features such as multi-user access, backups, and security configurations. While most administrators manage FileMaker Server through the Admin Console, the Command Line Interface (CLI) offers greater flexibility and control. The FMS Admin CLI allows

Emergency Procedures for FileMaker Server Crashes

Jacob Taylor, April 21, 2021, FileMaker Training Videos Introduction FileMaker Server crashes are inevitable in high-demand environments. A quick and structured response is key to minimizing downtime, safeguarding data, and ensuring that such incidents don’t repeat. This guide provides a deep dive into diagnosing the cause, executing a proper recovery, preventing future crashes, and completing

Securing Your FileMaker Server in the Cloud

Koen Van Hulle, Claris Engage 2020 Menu: Introduction: Why Cloud Security for FileMaker Server Matters #tag1 With the increasing shift toward cloud-hosted solutions, securing your FileMaker Server has never been more critical. Hosting your FileMaker solution in the cloud offers many advantages, including accessibility and scalability, but it also presents significant security challenges. At Claris

Modern DevOps: Making the Switch

A Comprehensive and Detailed Guide Mislav Kos, Sep 2, 2020, Claris Engage 2020 Table of Contents Introduction The adoption of DevOps practices in FileMaker development can drastically improve the efficiency, quality, and agility of your projects. This guide dives deep into the transition from traditional development methods to a modern DevOps approach, focusing on tools,

Reading crash reports on MacOS

Interpreting MacOS Crash Reports: Diagnosing Issues in FileMaker Server Source: https://www.mbsplugins.de/archive/2019-10-15/Reading_crash_reports_on_MacOS/monkeybreadsoftware_blog_filemaker After the Windows crash report from earlier today where we couldn’t do much, here is an example for one where we could help on MacOS. When you find a crash report in /Library/Logs/DiagnosticReports folder (for server software) or ~/Library/Logs/DiagnosticReports (for user software), you can

Analyzing crash dump files for Windows

Interpreting Windows Crash Reports: Diagnosing Issues in FileMaker Server Source: https://www.mbsplugins.de/archive/2019-10-15/Analyzing_crash_dump_files_for/monkeybreadsoftware_blog_filemaker On Windows if an application like FileMaker Server crashes, you’ll find a dmp file for the crash. For example in C:\WINDOWS\MiniDump folder. Once you got the file, you wonder how to read it. It seems like the best was to use WinDbg application from

FileMaker Server Monitoring with Zabbix

Wim Decorte, Mislav Kos, FileMaker DevCon 2019 Monitoring the health of your FileMaker Server is essential for ensuring optimal performance, security, and stability. With the removal of built-in monitoring tools from the FileMaker Admin Console in recent versions, developers and administrators need a reliable alternative to track key server metrics, manage alerts, and troubleshoot issues