Example of a Simple Reconfiguration
- Last UpdatedMar 18, 2022
- 1 minute read
The following command sequence might be used to reconfigure a Database (DB) which is not referenced by any other DBs:
FROM DB MASTER/DESIGN
TO DB MASTER/DESNEW
RCFCOPY ALL
RECONFIGURE
Note:
In practice it would be advisable to use RCFUPDATE and DUMP in the command sequence. Refer to Sections Updating References into a Reconfigured Database and Saving the Reference Number Index in Chapter Advanced Reconfiguration.
The following messages are typical of the output during a completely successful reconfiguration:
*** Pass one initiated ***
*** Pass one completed ***
*** Pass two initiated ***
EC SITE #32/202 =42/205
Phase one complete - starting phase two
*** Pass two completed ***
***Reconfiguration Completed
0 Elements were not defined in DDL
0 Elements have been lost
0 Elements are no longer named
0 Attributes were incorrectly defined
0 Elements were not inserted
For a complete list of output messages, refer to Chapter Reconfiguration Messages.