Products
Webtrends Analytics 9.x
Webtrends Analytics 8.x
Cause
Geotrends.dat has been updated but the User Interface is still reflecting the old version
Resolution
In order to update this value, a change is made within the database.Using Sql Management Studio ( or mysql workbench or SQLyog if using Mysql database on older version) locate the following key
Wtmaster.dbo.wt_ComponentList
You can run the following query:
Update Wtmaster.dbo.wt_ComponentList
SET version = ‘new geotrends.dat version’
Where Tag = ‘geotrends’;
Once this is updated, you should be able to refresh the component list in the User Interface to immediately see the change.