Skip to main content

I have a problem identifying the error status of processes where the IPCSend error occurs. The process stays in status of 'Active' but there is a record in error log with Source = IPCSend, Type=20.  Why the process is not in error status? Thanks for help.

Just a guess, but IPC events can retry if the server is not available or stuff like that (check the IPC retry settings in service manager), so it might be that it's still retrying the IPC event and therefore not showing in error... ?

Reply