Cleanup deletions database does not reflect the updates that were done
search cancel

Cleanup deletions database does not reflect the updates that were done

book

Article ID: 235204

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

For the CA Cleanup I ran a report for system software manager and when I run another report after doing deletions the database does not reflect the updates that were done.  How can I get the updates of the cleanup after deletions have occurred?

Environment

Release : 16.0

Component :

Resolution

Run the AT6#DBU to Refresh the Cleanuo Database

//S1  EXEC PGM=AT6#DBU,REGION=4M

//SYSIN     DD *
*RELOAD*                     REFRESH THE DATABASE
/*

*RELOAD* :   
Reloads only the items currently being tracked. Existing Cleanup
database entries are updated but new users and profiles are not added to the
Cleanup database.   

or

/S1PROD  EXEC PGM=AT6#DBU

 //SYSIN     DD *
 *ALL*                      LOAD EVERYTHING  
 /*

*ALL* : 
Loads (or reloads) the tracking database with everything defined to security
Existing items, if any, will be reloaded or removed if no longer defined to
security.