Additionally the main IS-Schema needs to grant SELECT and DELETE rights to the Archive-Schema:
Run the following command for each table affected by the archiving services:
grant SELECT, DELETE on <table> to <archive-user>;
I have identified the follwowing tables for wM 7.1 and wM 9.5 (see comments):
grant SELECT, DELETE on WMCONTROL to ARCHIVE;
/* grant SELECT, DELETE on WMCUSTOMDATA4X to ARCHIVE; required only up to wM 7.1 */
grant SELECT, DELETE on WMCUSTOMFIELDDEFINITION to ARCHIVE;
-- new since wM 9.5
grant SELECT, DELETE on WMCUSTOMLOOPDATA to ARCHIVE;
-- end new since wM 9.5
grant SELECT, DELETE on WMCUSTOMPROCESSDATA to ARCHIVE;
grant SELECT, DELETE on WMDOCUMENT to ARCHIVE;
grant SELECT, DELETE on WMERROR to ARCHIVE;
grant SELECT, DELETE on WMPROCESS to ARCHIVE;
grant SELECT, DELETE on WMPROCESSASSOC to ARCHIVE;
grant SELECT, DELETE on WMPROCESSDEFINITION to ARCHIVE;
grant SELECT, DELETE on WMPROCESSIMAGE to ARCHIVE;
grant SELECT, DELETE on WMPROCESSRECENT to ARCHIVE;
grant SELECT, DELETE on WMPROCESSSTEP to ARCHIVE;
-- new since wM 9.5
grant SELECT, DELETE on WMPROCESSSTEPLOOP to ARCHIVE;
-- end new since wM 9.5
grant SELECT, DELETE on WMPROCESSTRANSITION to ARCHIVE;
-- new since wM 9.5
grant SELECT, DELETE on WMPROCESSTASK to ARCHIVE;
grant SELECT, DELETE on WMPROCESSTASKSTEP to ARCHIVE;
grant SELECT, DELETE on WMPROCESSTASKUSER to ARCHIVE;
-- end new wM 9.5
grant SELECT, DELETE on WMSECURITY to ARCHIVE;
grant SELECT, DELETE on WMSERVICE to ARCHIVE;
grant SELECT, DELETE on WMSERVICE4X to ARCHIVE;
grant SELECT, DELETE on WMSERVICEACTIVITYLOG to ARCHIVE;
grant SELECT, DELETE on WMSERVICEASSOC to ARCHIVE;
-- new since wM 9.5
grant SELECT, DELETE on WMSERVICECUSTOMFLDS to ARCHIVE;
-- end new since wM 9.5
grant SELECT, DELETE on WMSERVICE_MIN_MAX to ARCHIVE;
grant SELECT, DELETE on WMSESSION to ARCHIVE;
grant SELECT, DELETE on WMSTEPDEFINITION to ARCHIVE;
grant SELECT, DELETE on WMSTEPTRANSITIONDEFINITION to ARCHIVE;
grant SELECT, DELETE on WMTXIN to ARCHIVE;
grant SELECT, DELETE on WMTXOUT to ARCHIVE;
Please check which of these modifications apply to wM 8.2.
#Integration-Server-and-ESB#webMethods