Hi,
since I updated Lansweeper to v5325 no scheduled deployment works anymore.
Deployment Log says:
Report: Software: CCleaner kleiner Aktuell - had no 'AssetID' column. This column is mandatory for deployments to work with reports. Package: Install - CCleaner 5.13 slim
If I run the Report manually it works normally.
Here's the report:
Select Top 1000000 dbo.tblAssets.AssetID,
dbo.tblAssets.AssetName,
dbo.tblSoftwareUni.softwareName,
dbo.tblSoftware.softwareVersion,
dbo.tblAssets.Lastseen,
dbo.tblComputersystem.Domainrole
FROM dbo.tblAssets
INNER JOIN dbo.tblSoftware ON dbo.tblSoftware.AssetID = dbo.tblAssets.AssetID
INNER JOIN dbo.tblSoftwareUni ON dbo.tblSoftwareUni.SoftID = dbo.tblSoftware.softID
INNER JOIN dbo.tblComputersystem ON dbo.tblComputersystem.AssetID = dbo.tblSoftware.AssetID
Where dbo.tblSoftwareUni.softwareName Like 'CCleaner'
And CONVERT(int, SUBSTRING(dbo.searchnn(dbo.tblSoftware.softwareVersion), 1, 3)) < 513
Order By dbo.tblSoftware.softwareVersion
Also tried to make a new report and new schedule. But always get that message.