Journalling cannot start automatically

sbass

Member
We recently installed WebSphere 6.1 on i525 and are testing web client, while still using fat/windows client in Production. But we are seeing that journalling is not being automatically started as indicated in jas.log:

Journalling could not be started on F00165 in AS400 libraryOL810 with status : FAILED #Command failed: STRJRNPF FILE(OL810/F00165 ) JRN(OWJRNL/OW_JRNL ) IMAGES(*BOTH) OMTJRNE(*OPNCLO) with exception: CPF700D.

Though we can start the journaling manually using:
STRJRNPF FILE(OL810/F00165) JRN(OWJRNL810/OW_JRNL) IMAGES(*BOTH) OMTJRNE(*OPNCLO)

We do have the journal library specified in the JDE.INI [DB SYSTEM SETTINGS] as follows:
Default Journal=OW_JRNL
Default Journal LIBRARY=OWJRNL810

Is there another pointer to the base OWJRNL library?
 
We had the same problem when we migrated. Ended up just adding them through Ops Navigator. Here's what we ended up with. Keep us posted if you get a fix.

PD811DTA

F983051
F983052
F98720
F98740
F98741
F98751
F98760
F98761
F98950
F0011
F00165
F00166
F0101
F0101Z2
F01131
F01131T
F01133
F0401
F0411
F0411Z3
F0413
F0413Z1
F0414
F0414Z1
F04572OW
F0902
F0911
F0911Z1
F1206
F40UI74
F4074
F4074I
F4102
F4105
F4106
F4111
F4115
F4209
F4301
F43090
F4311
F4311T
F43121
F43199

PRODCTL

F0004
F0005
F9000
F9001
F9002
F9005
F9006
F98800
F98810
F98811
F98830
F98845
F98850

SY811

F982221
F982221
F98230

OL811

F9860
F9861

SVM811

F986111
 
CPF700D is a generic error. Do you have the detailed messages from the joblog of the WebSphere job? It could be a permissions issue depending on how you have your iSeries configured. Are you able to enable journaling manually while logged in as the same user profile as the WebSphere job?
 
I will have to try it with that user the next time we run into the same problem -- will also check the job log next time as well.
Thanks!
 
I wrote a CL program to turn on journaling for data and control libraries. That way during the many migrations that occur during and upgrade (or refreshes later) I can turn on that journaling with a CALL. Drop me a note with your email if you want a copy of my ugly CL.

-Ethan
 
Back
Top