
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2018 02:48 PM
Greetings,
I have inadvertently damaged one of the built-in reports. How can I restore or re-install the original built in report?
thanks,
phil
I have inadvertently damaged one of the built-in reports. How can I restore or re-install the original built in report?
thanks,
phil
Labels:
- Labels:
-
General Discussion
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-04-2018 06:14 PM
After some discussion with support and a little creativity, I use this SQL that I run weekly:
Save the output into a table or flat file and voila - report backups!
select lsrpt.Reporttitle, m.definition view_ddl , o.name view_name
from lansweeperdb.sys.objects o
join lansweeperdb.sys.sql_modules m on m.object_id = o.object_id
join lansweeperdb..tsysreports lsrpt on lsrpt.Reportquery = o.name COLLATE Latin1_General_CI_AI
where o.name like 'web50%'
and o.type = 'V';
Save the output into a table or flat file and voila - report backups!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2018 05:38 PM
Oh duh - the posting has a malformed url, so I cut and paste it and I found it....
pg
pg

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 02:18 PM
Thanks went there, found this:
Take a look at the build-in report "Windows: Error events generated in last 7 days", you can also find it here: https://www.lansweeper.c...af_postst15670_Windows--Events-generated-in-last-7-days.aspx
Which ends in a 404.
Went through 14 pages of postings, seems a weak way to have a repository of reports. Is the source code in the install directory anywhere, or do you have a direct link here on support?
thanks,
pg
Take a look at the build-in report "Windows: Error events generated in last 7 days", you can also find it here: https://www.lansweeper.c...af_postst15670_Windows--Events-generated-in-last-7-days.aspx
Which ends in a 404.
Went through 14 pages of postings, seems a weak way to have a repository of reports. Is the source code in the install directory anywhere, or do you have a direct link here on support?
thanks,
pg

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2018 01:31 PM
All built-in reports are available here on the forum in the Finished Reports topic. You could also do a search on the name of the report.
