Thanks for the reply. Those services are used to archive TN data. Monitor is used to archive the audit logs.
I found a temporary solution.
The stored procedures used to perform the archive operations has truncate table command for some of the tables. My issue was it wasn’t truncating WMERROR and WMSESSION. So I updated the stored procedure for server data archive to truncate these dates before it inserts the archived data.
May not be the best idea, but no other option at the moment.
#Integration-Server-and-ESB#webMethods#webMethods-General