Skip to main content
Kofax

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:

  1. Login to AP Agility Workspace
  2. Go to Settings >Administration
  3. You will see the AP Agility version at the bottom of the screen: 

apa_version.JPG

 

--

In the APA database, look at the table VersionHistory:

 

SELECT TOP (1000) [Id]

   ,[Version]

   ,[InstallDate]

 FROM [APAgility].[dbo].[VersionHistory]

 

APA Version / Build # Mapping
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: 

  1. Login to TotalAgility Designer
  2. Go to System >System Settings
  3. The version number will be at the bottom of the screen:

kta_version.JPG

 

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
  • Was this article helpful?