cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jmm25
Engaged Sweeper
Since about a week and a half ago, the OS: Not Latest Build of Windows 10 report has been broken on my network. The only result it gives is:

Error: Conversion failed when converting the varchar value 'Linux' to data type int.

We have two CentOS machines on the network and they're not going away any time soon so we need to either find out how to fix this or how to create a new report that doesn't explode at the slightest hint that there are other OSes out there. Any suggestions?
1 REPLY 1
lukemaslany
Engaged Sweeper II
Just curious, but is there any possibility there is a non-integer value in the tblassets.BuildNumber field of one of your assets?

Not sure how many assets you have, but a quick and dirty way could be to run the following as a new report and cast your eye over it:

Select Top 1000000 tblassets.AssetID,
tblassets.AssetName,
tblassets.BuildNumber
From tblassets
Where tblassets.BuildNumber Is Not Null