• Add Agent Configuration dashboard

    By Kevin Pettitt 2 decades ago

    Should be accessible only to those with Designer Access or Editors who have the "Create Lotusscript/Java Agents" privelege.

    Should display (all or just scheduled?) the agents in the current database (if all, then grouped by trigger - schedule, action bar, agent list, etc.)

    Should allow adjustment of agent schedules for scheduled agents, as well as the enabling/disabling of scheduled agents.

    Schedule adjustments may require designer access, in which case those controls should be hidden appropriately.

    • agent dashboard in QAF

      By Mark Demicoli 2 decades ago

      Hi Kev, just saw your post on my blog… yes we definitely should put our heads together on this. I'll post a new version of QAF ASAP so you can see what I've done and we can take it from there.



      My main objective is to track all scheduled code and trap any errors and to give users (admin or otherwise?) a means to 'watch' agent execution. The way I've done it is to allow ServerScripts to be scheduled, by emulating the standard Agent dialogbox (scheduled mode). The ServerScript in this mode only allows a script library which contains a Main() sub. When saved, the ServerScript creates an agent with all the selected schedule properties and wraps the Main() function in error trapping code. Anyway, I'll post what I have so far ASAP so you can get an impression. Wish IBM would put up some cash so we can work together :)



      cheers,

      Mark :]