| |
|
| |
It is necessary to add data to all the existing documents. An agent can be used to automate this process. |
| |
|
| |
XPages V852 now supports running Agents locally in the Notes Client |
| |
|
| |
Introduction
This FAQ document addresses the issue of server scheduled agents that either don't run at all, or run at the wrong time. Basic Principles
Scheduled agents are not, generally speaking, guaranteed to run at the exact time you specify. If the server is busy doing other things, it ... |
| |
|
| |
This article is highlights how to programmatically set Database Replication priorities , when a user opens the database or through an agent. In LotusScript , you could create an agent and call it something like "Set High Priority"
Then use this code in the Initialize() section xmpSub ... |
| |
|
| |
Greetings! I was invited to contribute to this wiki, and was given permission to post a whole series of entries that link back to articles on my blog. Each wiki entry will be an abstract of the topic, with a link to the full blog posting. This is the first one, let's see how it goes! Today's ... |
| |
|
| |
In this exercise, you will learn how to call a Notes agent from xPages and hand over the document for processing. |
| |
|
| |
The JavaCompilerTarget INI setting lets you use features specific to different Java Development Kits (JDKs). You can set this variable to any value between 1.1 and 1.6, and then restart the client or server for this change to take effect. In each case, the "-source" flag is the latest source that ... |
| |
|
| |
Eclipse is now the foundation of programming in Lotus Domino Designer. One day we will also get agent development and debugging. |
| |
|
| |
This article is targeted to newer LotusScript developers. You can use error handling in LotusScript agents to both troubleshoot and gracefully handle exceptions at runtime. Here is a "shell" for implementing error handling in a LotusScript agent. Sub Initialize
'The following line says to jump to ... |