We cannot reproduce this behavior. The version number detected should always be the File Version. Could you contact us at support@lansweeper.com and provide us with the following:
- For easy reference, a link to this forum thread.
- Screenshot of your web console landing page. You can access your landing page by clicking on the Lansweeper logo in the top left corner of the web console. Please show us
the whole page.
- Output of the report below, preferably in Excel format. Replace "YourComputer" with the NetBIOS name of the machine you ran the File Scanning test on.
Select tblComputers.Computername, tblComputers.Domain, tblComputers.Computer,
tblComputers.Firstseen, tblComputers.Lastseen, tblComputers.Lasttried,
tblComputers.Lasttriggered, tblComputers.LastScheduled,
tblComputers.LastActiveScan, tblComputers.LastLsPush, tblComputers.Scanserver,
Web40OSName.OSname, Web40OSName.SP, Web40OSName.OScode, tblerrors.CFGname,
tblerrors.ErrorText, tblerrors.Lastchanged, tblFileVersions.Found,
tblFileVersions.FilePathfull, tblFileVersions.FileVersion,
tblFileVersions.CompanyName, tblFileVersions.Filesize,
tblFileVersions.CreationDate, tblFileVersions.LastAccessed,
tblFileVersions.LastModified, tblFileVersions.Lastchanged As Lastchanged1,
TsysLastscan.CFGcode, TsysWaittime.CFGname As CFGname1, TsysLastscan.Lasttime,
TsysLastscan.Scantime, TsysWaittime.Waitdays, TsysWaittime.Trackchanges,
TsysFiles.VersionID, TsysFiles.Searchfile, TsysFiles.Enabled
From tblComputers Left Join
Web40OSName On Web40OSName.Computername = tblComputers.Computername Left Join
tblerrors On tblComputers.Computername = tblerrors.Computername Left Join
tblFileVersions On tblComputers.Computername = tblFileVersions.Computername
Inner Join
TsysLastscan On tblComputers.Computername = TsysLastscan.Computername
Inner Join
TsysWaittime On TsysWaittime.CFGCode = TsysLastscan.CFGcode,
TsysFiles
Where tblComputers.Computer = 'YourComputer' And TsysWaittime.CFGname = 'FILES'
Order By tblComputers.ComputerUnique
To use the specified report, do the following:
• Open the Lansweeper configuration console and select Reports & Alerts\Report Builder. Hit the “New” button.
• Copy the SQL code provided and paste it at the bottom of the newly created report, replacing the default SQL code.
• Click somewhere near tblComputers so the new code applies.
• Give the report a “View name” and a “Report name” and hit the “Save” button.
• Double-click on the report in the report list to see its results and export options.