what’s is your IS version ?
Even i have being facing this issue in my schedule service on IS 6.5.3 which does FTP operation every 5 minutes. All exceptions are caught in the catch block, but still once in a week scheduler gets hang for some un known reason.
for 6.1 webMethods has provided a fix for this, but still scheduler does get hang out of the blue. The only option we have is to delete and recreate the scheduler which seems to be impossible without having 24*7 operation team.
One of the possible work around we have got for this problem is to log an entry to temporary table whn the service starts and ends with time stamp. We then have a stored procedure which monitors the temporary table and shoot outs the email in case of big time lapses between last run and current date time. Stored procedure can also update another temporary on which we can have an update notification, subscribing to which IS can delete and recreate the schedulers using services wmpublic packages.
Jiten
#webMethods-Architecture#Integration-Server-and-ESB#webMethods#webMethods-General