/build/static/layout/Breadcrumb_cap_w.png

K1000 Scripting - Can you have it log the user that ran the script.

Hi there!

We have a few people in the team that have access to the K1000.  We have started scripting our Application installations, and having them install applications via Scripting > Run Now.  We were wondering if there was a way that we could be able to see who has pushed a certain installation out?

 

Cheers,

Brendan


0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: dugullett 10 years ago
Red Belt
4

In 5.4 you can go to Settings>History>Object History Listing. As long as you have your settings to track that info Settings>History>Object History Configuration.

You can also run a report.

SELECT NAME, USER_TEXT, TIME

FROM ORG1.OBJECT_HISTORY O

WHERE CHANGE_TYPE = 'EVENT'

ORDER BY TIME
 

Comments:
  • You are the best. Thank you! Regarding the report, how do I order by latest time first? - bhallida 10 years ago
    • Add DESC to the end.

      ORDER BY TIME DESC - dugullett 10 years ago
      • This is great. Building on it, would it also be possible to query which machines/labels/etc that it was pushed to? - captains1stm8 7 years ago
  • Wow. Thank you for the speedy responses! This has worked a treat! - bhallida 10 years ago

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