I am trying to setup journalling and ran into a problem.
First I have 2 regions: DESCNAME1 & DESCNAME2. These regions map to segments that are named the same which map to files: Mfile and MData respectively. I noticed in the documentation that you could setup Journalling via either GDE or MUPIP. So I decided to up journalling using both methods. (BTW I decided to setup journalling using regions). I setup region DESCNAME1 using GDE: CHANGE -R -JOURNAL=(F="/home/xxxxx/MJournalTest/DESCNAME1.mjl".BE)
I verified that and saved that and exited from GDE
THen I ran MUPIP -reg -Journal=(ON,BEFORE_IMAGE) DESCNAME1
When I do this, though it creates a journal file at:
/home/xxxxx/MDataTest/MFile.mjl
Isnt it supposed to create the journal file i specified in GDE?
TIA
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I am trying to setup journalling and ran into a problem.
First I have 2 regions: DESCNAME1 & DESCNAME2. These regions map to segments that are named the same which map to files: Mfile and MData respectively. I noticed in the documentation that you could setup Journalling via either GDE or MUPIP. So I decided to up journalling using both methods. (BTW I decided to setup journalling using regions). I setup region DESCNAME1 using GDE: CHANGE -R -JOURNAL=(F="/home/xxxxx/MJournalTest/DESCNAME1.mjl".BE)
I verified that and saved that and exited from GDE
THen I ran MUPIP -reg -Journal=(ON,BEFORE_IMAGE) DESCNAME1
When I do this, though it creates a journal file at:
/home/xxxxx/MDataTest/MFile.mjl
Isnt it supposed to create the journal file i specified in GDE?
TIA
John --
Journaling parameters that you associate with a segment in GDE are used when you create a new database file for that segment.
Once a database file is created, you use MUPIP to change journal parameters.
-- Bhaskar