Interesting, i run the AWStats update as a windows schedule task, as i just can't afford to rely on the scheduled tasks in DNP particularly if there not running on schedule.
Have you tried running the UpdateStats.bat batch file in a command prompt to check for errors? if the task is completing successfully, there may be sites records being dropped so nothing new appears in awstats..
In addition to my problem i checked the audit log and found this error today on the scheduled task mentioned above:
Error executing scheduled task
Item has already been added. Key in dictionary: 'SqlDatabase' Key being added: 'SqlDatabase'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.Add(Object key, Object value)
at DotNetPanel.EnterpriseServer.ObjectUtils.CreateObjectFromHash(Object obj, Hashtable propValues, Boolean persistentOnly)
at DotNetPanel.EnterpriseServer.ObjectUtils.CreateObjectFromHash(Type type, Hashtable propValues, Boolean persistentOnly)
at DotNetPanel.EnterpriseServer.ObjectUtils.CreateObjectFromDataview(Type type, DataView dv, String nameColumn, String valueColumn, Boolean persistentOnly)
at DotNetPanel.EnterpriseServer.PackageController.CreateServiceItem(DataRowView drItem, DataView dvProps)
at DotNetPanel.EnterpriseServer.PackageController.GetPackageItemByName(Int32 packageId, String groupName, String itemName, Type itemType)
at DotNetPanel.EnterpriseServer.BackupDatabaseTask.DoWork()
at DotNetPanel.EnterpriseServer.SchedulerJob.RunSchedule()
I can't tell if it's related to the schedule tasks not running on time but its an unforced error nonetheless
DNP HELP US!