We deleted the zip file as this contained your errorlog which can contain information that must not be shared publicly. We would recommend that you send a new ticket to support@lansweeper.com with the files and a reference to this forum post.
Files:
- Program Files (x86)\Lansweeper\Service\Errorlog.txt, as present on the Lansweeper server that scanned the problem client machines.
- Screenshot of the Configuration\Your License section of the Lansweeper web console.
- Output of the debug report below, in Excel format. Instructions for adding this report to your Lansweeper installation can be found here.
Select Top 1000000 tblAssets.AssetID As ID,
tblAssets.AssetUnique As [Unique],
tblAssets.Assettype,
tblAssets.Firstseen,
tblAssets.Lastseen,
tblAssets.Lasttried,
tblAssets.Lasttriggered,
tblAssets.LastScheduled,
tblAssets.LastActiveScan,
tblAssets.LastIPScan,
tblAssets.LastLsPush,
tblAssets.lastWorkgroupScan,
tblAssets.LastSaved,
tblAssets.Scanserver,
tblAssets.ServiceVersion,
tblAssets.LsPushVersion,
tblFloppyHist.bytespersector,
tblFloppyHist.InterfaceType,
tblFloppyHist.Manufacturer,
tblFloppyHist.Model,
tblFloppyHist.Name,
tblFloppyHist.Partitions,
tblFloppyHist.Sectorspertrack,
tblFloppyHist.Size,
tblFloppyHist.Totalcylinders,
tblFloppyHist.Totalheads,
tblFloppyHist.Totalsectors,
tblFloppyHist.Totaltracks,
tblFloppyHist.TracksperCylinder,
tblFloppyHist.Lastchanged,
tblFloppyHist.Action
From tblAssets
Inner Join tblFloppyHist On tblAssets.AssetID = tblFloppyHist.AssetID
Order By tblFloppyHist.Lastchanged Desc