Archive for Ноябрь 16th, 2008
Batch file runs scheduled Lotus Notes database maintenance tasks
After encountering problems with a large Lotus Notes database, Brian Graham developed this hands-off solution. He created a batch file that runs several Lotus Notes database management tasks while your Lotus Domino server is offline.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Java code inserts data from Notes documents into a SQL table
Prepared statements let Lotus Notes Domino users update and insert data into tables. Check out this Java code, which retrieves data from documents and tests to see if the data exists in a SQL table. If it does exist, the data is updated. If it doesn’t exist, the Java code inserts the data.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…
Display Lotus Notes user group membership details in a tree view
Determining which groups a Lotus Notes user belongs to is important, but difficult if you don’t have access to the proper databases. This tip explains how to display a tree view of the groups and nested groups to which a user belongs with just the click of a button.
Original source : http://feeds.feedburner.com/~r/techtarget/Searchdo…