Hey hello,
I have stopped journaling on the parent schema now & now I am facing other problems primarily exceptions on restoring the journals to the new schema and with the data area.
Message . . . . : Problem with data area QDFTJRN in library TESTSCHEMA,
reason code 2.
Cause . . . . . : There was a problem with the QDFTJRN data area. The
problem is due to reason code 2. The reason codes are:
*1 -- The data area is not type
CHAR, does not have a length of 24 or
greater, or the data cannot be read.
2 -- The data area does not contain the expected special values.
Message . . . . : Cannot restore receiver QSQJRN0108 into library
TESTSCHEMA.
Cause . . . . . : Journal receiver QSQJRN0108 cannot be restored into
library TESTSCHEMA because the library is not the original library for the
journal receiver in the original ASP group nor the redirected library in the
redirected ASP group if the journal receiver is to be associated with a
remote journal.
The saved receiver was originally associated with local journal QSQJRN in
*library PAKRE in ASP group
SYSBAS. The following remote journal information
was saved with the journal receiver:
*-- The redirected *TYPE1 remote journal name is
N.
*-- The redirected *TYPE1 remote journal library name is
N.
What I did was to create a data area on the new schema like this
*CRTDTAARA DTAARA(TESTSCHEMA/QDFTJRN) TYPE(*CHAR) LEN(40) VALUE('TESTSCHEMA*
QSQJRN')
Data area corrected successfully.
Then changed the data area to map with the parent schema like this
*CHGDTAARA DTAARA(TESTSCHEMA/QDFTJRN (21 20)) VALUE('*ALL
RSTOVRJRN')
Although we are using V5r4 I dont get any error or success message on the command above.
Anybody can tell me what's wrong ? Am I doing something wrong here ?
Regards, Mike.