
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 03:26 PM
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:
Also tried to make a new report and new schedule. But always get that message.
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.
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2016 09:20 AM
An updated installer with a fix for this bug is now publicly available. You can update your installation by following these instructions.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2016 09:20 AM
An updated installer with a fix for this bug is now publicly available. You can update your installation by following these instructions.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2016 08:07 PM
We responded to DanielB via email, but just an FYI for everyone else: this is now a confirmed bug and will be fixed in our next Lansweeper release. You can enable the update check under Configuration\Your License to be notified of any new releases. You can also contact support@lansweeper.com to receive an updated installer. (We have an installer ready, but didn't put it on our public download page yet.)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2016 05:22 PM
Hi,
I see you are using a 'searchnn' function in your query.
Could you mail the contents of this function to support@lansweeper.com.
Thanks in advance.
I see you are using a 'searchnn' function in your query.
Could you mail the contents of this function to support@lansweeper.com.
Thanks in advance.
