There are 2 databases (FDB) used by Disk. One with 30 days retention the other with 90 days retention.
What process can be used to move the Disk records (files) from one database to the other?
Release : 14.0
The Preferred method is to
1. REBUILD some of the entries first within the new Disk database (FDB)
(Note: If all were being moved, the customer could have use DBCOMBIN to merge the two FDBs)
2. PURGE them from the original Disk database (FDB).
Refer to tech doc for REBUILD and PURGE samples.