we are journaling a file.
we get this error:
delete from lsifiles.lsitsmord;
produces error:
SQL State: 55019
Vendor Code: -7008
Message: [SQL7008] LSITSMORD in LSIFILES not valid for operation. Cause . . . . . : The reason code is 3.
3 -- LSITSMORD not journaled, no authority to the journal, or the journal state is *STANDBY. Files with an RI constraint action of CASCADE, SET NULL, or SET DEFAULT must be journaled to the same journal.
the journals and receivers are not in library LSILIB, but inQGPL.
It seems the problem could be with commit.
any suggestions?
we get this error:
delete from lsifiles.lsitsmord;
produces error:
SQL State: 55019
Vendor Code: -7008
Message: [SQL7008] LSITSMORD in LSIFILES not valid for operation. Cause . . . . . : The reason code is 3.
3 -- LSITSMORD not journaled, no authority to the journal, or the journal state is *STANDBY. Files with an RI constraint action of CASCADE, SET NULL, or SET DEFAULT must be journaled to the same journal.
the journals and receivers are not in library LSILIB, but inQGPL.
It seems the problem could be with commit.
any suggestions?
Comment