Missing Report
Hi everyone, I was looking to do a report on a bit of software we have installed, I've been using the report for the last weeks to see what pc doesn't have the software and installing it, the report is computers with software in add/remove progroms. When I now go to select the software it isn't even listed so I can't run a report against it, any ideas, don't know why this has suddenly dissapeared.
Cheers
Cheers
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
dunnpy
16 years ago
tolmie,
I haven't got a clue where it's gone - maybe 'someone' deleted it [:)]
Here's the SQL statement if you want to recreate it:
Select sys.Netbios_Name0, fcm.SiteCode, sys.User_Domain0, sys.User_Name0, sys.Operating_System_Name_and0, arp.DisplayName0
FROM v_R_System sys
JOIN v_Add_Remove_Programs arp ON sys.ResourceID = arp.ResourceID
JOIN v_FullCollectionMembership fcm on sys.ResourceID=fcm.ResourceID
WHERE DisplayName0 = @displayname and fcm.CollectionID=@CollID
Thanks,
Dunnpy
I haven't got a clue where it's gone - maybe 'someone' deleted it [:)]
Here's the SQL statement if you want to recreate it:
FROM v_R_System sys
JOIN v_Add_Remove_Programs arp ON sys.ResourceID = arp.ResourceID
JOIN v_FullCollectionMembership fcm on sys.ResourceID=fcm.ResourceID
WHERE DisplayName0 = @displayname and fcm.CollectionID=@CollID
Thanks,
Dunnpy
Posted by:
tolmie
16 years ago
Posted by:
dunnpy
16 years ago
tolmie,
It's the Hardware Collection Agent that collects the Add/Remove Program information - so it's possibly the 'Delete Aged Inventory History' task that you need to be looking at.
I suppose, for example, if your Hardware Inventory Client Agent is only running at 60 day intervals and your 'Delete Aged Inventory History' task is set to 30 days - then you will end up with missing information, until the scan runs again.
Try changing the frequency of hardware inventory to a short interval (daily), and see if the information returns - you can always set it back to something more reasonable afterwards.
Sorry I can't be more help - where I am we have a separate asset/software management tool - so this side of things isn't utilised to a great extent.
Thanks,
Dunnpy
It's the Hardware Collection Agent that collects the Add/Remove Program information - so it's possibly the 'Delete Aged Inventory History' task that you need to be looking at.
I suppose, for example, if your Hardware Inventory Client Agent is only running at 60 day intervals and your 'Delete Aged Inventory History' task is set to 30 days - then you will end up with missing information, until the scan runs again.
Try changing the frequency of hardware inventory to a short interval (daily), and see if the information returns - you can always set it back to something more reasonable afterwards.
Sorry I can't be more help - where I am we have a separate asset/software management tool - so this side of things isn't utilised to a great extent.
Thanks,
Dunnpy
Posted by:
tolmie
16 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.