Hi there,
I already checked the Report:
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetUnique,
tblAssets.Domain,
tsysOS.OSname,
tblAssets.Description,
tblComputersystem.Lastchanged,
tsysOS.Image As icon
From tblComputersystem
Inner Join tblAssets On tblComputersystem.AssetID = tblAssets.AssetID
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode
Where tblComputersystem.Domainrole > 1
Order By tblAssets.AssetName
I accidently deleted a row I was wondering if it could cause it (don´t remember what it was) but it did not help - anyway it still shows the same Count of Servers but I have more, on quick look sais me one 2008 R2 is missing the list and multiple 2003 R2, all of them running on XenServer.
What could that be?
Greetings, Jochen