Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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.

ServerPluginInstallationAdminConsole.jpg 

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:

ServerPluginInstallationStopServer.jpg

Now the browser changes and shows the server is off:

ServerPluginInstallationServerOff.jpg

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

ServerPluginInstallationExtensionsFolder.jpg

and for Web Direct the second folder:

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

ServerPluginInstallationPluginsFolder.jpg

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.

ServerPluginInstallationDebugView.jpg

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:

ServerPluginInstallationAllOn.jpg

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.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.