AuditWizard - Administration - General - How to Find the Version Number

From Layton Support
(Difference between revisions)
Jump to: navigation, search
(New page)
 
(Database Version)
Line 18: Line 18:
 
      
 
      
 
     FROM [VERSION]
 
     FROM [VERSION]
 +
 +
=Scanner Version=
 +
The version of the Scanner may be different to that of the application. The release notes will tell you if you have to redeploy the Scanner after update.
 +
 +
#Navigate to your AuditWizard network share.
 +
#Open the ''scanner'' folder.
 +
#Get Properties on the ''AuditScanner.exe'' file.
 +
#Click the Details tab.
 +
#The version is the ''File Version''.
 +
 +
=Agent Version=
 
<p align="right">[[File:btn_back_up.png|link=User Guide for Layton ServiceDesk™]] [[User Guide for Layton ServiceDesk™|<u>Back to Contents</u>]]</p>
 
<p align="right">[[File:btn_back_up.png|link=User Guide for Layton ServiceDesk™]] [[User Guide for Layton ServiceDesk™|<u>Back to Contents</u>]]</p>

Revision as of 22:24, 23 March 2015

Btn back up.png Back to Contents

Contents

Application Version

Info Dialog

In AuditWizard, click the Info button Aw icon info.png. The Info dialog will open. The version number appears next to the annotation Version:. The contents of the Modules pane can be copied.

Aw ver 01.png

Programs and Features Control Panel

If you can't launch AuditWizard, open the Windows Programs and Features control panel. Find the application AuditWizard v8 and look at the corresponding version number in the Version column.

NOTE: The version number listed in Programs and Features may be incorrect. If you have installed an update, it may appear as a separate entry with the version number, e.g. AuditWizard 8.4.2 Update. If there is no update entry, then the version listed for the AuditWizard v8 entry is the correct one.

Database Version

The version of the database may be different to that of the application. The database structure may not need to be modified between versions. In terms of disaster recovery, the same application version could be installed and connected to the database.

In the database table VERSION, there is a single row. The version number is a concatenation of the _MAJOR and _MINOR columns. This SQL query will also return the version number:

   SELECT CAST (_MAJOR AS NVARCHAR(5)) + '.' + CAST (_MINOR AS NVARCHAR(5)) AS "AuditWizard Database Version"
   
   FROM [VERSION]

Scanner Version

The version of the Scanner may be different to that of the application. The release notes will tell you if you have to redeploy the Scanner after update.

  1. Navigate to your AuditWizard network share.
  2. Open the scanner folder.
  3. Get Properties on the AuditScanner.exe file.
  4. Click the Details tab.
  5. The version is the File Version.

Agent Version

Btn back up.png Back to Contents

Personal tools
Namespaces

Variants
Actions
Main Page
Online User Guides
General Support
Release Notes
Toolbox