Audit Logging and Resubmission issues

Hi,
We have enabled ‘Per Service’ Audit logging for one of our flow services in our webMethods 6.1 IS. This logging is enabled for failures only. When the service fails, the Audit Log in the management console correctly shows the failed service and is marked as ‘failed’ and ‘resubmittable’. However, we cannot see the failed services from WmMonitor to resubmit the service.

I was wondering if anyone has experienced this problem and will be knid enough to point us in the right direction to resolve it.

Thanks
Stephen

Make sure that your IS is configured to log audit info to a database and not the file system. watt.server.auditStore=databaseAfter doing this, you will need to configure that JDBC pools for at least:ProcessAudit and ISCoreAudit.Hope that helps…