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)

Context menu check (optional)

  • Insert a simple menu row into MFContextMenu and validate it shows for test users

  • Trigger an action and confirm entries in MFProcessBatch and MFProcessBatchDetail

See also