How to Verify Enterprise Forms Database Version





Description of Issue

Enterprise Forms database version needs to be verified



Context
  • ReadyForms

  • Enterprise Forms

  • Update version

  • Upgrade



Cause

Informational



Resolution
  1. Connect to the SQL instance Enterprise Forms/ReadyForms is installed on

  2. Run the following query against the Enterprise Forms/ReadyForms database in question:

    1. select * from dbo.SystemSettings

  3. The first line of the result should have the database version under the Value column



Additional Information