Hi all,
I have a problem in my multi-instance productive system (1 backend, 2 frontend).
In the fronend systems admin service is stopped.
I developed a custom agent and in my dev and test system it works (single instances).
I installed the module in production system but I receive this error when agent tries to run:
Could not locate scheduled Agent
I checked [scheduledactivity] in opentext.ini
and I inserted this row in 2 servers (1 frontend, 1 backend)
agentID=0
and in the one I want agent to be run i wrote (1 backend)
agentID=1
Other agents like 4000, 3001 and so on are scheduled to run in the frontend I enabled my agent in [scheduledactivity].
Where am I wrong?
Thanks,
-Irene