Could you send a mail to support@lansweeper.com with the following:
- A link to this forum thread
- A screenshot of your scanning methods
- A screenshot of your scanning queue (when the problem occurs)
- The output of this report:
SELECT t.AssetType, t.AssetTypename, COUNT(*) Assets
FROM tblAssets a JOIN tsysAssetTypes t ON a.Assettype = t.AssetType
GROUP BY t.AssetTypename, t.AssetType
ORDER BY 3 DESC