Hi guys.
We have NS 6.0.6074 (SP 3 + R13) and Assets Management with Barcode Solution
Few months ago we have upgraded our Barcode Solution to the latest version (6.7.9600) and immediately after the upgrade we have stumbled upon the issue:
Barcode Scanner was only downloading active fixed assets. Assets that have been marked other then active were not downloaded.
We spoke to Altiris/Symantec support and they came back with the solution, but unfortunately it was too cumbersome to implement. However, their explanation of the data relation helped me to create very simple solution.
As we wanted to download all fixed assets to the Barcode Scanner, I have created the simple target collection for the Barcode Scanner synchronization.
Create a collection with the SQL query in it
SELECT GUID
from vFixedAssetResourceStatus
We only need the GUIDs as Notification Server will do the rest for...