
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2014 03:24 PM
This seems to work for some reports, and not for others. I have a report that I can run right now that returns 48 results, but if I click Mail selected reports now, the report is not sent.
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2014 03:36 PM
laurin1 wrote:
This seems to work for some reports, and not for others. I have a report that I can run right now that returns 48 results, but if I click Mail selected reports now, the report is not sent.
One calculated field in the report syntax didn’t have an alias.
The e-mail wraps some extra sql code around the report to calculate the total records
commandText = "select count(*) as total from (" + originalquery + ") tmptable";
This is why the report did run, but was not sent using e-mail alerts.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2014 03:25 PM
I am sending that now. I looked at the log and I can see an error for the problem report. However, that report runs from the UI - why does it only fail when run as an email alert.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2014 12:21 PM
Could you do the following to help us troubleshoot:
• Stop the Lansweeper service.
• Delete the Errorlog.txt found in Program Files\Lansweeper\Service.
• In the Lansweeperservice.exe.config file set debug to “1”. You can find this file in Program Files\Lansweeper\Service.
• Restart the Lansweeper service.
• Let the Lansweeper service run for a while, click on "mail now" and then e-mail us (support@lansweeper.com) the new Errorlog.txt that was generated.
• Stop the Lansweeper service.
• Delete the Errorlog.txt found in Program Files\Lansweeper\Service.
• In the Lansweeperservice.exe.config file set debug to “1”. You can find this file in Program Files\Lansweeper\Service.
• Restart the Lansweeper service.
• Let the Lansweeper service run for a while, click on "mail now" and then e-mail us (support@lansweeper.com) the new Errorlog.txt that was generated.
