HI,
When I try to delete a journal receiver that hasn't been saved, I get the "never fully saved" message even though I'm using DLTOPT(*IGNINQMSG)
Does anyone have a piece of code that will get rid of receivers no matter what? E.G. not saved, remote, attached......
Thanks
Software/Hardware used:
ASKED:
January 18, 2005 11:04 AM
UPDATED:
October 11, 2010 5:05 AM
You can’t delete an attached receiver. You must delete the journal first. And you can’t delete a journal if it’s active. E.g., if you are using a journal to track changes to database objects, those objects must either be deleted or journaling must be ended for them. Or if it’s a system journal such as QACGJRN or QAUDJRN, the event auditing must be stopped.
Tom