Archive

Archive for the ‘Lotus Notes Tutorial’ Category

Error when open document in local with “Linked Document Cannot Be Found In The View.”

Some how when user use local replica and have issue in replica database and make user can’t open document with error

“Linked Document Cannot Be Found In The View.”

Full Error Message: 

“The Linked Document cannot be found in the view when replying to an email”

I think this issue cause replica database have some issue and I found some solution can resolve this issue below.

Suggested Solution

1. It casue Replica of database not updated. If user has multi replica icons on the laptop then please check if these are

Read more…

Viewed 20387 times by 5338 viewers

Deletion Stubs Performance in lotus Notes

Minimize Deletion Stubs
In a database that gets archived frequently, or that has a large number of “temporary” documents that get removed on a scheduled basis, you can keep your database lean by reducing the number of deletion stubs it maintains.

You can use the “Remove Documents Not Modified in Last X Days” setting in the database replication options to minimize deletion stubs in databases with a lot of deletions. Deletion stubs get purged at about one half the number of days specified in this setting, regardless of whether or not the setting is active (normally you do not want this setting to be active, but the number of days affects the deletion stub purge interval regardless).

Read more…

Viewed 27407 times by 7674 viewers

Create Replica Database by Lotus Script

In Lotus Notes Client, we can create new replica by manual but it was a lot of databases, decided to create a copy of our agents to run. But we are not a copy, a replica. We, NotesDatabase.CreateCopy method (it only copies the design) does not copy the documents found. Our method can not obtain a handle to all documents in the source database are copied to the destination database that could have been. But instead we had to use another approach.  Then we have a unique replica and create a new replica ID of the database decided to change. This creates a copy of the database.

Read more…

Viewed 33645 times by 9540 viewers

Useful information in Lotus Notes Log.NSF

First, how many people you are storing LOG.NSF in Lotus Notes know any usage data that can help them? If you open the LOG.NSF will view a series of usage appears below the menu on the left pane. These activities are collectively referred to as the trend of the session, the activity provides access to the document. These are recorded automatically by the server.

Session documentation is stored in each user session that occurred on the server. These sessions show how much the amount of data read and write, if they were accessing the database, it was when they occur. Activity document the day, once written, one for each database on each server. These are the size of the database used, the percentage, views, size of the folder shows a summary of activities.
Read more…

Viewed 27046 times by 8386 viewers

‘Field is too large (32k) or view’s column and selection formulas too large’ when saving document

This issue can be found when you save document but sometime it can save by schedule agent and raise error when save it again.

This behavior is relative to the basic call, rather than a specific LotusScript ComputeWithForm method. For example, there are reports in the Lightweight Directory Access Protocol (LDAP) behavior is affected large areas and types of settings are not as expected in the case.

Read more…

Viewed 33626 times by 10063 viewers

How to exclude multiple groups to an individual name.

I would like to know how, except to send a letter to many individuals. We’ll save by using a group mailing. Group is a member of the lotus notes group. Each can be more than one group. How do I use lotus script to ensure that a person can only receive emails.
It’s not so easy since Lotus Notes Address Book can be used in a way that many will have to be short like this.

Working Step

1. In LotusSession get all address books (s.AddressBooks)
Read more…

Viewed 34931 times by 9982 viewers

Validate a Richtext field : has a File Attachment, Doc link and many Notes Item.

I think many Notes Developer find way to Validate a Richtext field. It hard to find direct lotusScript to check it in

Lotus Notes Document.  Please try this function for Validate a Richtext field, it can validate list below.

DOCLINK
FILEATTACHMENT
OLE
SECTION
TABLE
TABLECELL
TEXTPARAGRAPH
TEXTRUN

I think this topic in Lotus Notes tutorial is useful for you. Thanks.

Function HasFileAttachment(doc as NotesDocument ,uidoc as NotesUiDocument,body as NotesRichTextItem ,fieldName as String) As Boolean

Read more…

Viewed 37393 times by 11476 viewers

Check Empty Rich Text Field by backend in Lotus Notes

The problem is very basic: I found some lotus notes agent like export excel raise error when it refer attach file in rich text field. Because some notes document not have attach file and make it not have embedded object when code call to that document and make me can’t check text rage in rich text field.

The solution:

Read more…

Viewed 30908 times by 10873 viewers

Create real time access to LDAP directory server from Lotus Notes application

With the increasing demand today for centralized management, directory services business to scale, you’ll soon have to integrate your application with the Domino LDAP directory server. Domino application, you can have fields in a Notes form automatically populated with information from an LDAP directory server. One possibility for achieving this integration is to write a Java agent that connects to the corporate directory server using Java Naming and Directory Interface (JNDI).
Read more…

Viewed 33226 times by 11747 viewers

Lotus Notes Security : Why Organizations worldwide use Lotus Notes Application

September 28th, 2010 1 comment

Organizations worldwide have begun to build groupware applications that extend across the enterprise and beyond customers and suppliers. Although the information once it has been jealously guarded by private agencies and businesses, the competitive environment of today demand that the professional organizations to eliminate the traditional barriers within and between enterprises. This is necessary to share information when and where it is necessary to reduce the time required to complete a process and to encourage innovation and creativity. Yet much of the information shared groupware application still must remain confidential to protect from accidental or malicious misuse. Therefore, a platform for collaborative work requires a security that is sufficiently rigorous to protect the sabotage of critical information and sufficiently flexible to allow authorized users can assign different levels of access to individual documents.
Read more…

Viewed 28888 times by 10922 viewers