
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2012 01:18 AM
Hi,
We had an issue on a couple of servers where they either picked up a date/time in the future or it was set incorrectly. This now means that these events show in the recent server events everyday (for the past few months now). I cleared the logs on the affected servers but they still show in Lansweeper. How can I remove these?
Thanks
We had an issue on a couple of servers where they either picked up a date/time in the future or it was set incorrectly. This now means that these events show in the recent server events everyday (for the past few months now). I cleared the logs on the affected servers but they still show in Lansweeper. How can I remove these?
Thanks
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2012 01:14 PM
You can execute the script below in your Lansweeper configuration console under Lansweeper\Database Scripts to remove all event log information for the machine. Replace "1" with the "Computername" of your specific machine.
Lansweeper will not delete any event log information unless instructed to do so. A cleanup option for event logs is available in the configuration console under Scanning Servers\Your Server\Options\Scanning & Cleanup Options, but this will not delete any "future" events.
delete from tblntlogevent where Computername = 1
whitenoise wrote:
I cleared the logs on the affected servers but they still show in Lansweeper. How can I remove these?
Lansweeper will not delete any event log information unless instructed to do so. A cleanup option for event logs is available in the configuration console under Scanning Servers\Your Server\Options\Scanning & Cleanup Options, but this will not delete any "future" events.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2012 06:43 AM
Lansweeper wrote:
You can execute the script below in your Lansweeper configuration console under Lansweeper\Database Scripts to remove all event log information for the machine. Replace "1" with the "Computername" of your specific machine.delete from tblntlogevent where Computername = 1whitenoise wrote:
I cleared the logs on the affected servers but they still show in Lansweeper. How can I remove these?
Lansweeper will not delete any event log information unless instructed to do so. A cleanup option for event logs is available in the configuration console under Scanning Servers\Your Server\Options\Scanning & Cleanup Options, but this will not delete any "future" events.
Thank you for that, this fixed the issue!
