|
One of the many surprising things disclosed by the
Deployment Metrics package
is just how many packages are being deleted.
It need hardly be said that this is very bad practice!
As of PPM version 6.0 the good news is that the system can maintain an audit trail to show who has deleted packages and when.
The bad news is that using this feature is not particularly well documented.
The first thing you need to do is set auditing on for all your workflows.
workflow auditing can be turned on by opening a workflow, selecting the 'Deployment Management Settings' tab, then selecting the ' Modify Settings For: Auditing' radiobutton.
Check the 'Turn on Package Auditing' checkbox.
The dialog states that the purpose of this checkbox is to audit changes in package notes.
Although it doesn't say so it also has the effect of auditing package deletions.
It would have been better to add an explicit checkbox to the dialog for this purpose, but perhaps the developer was pressed for time.
PPM stores the resulting Y/N AUDIT_FLAG field not in KDLV_WORKFLOWS which is where you might think it should logically belong,
but instead it stores it in the KDLV_WORKFLOW_EXTN table for use by the SOX accelerator.
|