Restoring journal receivers
A situation has come up in our shop where we need to restore the QAUDJRN receivers from the production box to the test box (due to storage limitations and the large size and number of the receivers to be restored).
We ran the following command:
RSTOBJ OBJ(AUDRCV*) SAVLIB(##AUDITRCV) DEV(TAPxx) ENDOPT(*LEAVE) RSTLIB(MYLIB) The library on the prod box is in ASP1, while the library we wanted to restore the receivers to on test is in ASP2. The following messages appeared in the job log for each receiver:
Message . . . . : JRNRCV AUDRCVxxxx restored to ASP 2.
Cause . . . . . : The object was saved from auxiliary storage pool (ASP) 1. However, when the object was restored, library MYLIB existed in ASP 2. When a library exists in a user ASP, all objects in that library must be in the same ASP.
When I looked for the journal receivers, they are not there. They're not anywhere. Where did they go? How can we restore the journal receivers?



