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 @MfilesVersion = ‘x.y.z.w’ (returns OK) - SELECT TOP 1 * FROM setup.MFVaultSettings
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