|
: 6 : 10 : 4 |
The "Tell AMGR RUN [db] [agent name]" is an invaluable option to immediately execute server agents. As an example, I have a custom consistency check agent which validates and fixes data problems that runs on schedule, however I like to be able to execute it on specific databases ad-hoc, where it runs much faster on the server than if executed by a Notes UI instantiation.
What I would like is to be able to provide parameters to the Tell command, accessible from LotusScript.
Eg:
Tell amgr run "db.nsf" 'fixstuff' 'usr\xxx.nsf'
|