cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
frika
Engaged Sweeper
We have Dell computers and I need the Service Tag (Serial Number) of the PC's. This is the report I created:

Select Top 1000000 tblAssets.AssetID,
tsysAssetTypes.AssetTypename,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.IPAddress,
tblAssets.AssetUnique,
tblAssetCustom.Serialnumber,
tblAssetCustom.SerialnumberLock
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Where tblAssetCustom.State = 1

When I run the report the serial number field is empty. What am I doing wrong ?

3 REPLIES 3
76012
Engaged Sweeper II
Your report works for me, and shows the Dell service tag.

Maybe check your config to make sure you are scanning the Serial Number. I just looked under Scan Time for a particular computer...

Scan item Wait time (days) Last scanned Scan time (seconds)
Serialnumber 40 05/31/2013 11:41:59 0.02
Hemoco
Lansweeper Alumni
76012 wrote:
Scan item Wait time (days) Last scanned Scan time (seconds)
Serialnumber 40 05/31/2013 11:41:59 0.02

This actually refers to software serials, not computer serials. COMPSYSPROD is the wait time that affects computer serials.
Hemoco
Lansweeper Alumni
Could you ensure that your computers have been successfully scanned. TblAssets.Lastseen should be recent.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now