‎05-23-2019 12:22 PM
UPDATE [tblAssetCustom]
SET [State] = 2
WHERE [AssetID] IN
(
SELECT [tblAssets].[AssetID] FROM [tblAssets]
INNER JOIN [tblAssetCustom] on [tblAssets].[AssetID] = [tblAssetCustom].[AssetID]
WHERE [Assettype] = -1 AND [Lastseen] < (GETDATE() - 30)
AND [State] = 1
)
‎05-30-2019 07:12 PM
‎05-30-2019 04:05 PM
‎05-30-2019 04:03 PM
‎05-30-2019 03:42 PM
‎05-30-2019 04:00 PM
JacobH wrote:
Plus, not cool to tell everyone that I contacted support@lansweeper.com via email.
‎05-30-2019 03:40 PM
In our options, we have it set to "Set assets to non-active if not seen in the last [30] days."
However we found 395 Windows assets whose last seen day was greater than 30 days ago.
‎05-30-2019 04:29 PM
JacobH wrote:
You said that the workaround is to set assets to non-active if not seen in the last XX days...
Original Post:In our options, we have it set to "Set assets to non-active if not seen in the last [30] days."
However we found 395 Windows assets whose last seen day was greater than 30 days ago.
Plus, Last Seen does not mean that the computer isn't online and functioning as normal. Last Seen means 'Last Successful Scan' as with active scanning, if it can't scan it, it will modify the 'Last Tried' but not the 'Last Seen' - which is confusing in and of itself.
So, reports on 'Last Seen' are incorrect and lead to false reporting. I am looking at one now created by LS and not modified by me, and I can ping assets, and have verified the machines are online - it's just that they have scanning errors. If you want to accurately report not seen, you would need to use the scanning errors table, along with scan history and 'last Tried' column, to accurately report on what actually hasn' been seen.
So to me, the workaround is invalid.
‎05-30-2019 03:19 PM
Just to confirm: the forum post and our support response stated the fix *may* have to wait until 7.2. We did not make a definitive statement about this. We cannot state with certainty when specific issues will be fixed, as bug priorities are evaluated (and frequently re-evaluated) by our development and quality assurance teams. As the affected option will need to be overhauled for 7.2 anyway, and a workaround is available, the logical decision may be to postpone a fix. Again though, we don't have a final decision on this. Which builds may be released prior to 7.2 is still being discussed and debated. LAN-2974 is not currently on a list of possible hotfixes, but that doesn't mean it won't be, depending on how the situation and customer cases evolve.
When a bug is reported, we log it in our system. We then also link any related customer tickets to that bug. Our development and quality assurance teams evaluate bug priority based on a number of factors: severity, number of affected customers, whether or not workarounds exist etc. The fact that the cleanup option issue has been reported a relatively few number of times at this point and has a workaround is making it less critical in the bug list, at least for now.
The workaround we are referring to and was referred to on the forum as well is the use of other cleanup options, e.g. "set to non-active if not seen in XX days". A machine that is disabled in AD is presumably not going to be "seen" again either and could automatically be set to non-active through the use of the "not seen" option instead. We understand that the other option not working is frustrating, but the "not seen" option would be a good substitute in the meantime.
We hope this clarifies things. We'll post this answer on the forum as well.
‎05-30-2019 04:28 PM
Susan.A wrote:
The workaround we are referring to and was referred to on the forum as well is the use of other cleanup options, e.g. "set to non-active if not seen in XX days". A machine that is disabled in AD is presumably not going to be "seen" again either and could automatically be set to non-active through the use of the "not seen" option instead. We understand that the other option not working is frustrating, but the "not seen" option would be a good substitute in the meantime.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now