Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restoring from tape recreates users 2

Status
Not open for further replies.

smah

MIS
Sep 4, 2002
9,396
US
When restoring from a tape dump, some purged users are automatically recreated. I assume there must be files being restored that are attributed to these users. How would I go about finding what's recreating the users?
 
The RESTORE command with the CREATE option will recreate the user that created the file. The LIST option of the RESTORE command will show you which files created which users.

Regards,

Glenn
 
Thanks, now I need to figure out what to do about it. Is there a way to change the user attributed to these files?
 
You can change the user a couple of ways, the easiest would be if you have MPEX, VESOFT and using the ALTFILE command.

ALTFILE ZIPJ;CREATOR=MGR.ACCT1.

If you don't have MPEX, you can make a copy of the file, rename the existing file, the copy the file back to its original location. The user will now be how you are signed on.

Thx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top