How to Find the Total Agility and AP Agility Version Information
Article # 3047316 - Page views: 120
Issue
How do I find the versions of KTA and APA (including build number)?
Solution
For APA:
- Login to AP Agility Workspace
- Go to Settings >Administration
- You will see the AP Agility version at the bottom of the screen:
--
In the APA database, look at the table VersionHistory:
SELECT TOP (1000) [Id]
,[Version]
,[InstallDate]
FROM [APAgility].[dbo].[VersionHistory]
APA Version | APA Build Number |
---|---|
2.4.1 | 2.4.1.0.0.1605 |
2.4.1.2 | 2.4.1.1688 |
2.5.0.0 | 2.5.0.1302 |
2.5.0.1 | 2.5.0.1324 |
2.5.0.2 | 2.5.0.1404 |
For KTA:
- Login to TotalAgility Designer
- Go to System >System Settings
- The version number will be at the bottom of the screen:
In the KTA DB_VERSION table you will see history as well.
Level of Complexity
Easy.
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
AP Agility | 2.x+ | |||
Total Agility | 7.8+ |
References
Article # 3047316