How to change Agent Property from Schedule to Event

Hi,I have a need in coding.

I want to change property of agent thru Lotus Script, the need is there are 4000 databases, two or more schedule agents in each databases.

Now all the schedule has to be stopped for these 4000 databases,

Is there any way to achieve this thru lotus script.

Can we change the agent from schedule to event, or can we change schedule agent to run ‘never’.

Please help.

Thanks in advanced

Subject: Some options

You can cycle thru all db on a server and then thru the agents and do what needs to be done.

Here is a link to a sample that disables the agents http://www-01.ibm.com/support/docview.wss?uid=swg21380020

http://openntf.org/Projects/codebin/codebin.nsf/CodeSearch/0A43C22F85C611D686256EC1002566B5

Here is a tool you can purchase

http://www.ytria.com/WebSite.nsf/WebPageRequest/Solutions_agentEZ_AgentEditen

Subject: Solved

Thanks Barry for helpThe issue has been solved.