Deleting WebDocs Event Monitor Records with Blank To Email Addresses
From Support
The following steps can be used to delete bad event monitor records that have no TO email address in them:
Sign on to System i as security officer user ID or equivalent.
Add RJSIMAGE to library list
ADDLIBLE RJSIMAGE
Run the following command. Make sure to enter all single quotes as noted in the command line below:
DOCSQL SQLSTM('delete from rjsimage/docevent where eto = ')
