
When running jobs using Application Server we are having issues with jobs hanging when a System Event is raised (which of course are automatically logged). Obviously this isn't an issue when the job is run directly on a client workstation (the user can acknowledge the message).
Is there a way to prevent this occurring with running jobs on the Application Server?
*This post is locked for comments
I have the same question (0)As far as I know there is nothing that can be done for that, but if someone know better, i'd love to fix it here too.
What we are doing here is monitoring queues (App Server and Process Manager) and if one queue getting only bigger, we receive an email to connect to fix it. It's not perfect but, it's what we found to make it work.
A thing that may could be done, I had it in mind but never tried it; you could create a new app that would call the App Server in automated mode, this should let you trap all message a save them somewhere instead of blocking the system.
Hope this will help a little.