We have had several failures of our main domino server today, the latest had the router hung with ‘sweeping delivery’ on the console. The server would not shutdon, router hung. I can find nothing regarding sweeping delivery here or on IBM’s ‘support’ site.
Anyone have a clue???
TIA!
Lee.
Subject: Router hung: "sweeping deilvery’ message on console=server frozen, hard reboot to fix.
Do you have any third-party products on the server, esp anti-virus or content filtering?
Subject: RE: Router hung: "sweeping deilvery’ message on console=server frozen, hard reboot to fix.
This is resolved, There are several windows API functions in a scheduled agent and the clean up call was not in the error hanlder. The function in question was ImpersonateLoggedOnUser. Despite that microsoft’s doc says it will evaporate when either the RevertToSelf function is called or the module ends, you must call RevertToSelf in your error handler. Otherwise each sheduled run hangs an agent executive (assuming a runtime error), when the server runs out of executives it freaks and starts doing very strange things.