I have a problem with the agent manager. It loses some of their schedules.It’s schedule to run several agents, but without no reason some of the agents scheduled to run dissapear from the schedule, so they are not executed.
After detecting that agents aren’t running, i send a ‘tell amgr sched’ and i can see that these aren’t all the agents that should run, so i restart te amgr, send again ‘tell amgr sched’ and then i can see everything ok and all my agents scheduled to run
I have two server with this behaviour, i send a real example of each one:
Server 1:
tell amgr sched
S S 21:00 Today (Fichero Solicitud CIRBE)|agnFicCIRBE BMB\BMBPREV.NSF
S S 21:45 Today CarteraAsignarDocsNuevos BMB\BMBPREV.NSF
S S 23:00 Today Cuadro Oficina 1908 AGENTE BMB\BMBPREV.NSF
S S 23:15 Today Cuadro Oficina 1908 AFISCAR BMB\BMBPREV.NSF
tell amgr q
After stopping
…
load amgr
Afeter loading …
tell amgr sched
S S 19:38 Today SVSQueTienesParaMiProcessor BMB\BMBPREV.NSF
S S 19:38 Today SVSQueTienesParaMiXML BMB\BMBPREV.NSF
S S 19:38 Today SVSVaciarColaXML BMB\BMBPREV.NSF
S U 19:43 Today SVSRegistrarExpedienteXML | SMART-VISION BMB\BMBPREV.NSF
S S 21:00 Today (Fichero Solicitud CIRBE)|agnFicCIRBE BMB\BMBPREV.NSF
S S 21:45 Today CarteraAsignarDocsNuevos BMB\BMBPREV.NSF
S S 23:00 Today Cuadro Oficina 1908 AGENTE BMB\BMBPREV.NSF
S S 23:15 Today Cuadro Oficina 1908 AFISCAR BMB\BMBPREV.NSF
The agents that dissapear are always the same. They are 4 scheduled agents running every five minutes and another one triggered by new or modified document.
Server 2:
tell amgr sched
E S 08:51 AM Today SVSQueTienesParaMiXML|SMART-VISION AGENTES\AGENTESF.nsf
E S 08:51 AM Today SVSVaciarColaXML | SMART-VISION AGENTES\AGENTESF.nsf
S S 09:12 AM Today SVSRegistrarExpedienteXML | SMART-VISION AGENTES\AGENTESF.nsf
tell amgr q
After stopping
…
load amgr
Afeter loading …
tell amgr sched
E S 08:53 AM Today RecuperarPropuestas BMB\BMBPREV.NSF
S U 08:58 AM Today CALL CENTER ALTAS BMB\BMBPREV.NSF
S S 09:12 AM Today SVSRegistrarExpedienteXML | SMART-VISION AGENTES\AGENTESF.nsf
S S 09:21 AM Today SVSQueTienesParaMiXML|SMART-VISION AGENTES\AGENTESF.nsf
S S 09:21 AM Today SVSVaciarColaXML | SMART-VISION AGENTES\AGENTESF.nsf
S S 08:00 PM Today Borrar Datos_Preaceptacion BMB\BMBPREV.NSF
S S 09:00 PM Today EnviarCuadro1823 BMB\BMBPREV.NSF
S S 11:00 PM Today Envio mail por Cambio de Campos BMB\BMBPREV.NSF
The agents that dissapear are too always the same. In this case disappear all the agents of a particular database new or modified document.
I have put the AMGR_Debug=‘*’ but it gives me no clue.
Could anyone help me to solve this behaviour?, why this can be happening?