Products
Webtrends Analytics 8.x
Webtrends Analytics 9.x
Cause
How to disable Geotrends and Report Exporter updates
Resolution
The following query can be used to disable Geotrends and Report Exporterupdates for versions of Webtrends using a MySQL database:
UPDATE wt_sched.wt_event SET iseventdisabled=’1′ WHERE eventtypeid=’16384′;
For Webtrends installations using MS SQL Server as the database, use the following:
UPDATE wt_sched.dbo.wt_event SET iseventdisabled=’1′ WHERE eventtypeid=’16384′;
Note: Ensure a database backup is performed prior to committing any changes to the database.