on 02-12-2015 07:30 PM - edited on 08-09-2023 09:48 AM by Nils
Scan logging can be enabled to help debug scan issues. By enabling scan logging, a history of Lansweeper Server scan attempts is created.
To enable scan logging:
Select Top 1000000 tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tsysAssetTypes.AssetTypename As AssetType,
tblAssets.Username,
tblAssets.Userdomain,
tblAssets.IPAddress,
tblScanHistory.ScanTime,
tblScanHistory.ScanServer,
tsysScanningMethods.ScanningMethod,
tblScanHistory.Description As ScanDescription
From tblScanHistory
Inner Join tsysScanningMethods On tsysScanningMethods.ScanningMethodId =
tblScanHistory.ScanningMethodId
Inner Join tblAssets On tblAssets.AssetID = tblScanHistory.AssetId
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Order By tblScanHistory.ScanTime Desc
Scan logging is enabled. Use the report to help debug any scanning issues you might encounter.
Was this post helpful? Select Yes or No below!
Did you have a similar issue and a different solution? Or did you not find the information you needed? Create a post in our Community Forum for your fellow IT Heroes!
More questions? Browse our Quick Tech Solutions.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try NowExperience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now