/build/static/layout/Breadcrumb_cap_w.png

KACE 1000 - Assets assigned to a user

Hi,

Can someone show me a way to create a custom report or help me with a SQL query which would give me a list of all assets that were assigned to a user in the last 6 months.

Input parameters: UserName

Expected output:

Asset Name, Asset Type, Serial, Price, Vendor,OrderDate

 


0 Comments   [ + ] Show comments

Answers (3)

Posted by: chucksteel 11 years ago
Red Belt
0

I'm not sure which table you would want to pull this from, but you might be able to use the ASSET_HISTORY table. The following shows entries from the past 31 days where the user has changed on an asset:

 SELECT * FROM ORG1.ASSET_HISTORY where DESCRIPTION like 'User changed from % to %'
and TIME > DATE_SUB(NOW(), INTERVAL 31 DAY);

The main problem here is that I'm not sure if this is what you mean by an asset being assigned to a user. I believe this is more accurately showing the user that logged into a computer. I looked through this table to see if there was an explicit change recorded when the Owner assigned to the asset changed and could not find one.

Also, as far as I know, the KACE reports don't allow for input parameters, so even if you could track those changes in the Asset you would need to create a separate report for each user or modify the report every time you want to run it for a different person.

Posted by: nainil.ecw 11 years ago
Senior White Belt
0

Thanks Chuck.

Here is a screenshot of what I see currently when I click on Help Hub and click on a user, it opens the edit User Details area which gives me all the items the user has. If I can get a sql report which can find that for me and provide me with serial number and price along with it, that is all I'll need.  Even if it's going through 1 user at a time, that would work.

 

Posted by: chucksteel 11 years ago
Red Belt
0

You should be able to accomplish that using the reporting wizard. Have you tried making a report based on the asset type and including the fields you need?

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ