dumpJournal

The dumpJournal command produces a formatted dump of the transaction journal file specified using the journal argument.

The syntax of the dumpJournal command in the jdbutilb command line is as follows.

jdbutilb path=database-path
         ini=initialization-file-name
         dumpJournal
         journal=journal-file-number
         [lastJournal=journal-file-number]
         [journalDir=journal-directory]
         [nostatus]

The following example shows the use of the dumpLog command in the jdbutilb command line to dump the transaction journal number 0000076894.

jdbutilb path=s:\testjade\db\logs\current ini=s:\testjade\jade.ini dumpJournal journal=0000076894 journalDir=s:\testjade\logs\current

The following dump file is formatted using this example.

d:\testjade\db\logs\current\db0000076894.dump.txt

For more details, see "Using the Dump Journals Command", earlier in this chapter.