on
02-12-2015
07:30 PM
- edited on
02-16-2023
08:11 PM
by
sophie
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? Leave a Kudo!
Did you have a similar issue and a different solution? Share your work in the comments below and help your fellow IT Heroes!
More questions? Browse our Quick Tech Solutions or Community Forum.
If you can't find what you're looking for, create a post in our Community Forum.