Hi everyone,this is with TS 6.7.2 on Solaris 10.For legal reasons we need to be able to determine which user created/published a file for years to come, even if this user has already left the company.Since we have more than 1000 active users, keeping the accounts of previous users intact will soon clog up the system (at least for the administrators/masters).When you delete an account the name and user ID are lost and the files that were created/modified/owned by that user will only show a numeric value in the respective properties ("Modified By", "Owner", "Creator"). This goes for workareas as well as for the STAGING area and all editions a file might be contained in.Does anyone know a way of getting rid of the user account without losing the information about file creation/modification/ownership in the TS store?Is there some best practice regarding this issue?Thanks for your input.
You could consider adding a step to your workflow processes that sets an EA on the file with a text string representing the user's id - or perhaps better, their full name. Since it's a text string and not a direct UID mapping - it will remain long after the account has been removed from the system.
In this case, however, only the last version of the file would be tagged with this EA, not the version in the STAGING area, let alone the versions stored in editions.In order to propagate the EA to STAGING (and a new edition), the file would have to be submitted (and published), which unfortunately would tamper with the "modified by" and "last modified" information.Hmm - still no feasible solution, I'm afraid. But thanks for your thoughts on this, ghoti.
In this case, however, only the last version of the file would be tagged with this EA, not the version in the STAGING area, let alone the versions stored in editions.In order to propagate the EA to STAGING (and a new edition), the file would have to be submitted (and published), which unfortunately would tamper with the "modified by" and "last modified" information.
... -- so this lets you have your cake and eat it too, ...