11-11-2014 12:52 PM
Solved! Go to Solution.
11-12-2014 12:53 PM
Ok, we examined further our issue, and found the solution.
We’re using a Forefront TMG proxy with HTTPS inspection enabled, and there was some issue with the SSL certificate at Lenovo warranty site, then the connection from Lansweeper server was dropped due to the HTTPS inspection.
Disabling HTTPS inspection for our Lansweeper server, the warranties are now scanned and reported correctly.
Thanks for your support, the issue is resolved.
Regards.
11-12-2014 12:53 PM
Ok, we examined further our issue, and found the solution.
We’re using a Forefront TMG proxy with HTTPS inspection enabled, and there was some issue with the SSL certificate at Lenovo warranty site, then the connection from Lansweeper server was dropped due to the HTTPS inspection.
Disabling HTTPS inspection for our Lansweeper server, the warranties are now scanned and reported correctly.
Thanks for your support, the issue is resolved.
Regards.
11-12-2014 10:32 AM
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.Lastseen,
tblAssets.Lasttried,
tblAssets.ServiceVersion,
tblWarranty.WarrantyId,
tblWarranty.LastWarrantyTry,
tblWarranty.LastWarrantySuccess,
tblWarranty.PurchaseCountry,
tblWarranty.ShipDate,
tblWarranty.ForceUpdate,
tblWarranty.Error,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tblAssetCustom.Serialnumber,
tblAssetCustom.PurchaseDate,
tblAssetCustom.Warrantydate,
tblAssetCustom.SystemSKU
From tblAssets
Left Join tblWarranty On tblAssets.AssetID = tblWarranty.AssetId
Left Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Where tblAssets.AssetName = 'YourAsset'
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now