But from the notes-log we see that the agent executes every 2 minutes!
Can someone tell me which of the “$Assist…” fields in the agent document reflect the schedule settings of the agent.
the database inherits the agent from a template. The database instance was created by a script of my own, this script also performs the activation of the agent by
setting “agent.Servername” and agent.enabled = true
these were exactly the first facts I checked before I posted the problem: There is only 1 instance of the agent and the agentlog also confirms the 2 minute interval.
Once you can figure out how you did it, you can sell this solution to the dozens of developers who want to kill there servers by running agents more frequently. This could make you rich …
Seriously, I’m running out of ideas. I don’t think that the schedule information is in any of the items as clear text, but I’m not 100% sure. Starting to think of it as a possible bug in 6.5.2 …
In the meantime I’ve checked other databases with similar agents and which are installed by (my) the same script:Independent of the database and the server:
alle these agents run every 2 minutes.
Finally I manually installed a testdatabase and activated the agents “by hand”: These agents will execute every 5 minutes.
Up to now I don’t know if there’s something wrong with my installation script.