Skip to content

REPLOFFJNLON

REPLOFFJNLON

REPLOFFJNLON, Replication state for database file is OFF but journaling state is enabled.

MUPIP Error: In a replicated environment, this indicates that the database file cannot have journaling ENABLED or ON when the replication state is OFF. This is an out of design situation due to implications on recovery as journal files can’t be a mix of SET/KILL records that were created when replication was ON and those created when replication was OFF.

Action: In order to prevent this situation, enable replication state for the database file (using MUPIP SET -REPLICATION=ON or MUPIP BACKUP -REPLICATION=ON) or disable journaling using MUPIP SET -JOURNAL=DISABLE whichever is desirable.