Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Agent runs despite of its schedule setting in agentschedule
Kevin_Lin
I found something really interesting:A core agent (agentid=1000) on PRD/QUT is running daily while it's running every 5 minutes on DEV box. The row in AgentSchedule is identicalIs there any special setting that would force agent to run every 5 minutes despite of its schedule setting in agentSchedule table?
Find more posts tagged with
Comments
Louis_Routhier
In your Opentext.ini, options section, verify that these are set to false:EnableAgentsTrace=FALSEEnableAgentsTestAll=FALSE
Mark Simm
Message from Mark Simm via eLinkHi Kevin,You either have a trace file being generated on the agents101.out threadpreventing the AgentID NextTime value from being updated for midnight.Therefore the NextTime interval resides in the past and will run eachagents execution. That or you may have EnableAgentsTestAll=TRUE in theopentext.ini.-Mark-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com] Sent: Thursday, January 31, 2008 2:31 PMTo: eLink RecipientSubject: Agent runs despite of its schedule setting in agentscheduleAgent runs despite of its schedule setting in agentschedulePosted by Lin, Kevin on 01/31/2008 02:27 PMI found something really interesting:A core agent (agentid=1000) on PRD/QUT is running daily while it'srunning every 5 minutes on DEV box. The row in AgentSchedule isidenticalIs there any special setting that would force agent to run every 5minutes despite of its schedule setting in agentSchedule table?[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: Development Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/786303Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.development@elinkkc.opentext.com.
Kevin_Lin
EnableAgentsTestAll!! This is it !!Thank you all