Archive

Archive for the ‘Lotus Notes Tutorial’ Category

Rebuild a view index using a LotusScript agent?

I have Lotus Notes Database is approximately 250,000 documents to 12 months 30 days documents are updated by the hour and the agent was removed, and build. (Using data imported from a query sql) This should be easier to find and update each document other agents worked night and a similar performance in the next 11 months of the document. I have a problem. Agents spent hours, 15 minutes to work and access to the Lotus Notes document during this period is almost impossible. (This database must respond to), but after the agent has to continue to slow (and to the site) to see if my body in the Lotus Notes Database, which I believe it reindexes what I want. I do know is that if an agent after a reindex files manipulated?

Read more…

Viewed 11908 times by 3529 viewers

Lotus Notes Error : Label is illegal outside of a subprogram

Label is illegal outside of a subprogram

In Lotus Notes, I found if sometime raise error when you create new notes document.  That cause you defined a label at the module level in lotus notes form. Labels may not be defined at the module level. Executable statements at the module level are executed as the module is compiled, and then discarded. Therefore, control cannot be transferred to a labeled statement at the module level.

Read more…

Viewed 7381 times by 2150 viewers

Lotus Notes 6 for Dummies

  • ISBN13: 9780764516498
  • Condition: NEW
  • Notes: Brand New from Publisher. No Remainder Mark.

* Additional Lotus Notes for Dummies “helps readers to navigate and use Lotus Notes to improve productivity and efficiency. * Covers advanced features of the new version of Lotus Notes, including the homepage, instant messaging, document sharing, calendaring, group scheduling, and mobile. * This level book that provides the necessary information to enable users to take maximum advantage of the latest version of Lotus Notes…. More> ;>

Lotus Notes 6 for Dummies

Viewed 8691 times by 3378 viewers

Migration Lotus Domino 6.5.1 to Lotus Domino 8.5 Concept

Migration Lotus Domino 6.5.1 to Lotus Domino 8.5 Concept

  1. before you start doing any thing make sure that all the important data in the production Domino servers are backed up and safe
  2. make sure that all the files with the extension ( .nsf) like names.nsf , (.id) like server.id and a file called ( notes.ini) are safe and backed up
  3. follow the following procedure

Considerations for mail servers (Upgrade Action Plan)

For many organizations, e-mail is considered a mission-critical application. For this reason, special attention should be given to the evaluation of your mail infrastructure.

Read more…

Viewed 13729 times by 4404 viewers

How to Make Lotus Notes client Startup Faster

Here are a few things you can do to make the Notes client startup faster:

  • Minimize the number of databases on your Welcome Page (if you’re using a Welcome Page)
  • Disable “Check Subscriptions” and “Scan for Unread” startup options in User Preferences
  • Disable “Replicate When Notes Starts” on Location document

Use Network Compression
If both your client and your server are running ND6 or higher, you can enable network compression to speed up communications. Note that this has to be enabled on both the client and the server.

Read more…

Viewed 8277 times by 2417 viewers

Performance Basics for Lotus Notes Developers

It’s easy to develop simple applications in Lotus Notes and, if you have a few users and not too many documents, you’re unlikely to have performance issues. However, if your application is successful, you may accumulate lots of users and lots of data. If you haven’t designed it with performance in mind, your application will slow to a crawl.
This white paper discusses the main factors affecting Notes/Domino application performance and explains what you, as a developer, can do to maximize performance. This is not an exhaustive guide; rather, we focus on the design problems that are most common and most serious.
Read more…

Viewed 7139 times by 1911 viewers

BlackBerry Enterprise Lotus FAQ Solution

1. What are the BlackBerry Enterprise Server for Lotus Domino requirements?

BlackBerry Enterprise Server for Lotus Domino requires that Lotus Domino TM Server and Client 4.6 or higher are installed (where the Lotus Domino server is in the LocalDomainServers group). Windows NT 4.0 server, Service Pack 3 or higher must be installed on the server.

2. Does BlackBerry Enterprise Server support Domino Cluster?

Yes, it does support cluster members. If a user’s mail file is located on a server that is a member of a Lotus Domino cluster, BlackBerry Enterprise Server for Lotus Domino will behave normally, connecting to the replica of the mail file as specified in the person document in the Domino Directory. BlackBerry Enterprise Server for Lotus Domino does not, at this time, support automatic failover to another cluster member in this configuration. If the primary mail server goes down, our application will skip this user for the duration of the outage, and pick up where it left off when the server comes back online.
Note:     Clustering of the BlackBerry Enterprise Server for Lotus Domino machine itself is not supported.
Read more…

Viewed 7365 times by 2030 viewers

BlackBerry connect to Lotus Notes Enterprise Server

The BlackBerry® Enterprise Server consists of various components that are designed to perform the following actions:
• provide productivity tools and data from an organization’s applications to its BlackBerry device users
• monitor other BlackBerry Enterprise Server components
• process, route, compress, and encrypt data
• communicate with the wireless network

Read more…

Viewed 4564 times by 1348 viewers

Lotus Notes Disable specialized response hierarchy information

We were testing out an Lotus Notes application and wondering why the Responses property for any document object was returning a collection of no documents. After trying a few things and searching for several different combination on the Notes Net forum, we finally found this document: http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/bc40ce0ae4368fd58525688c0023eafc?OpenDocument.

Read more…

Viewed 9293 times by 2481 viewers

Conditional Lotus Notes Agent Logging

Agent logging is a great feature that’s been around in Notes ever since LotusScript has been around (starting in Lotus Notes R4). But it’s something not everyone takes advantage of. One of the reasons (IMHO) for this is because way too much information is logged every time the agent runs, causing an overload of information to be written to your Lotus Notes agent log, that you don’t look at anyway. Logging is one of those things that you wish you had in there, but only when you need it. This tip talks about implementing what I call “conditional logging” for your scheduled agents.
Read more…

Viewed 9261 times by 2601 viewers