Hi All,
I have created mutiple Agents. All agents run on their each separate thread.
I have also Added these Agent IDs in
[agents]
lib=.\bin\lljob.dll
name=lljob
prio=critical
timeout=5000
info=.\config\opentext.ini;agents
StartScript=.\scripts\llfull.lxe
JobScript=.\scripts\agent_run.e
CRON=0,5,10,15,20,25,30,35,40,45,50,55 * * * *
SleepIntervalSec=60
ExcludeActivityIDs=10011,10016,10020
[loader]
load=sockserv;javaserver;agents;notify;wfagen;Agent_10011;Agent_10016;Agent_10020
[Agent_10011]
lib=.\bin\lljob.dll
name=Agent_10011
prio=critical
timeout=5000
info=.\config\opentext.ini;Agent_10011
StartScript=.\scripts\llfull.lxe
JobScript=.\scripts\agent_run.e
SleepIntervalSec=300
ActivityIDs=10011
These are my settigns in OpenText.ini.
But the Agents dont run as scheduled.
When i schedule it to run at 5:00:00 PM , then it starts at 5:01:07 PM.
I m not sure why it is starting delayed.
Please help me on this.
Let me know, if i m missing anything or making any mistakes.
Thanks