This issue needs a solution.

how to confirm if application metering agent is sending inventory data to NS or not

Created: 26 Dec 2012
Login to vote
0 0 Votes

Hi,

We have NS 7.1 SP2.

I noticed that our executable usage report for one of our licensed applications is not correct. There seems to be no inventory being sent to the NS for the last 3 months. how could I check with the application metering agent if it is sending inventory data (or not) on a regular basis?

 

thank you in advance,

 

Filed Under

Comments

Andrew Bosch
Symantec Employee
29
Dec
2012
Votes
0

Have you looked in Resource

Have you looked in Resource Manager for a particular computer under Dataclass Summary?  On the client itself, I am not aware of a location you can look

------------------------------------
Sr. Principal SQA Engineer
Symantec

29
Dec
2012
Votes
0

hi andrew, Thank you for your

hi andrew,

Thank you for your reply. Actually no I did not have a look at the Resource Manager, I will do that

thanks

Andrew Bosch
Symantec Employee
31
Dec
2012
Votes
0

You could also use SQL to

You could also use SQL to create a report that will show you the last time your computers collected metering information.  Here is the query.  I can add additional columns if you would like:

 

SELECT i.Name, r.[Collection Time]

FROM vRM_Computer_Item i

LEFT JOIN dbo.Inv_Inventory_Results r    

   ON r.[_ResourceGuid] = i.Guid  

   AND r.Agent = 'Application Metering Agent'

ORDER BY i.Name

------------------------------------
Sr. Principal SQA Engineer
Symantec

01
Jan
2013
Votes
0

Hi Andrew, Thanks heaps for

Hi Andrew,
Thanks heaps for the script, I will try that today and let you know

thanks again

greg_zielinski
Certified
02
Jan
2013
Votes
0

I found this helped alot in

I found this helped alot in seeing all the NSEs that were being sent and forcing metering to report send events quicker.

 

http://www.symantec.com/connect/forums/application-monitoring-0

 

02
Jan
2013
Votes
0

Hi Greg, thanks for the link,

Hi Greg,
thanks for the link, alot of useful information there.

regards