Salamine wrote:
I noticed you say 'saved it as a .ls file'. Whereas the files I collect from LSPush are actually .ls.txt files.
LsPush files should end in .ls.txt, but they are simple text files of the .txt extension.
harringg wrote:
Still not updated in LS Web Interface
If you continue having problems, please contact us at support@lansweeper.com and provide us with the following:
• 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 "YourPC" with the name of the problem machine.
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblComputers.FQDN, tblComputers.Computer,
tblComputers.Firstseen, tblComputers.Lastseen, tblComputers.Lasttried,
tblComputers.Username, tblComputers.Userdomain, tblComputers.Lasttriggered,
tblComputers.LastScheduled, tblComputers.LastActiveScan,
tblComputers.LastknownIP, tblComputers.LastLsPush, tblerrors.CFGname,
tblerrors.ErrorText, tblerrors.Lastchanged
From tblComputers Left Join
tblerrors On tblComputers.Computername = tblerrors.Computername
Where tblComputers.ComputerUnique Like '%YourPC%'
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.