- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2009 02:00 PM
I just got a Problem trying to edit 2 Reports.
Report 1 " AVG Antivirus installed "
Invalid Token ´Collate at Position 595 at Line 1`
Report 2 " No F-Secure installed
Invalid Token ´Collate at Position 734 at Line 1`
every other Report workt fine.
Did anybody has an Idea?
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 02:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2009 12:51 PM
Anyone else with this issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 01:39 PM
Lansweeper wrote:
We cannot reproduce the problem.
Anyone else with this issue?
I have the same issue: my setup is 3.5.1, upgraded from 3.5, upgraded from 3.2. I never tried this on 3.2 but on 3.5 it was not working
These are the SQL queries
NoFSecure (which reports nothing if run into SQL Analyzer but I have no FSecure installed anywhere)
SELECT
dbo.tblComputers.Computername AS Computer,
dbo.tblOperatingsystem.Description,
dbo.web30repdomainswithfsecure2.Domain,
dbo.tblFileVersions.Lastchanged
FROM
dbo.tblComputers
INNER JOIN dbo.tblComputersystem ON (dbo.tblComputers.Computername = dbo.tblComputersystem.Computername)
INNER JOIN dbo.web30repdomainswithfsecure2 ON (dbo.tblComputers.Domain = dbo.web30repdomainswithfsecure2.Domain)
LEFT OUTER JOIN dbo.tblOperatingsystem ON (dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername)
LEFT OUTER JOIN dbo.tblFileVersions ON (dbo.tblComputers.Computername = dbo.tblFileVersions.Computername)
AVG (which reports all my computers if run into SQL Analyzer, none of them with avg installed)
SELECT
dbo.tblComputers.Computername AS Computer,
dbo.tblOperatingsystem.Description,
dbo.tblFileVersions.FilePathfull,
dbo.tblFileVersions.Lastchanged
FROM
dbo.tblComputers
INNER JOIN dbo.tblComputersystem ON (dbo.tblComputers.Computername = dbo.tblComputersystem.Computername)
LEFT OUTER JOIN dbo.tblOperatingsystem ON (dbo.tblComputers.Computername = dbo.tblOperatingsystem.Computername)
LEFT OUTER JOIN dbo.tblFileVersions ON (dbo.tblComputers.Computername = dbo.tblFileVersions.Computername)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2009 09:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2009 08:55 PM
What was your original lansweeper version? (the version that you installed first)
It might be a problem with the tables that changed afterwards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2009 10:00 AM
here are the 2 SQL Scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2009 11:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2009 10:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 08:45 PM