Systask.SendMailAction

Does anyone know what the Systask.SendMailAction on the ICE App Server does? We are seeing this error on the app server event logs make an entry every few seconds even when we have no Task Agent scheduled tasks running and no Email BPM enabled.

That’s generally caused by an Asynchronous BPM that was set to “Send Email”
Look at these tables
Ice.BpActionQueue Ice.BpActionQueueData Ice.MailQueue

Do you have a bunch of stuff sitting outthere.

2 Likes

Thanks Jose. You put me onto the right path. While we did not have any current email related directives enabled, I found the Ice.MailQueue table housed over 700K records from an old BPM that we had deleted several months back. I always check the AlertQue table for issues, but didnt even know about this Ice.MailQueue table. Once I cleared that out the errors ceased.

Thanks again for your tip!
Jason

2 Likes