Skip to content

Installation Validation

Initial validation

To validate your installation of the CALUMO Application Database, please perform the following actions:

  1. Connect to your SQL Server using SQL Management Studio
  2. Expand out the CALUMO database
  3. Run a query on the table called dbo.SchemaInfo to show all records in this table.

e.g.

 SELECT * FROM SchemaInfo

The query should return many rows of data with the last one showing a version of 10

Final Validation

After you have performed the CALUMO Web Server installation, and have connected to the website for the first time, you should be able to run this query again and the schema version should be greater than 120000000

Back to top