« 20th Birthday Cake | Home | MBS FileMaker Plugin,… »

FileMaker Server Plugin Installation

You have a FileMaker Server installed, e.g. on Windows Server, and you need the MBS Plugin installed. Let us guide you though the installation process.
We expect you have a current FileMaker Server running. If you have an older/newer one, the buttons may be on a different position.



Copy Plugin Files

First in Admin Console, please stop the database server, so you can later enable it again. Only when server engine starts, it scan extensions folder and leans which plugins are available. Please use the "Stop Database Server" button:



Now the browser changes and shows the server is off:



Next go to explorer and locate two folders and copy the MBS.fmx64 (Windows 64-bit plugin) file there:

C:\Program Files\FileMaker\FileMaker Server\Database Server\Extensions



and for Web Direct the second folder:

C:\Program Files\FileMaker\FileMaker Server\Web Publishing\publishing-engine\cwpc\Plugins



DebugView

You can download DebugView, a little utility from Microsoft to view log messages. Launch DbgView.exe as administrator and check the option "Capture Global Win32" in Capture menu. The window then can show messages from MBS Plugin, even in server. Our plugin writes a greeting on startup and shutdown of the plugin. If you use Trace command without file path, you can watch MBS commands live here.



Enable Plugins

Back in Admin Console start database server. It scans plugin folder now. Go to Connectors tab and select Plugins. Turn on the switches to enable plugins and turn on MBS Plugin. For Web Direct the plugins are not listed and all enabled. When MBS Plugin gets loaded, you may see a message in DebugView like this one:

[5540] MBS Plugin version 10.2.0.04 Prerelease for Win 64-bit loaded for ServerScripting, SDK version 18.

For Web Direct the message shows "Web Direct" there.
The Admin Console should look now like this:



Check Plugin version

In a test database, please add a test script named "Return MBS Version":

Exit Script [ Text Result: MBS("Version") ]

Now add a second script to call this one named "Check MBS Version on Server":

Perform Script on Server [ Specified: From list ; “Return MBS Version” ; Parameter: ; Wait for completion: On ]
Show Custom Dialog [ "MBS Version" ; Get(ScriptResult) ]

Now you can run this script in FMP and it should show the version on server.

For Web Direct you may make a script to call via a button on a layout:

Show Custom Dialog [ "MBS Version" ; MBS("Version") ]

If the dialog box for either version shows a question mark, the plugin is not installed or activated.

Please do not hesitate to contact us with your questions. Claris FileMaker Plugin
27 04 20 - 09:45