This tool takes the nsfdump sample application from the C API, and turns it into an add-in menu, available off the Actions menu. This allows you to dump any note from any database to a text file. This tool is built using the 8.5 version of the C API, however, it should be backwards compatible with previous versions of Notes. noteDump.zip contains the source for building this.
Something weird is happening with my Java Agents. Notes keeps randomly dropping it's "handle" on them.
If I create a WebQuerySave agent in Java it all works well until out of the blue I'll get an error like this:
HTTP Web Server: Lotus Notes Exception - Entry not found in index [/path.nsf/0/DOCID?SaveDocument]
If I remove the name of the Java agent from the Form it works fine. It seems to me like Domino is just forgetting the agent exists. Although, obviously, it does still exist. I can see/edit it in Designer.
The only solution I've found is to create a new Agent and paste the code from the forgotten agent to the new one and change the WQS event in the Form to the name of the new Agent. Simple renaming the old Agent doesn't work.
Needless to say this is very annoying. I'm starting to wonder why I didn't just stick with doing everything in LotusScript.
Anybody seen this behaviour before? I'm using Domino Designer 8.5.1 and the server is Domino 6.5.
To rub salt in the wound it's now happening with a Scheduled Java Agent which is telling me "Entry not found in index" in its log. Again, I had to create the agent from scratch.
Sometimes there are hundreds of mails in a mail.box on a domino server and the server can't delivery all the mails in a acceptable time.
For troubleshooting this situation i would like to have the option to start a task on a second domino server in the same domain.
This task should move the mails from the overloaded domino server's mail.box into his own mail.box and delivery them.
An example for this servertask could be:
load movemail from <servername>
The task could be stopped manually with
tell movemail quit
and automatically it the mail.box of <servername> is empty, if you use the parameter /a when load the task
load movemail from <servername> /a
When there is no access to the server:
1. Designer continually appeal to the server and slows. Can I do that this process was the background and not interfere with work?
2. and click on the title database and select "Remove" or press Del, at first for some reason is an attempt to the server and connect to the database, which leads to hang indefinitely and has no meaning, because in fact, I just delete the shortcut of the database.
3. and if the database was moved to another server, selecting from the context menu Replication>> Find Replica Notes client finds this database on another server, removes old workspace shortcut and instead allocates a new (to the new server). Designer In this context menu does not work. I wanted this to work similarly to the client Notes.
If the database once was on the Local, but it is removed, then:
1. when trying to access the database in the designer shortcut (eg glance properties), nothing happens - the window (and other windows) properties does not fly, the message that the database is missing, does not appear.
2. when you try to view the database structure ("Expand Application") flies out the message "Error: Server Unavailable", which is not true, because DB is on the Local;
After that fly a message to the proposal to delete "... application from this list"; need option to disable the appearance of this request (if I want to remove this application, I can just press Del, this is quite enough), the option "Show error notification in the Applications Navigator " on the appearance of this message is not affected.
Edit Working Set dialog:
If you remove the application from the list is made from the panel Applications Navigator, then propose to delete it from the current working set. Ability delete completely from the general list can be added to the window Edit Working Set. Remove, if you select record (column Title) and click Del.
P.S. Size of the window Edit Working Set allowed to change, I propose to save these changes; now whenever you try to open a window in the original size.
With the increasing popularity of microblogging ("Twitter"), messaging and other opportunities to share links, many IBMers are using URL shortening utilities provided by third-party vendors such as tinyurl.com and bit.ly. These are not owned by IBM and if the terms of using their service are unfavorable, or if the URL expires, links from IBM (even in product documentation!) will fail.
IBM.com (or any ibm.<domain>) could provide an internal service to IBMers to register an external URL and receive an externally accessible shortened URL. The terms of using this service and the expiry of such URLs would be controlled by IBM and not subject to the whim of third parties.
With an Xpage I can include another Page (Xpage or Custom Control)using a formula. But this formula is only evaluated on Page load. I would like to see the ability to have this formula evaluated dynamically to that I can dynamically change the contents of the parent Xpage after it has been loaded. Just need the ability to change that "$" character to a "#"!!!!
When you want to replace an inline image (imported image) you basically have to delete the current image and replace it by importing a brnad new image.
This causes you to loose all the properties set.
In case you could from the image properties - first tab - select a new 'source' and maintaining all the properties set you save time here.
When you want to replace an inline image (imported image) you basically have to delete the current image and replace it by importing a brnad new image.
This causes you to loose all the properties set.
In case you could from the image properties - first tab - select a new 'source' and maintaining all the properties set you save time here.
Frank van der Linden used the XPages
Tree Control for a new web site. The control was a good starting point
but didn't support everything necessary which is why Frank had to extend
it. In the spirit of our open source community
he contributed his ...
Index of Collecting Data documents (MustGather) for Lotus Domino. Note: This technote will be updated to include information on Lotus Notes clients in January 2010.
Данная статья описывает действия, которые требуется выполнить разработчикам IBM Lotus Domino для перевода их собственных стандартных приложений Lotus Domino® в отображения Java.
После конвертации вашего приложения с целью использования отображений Java вы можете выполнить описанные в данной статье шаги, чтобы использовать преимущества новых функций отображений, таких как древовидные списки, компактные отображения, бизнес-карты, многозадачные кнопки и пользовательские контекстные меню.