Lady Sterling 29.Jul.08 03:53 PM a Web browser LEILEI - 7.0iSeries
Upon completion of 4 replication activities in LEI, we were running three sequential or consecutive agents from LEI. We want to get those agents out of LEI and have them run within Domino. So I created a command activity upon completion of the last replication activity. This command executes an agent that will call the other agents that were running from LEI.
So the activity has the command: "Execute CallWatchAgent"
CallWatchAgent has one line of formula in it:
@Command([ToolsRunMacro]; "WatchAgent")
This agent runs 10 seconds and nothing else happens. No error, message or anything and the log for WatchAgent says it has never run. If I put this into LS with a "Call agent.run" then CallWatchAgent runs and calls WatchAgent. However, it leaves CallWatchAgent "open" and running...which I think makes sense according to LS. But I don't want it to do that because it ties up LEI and other resources. I simply want it to start the WatchAgent agent and CallWatchAgent is complete and LEI is finished as well.