Validate and smoke tests¶
Goal: confirm a healthy baseline after installation.
SQL checks¶
Database exists; key tables present (e.g., MFProcessBatch, MFContextMenu)
Run a minimal check (examples): - exec spMFUpdateAssemblies (returns OK — reloads/confirms the CLR assemblies) - SELECT TOP 1 * FROM setup.MFVaultSettings
Since 5.13.38.82, confirm the automatic reload path is in place on the Integration Connector: the
MFSQL Validate M-Files VersionSQL Agent job exists, and (if applicable) the WMI Event Alert deployed by35.703.script.CreateMFilesUpdateAlert.sqlexists for each MFSQL application database. On SQL Server Express (no SQL Agent), neither exists by design — runspMFUpdateAssembliesmanually after any future M-Files upgrade instead.
M‑Files checks¶
VAF application appears in M‑Files Admin; dashboard loads
License status visible (until license added it will show unlicensed)
See also¶
Example scripts: Example scripts to get started
Troubleshooting: Common installation errors and resolutions