ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

track user who restored an object

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • track user who restored an object

    Dears,
    I was wondering how can I know which user restored a certain object ( *pgm, * file etc...)
    I know how to find the restore date.
    Any idea on how to find the restore user ?

    Thanks a lot

    Regards

  • #2
    Re: track user who restored an object

    DSPOBJD OBJ(myLib/myObj) OBJTYPE(*ALL) DETAIL(*FULL)

    Comment


    • #3
      Re: track user who restored an object

      First, there should only be a couple people who have the authority to do restores of production objects. (And for system objects, only a couple user profiles should have *SAVSYS since it's a dangerous special authority.) If only a couple can restore in a given production area, only a couple need to be asked. But second, restore actions should be audited. You can determine which profile performed the restore by reviewing T/OR entries from QAUDJRN. If you haven't enabled auditing for restores, then you're telling the system that you don't want to track them. DSPOBJD won't tell you who restored the object.

      Tom
      Tom

      There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.

      Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?

      Comment

      Working...
      X