Showing posts with label Lotus. Show all posts
Showing posts with label Lotus. Show all posts

Thursday, 9 April 2015

Migrating from Outlook to Notes using nupgrade.exe

Installation of Migration Tool:

To use the nupgrade.exe tool, please ensure to select Migration Tools while installing Notes Client.

clip_image001

Once installed, the nupgrade.exe tool will be available in the Notes Installation directory i.e. where you have selected to install the Notes Client. (By default, it gets installed to C:\Program Files\IBM\Lotus\Notes directory)

clip_image002

 

Steps to use nUpgrade.exe:

·Ensure that both Notes Client and Outlook/Outlook Express are installed and configured on same machine.

·Open a command prompt window and change the directory to Notes Installation directory (eg. c:\Program Files\Lotus\Notes).

·Once there, in the command prompt:

·For Outlook, type: nupgrade 3, and press enter.

·For Outlook Express, type: nupgrade 4, and press enter.


clip_image003

 

·This will launch the “Lotus Notes Upgrade Services” splash screen. Click Next.
clip_image004

 

·Select the appropriate profile that you created for Outlook and click Next. Make sure that Outlook is set as default client on machine, otherwise, following error might occur:
clip_image005


Once Outlook is set as default Mail client, the Outlook profiles should be populated properly:
clip_image006

 

·Make sure Express is selected, and click Next.
clip_image007

·This will start the conversion process.

·Email will be saved to the a_PersonalFolders.nsf file and contacts will be inserted into the Personal Address book (names.nsf),

 

Setting up the Migrated Emails as Archive:

·Open the Notes Client and goto Actions -> Archive -> Settings Option in menu.
clip_image008

 

·Create a new Archive Profile.
clip_image009

·Specify Name of Archive Profile, Click the Enable button and specify the relative path of .NSF file saved from the Migration process (IMPORTANT!)

clip_image010

clip_image011

·Specify the Archive Selection Criteria and set it to "selected by user".

clip_image012

Once done, click OK button.

clip_image013

The Archive Mailbox should be available in Notes Client Left Menu now.

clip_image014

Click the link to open the Old Emails.

Also, use the Advanced Search functionality to search across Mailbox and All Archives in single click !!

clip_image015

The Search will show results from all different Archives and Mailfile:

clip_image016

Wednesday, 11 March 2015

2015 - ISA ESS Enablement Plan in India

Location - India
Training Mode: Class-room training (Lecture, Show-Tell and Hands-on)
Registrations open for India Business Partners and Customers only.

NORTH - GURGAON
Training location: IBM Silokhera Office, Gurgaon

Topic
Duration
Mode
Audience
Dates
Register
IBM Domino Deployment - Basic
1 day
Hands-on
Admin
11-Mar
IBM Portal Deployment and Administration
2 days
Show-Tell
Admin
17-Mar
18-Mar
IBM  Xpages Development - Advanced
2 days
Hands-on
Dev
24-Mar
25-Mar
IBM xDx and Social Business Value Proposition
0.5 day
Show-Tell
Customers
31-Mar
IBM Connections - Business Value Proposition
0.5 day
Show-Tell
Customers
9-Apr
IBM Connections UI Customization and Application Development Workshop
1 day
Show-Tell
Admin
14-Apr
IBM Domino Deployment - Advanced
1 day
Hands-on
Admin
21-Apr
IBM Sametime Deployment
1 day
Show-Tell
Admin
12-May
IBM Connections Cloud (Social Mail) - Business Value Proposition
1 day
Show-Tell
Admin
14-May
IBM Portal Application Development Workshop
1 day
Hands-on
Admin
26-May

WEST - MUMBAI
Training location: IBM BKC Office, Mumbai

Topic
Duration
Mode
Audience
Dates
Register
IBM Connections - Business Value Proposition
0.5 day
Show-Tell
Customers
10-Mar
IBM Domino Deployment - Advanced
1 day
Hands-on
Admin
13-Mar
IBM Connections Cloud - Business Value Proposition
1 day
Show-Tell
Admin
27-Mar
IBM Portal Application Development Workshop
1 day
Hands-on
Admin
7-Apr
IBM  Xpages Development - Basic
1 day
Hands-on
Dev
30-Apr
IBM Connections Deployment and Administration
2 days
Show-Tell
Admin
5-May
6-May
IBM  Xpages Development - Advanced
2 days
Hands-on
Dev
19-May
20-May
IBM Connections UI Customization and Application Development Workshop
1 day
Show-Tell
Admin
9-Jun


Note*: Limited seats only.. Only confirmed participants will be able to attend the sessions.

Friday, 14 November 2014

Add Disclaimer to Mail Signature in IBM SmartCloud Notes (Custom Implementation)

Requirement:

A company disclaimer is required to be added to all the Emails sent across the organization and outside using SmartCloud Notes Client and iNotes.

Challenge:

SmartCloud Notes doesn’t support functionality of Message Disclaimer.

 

Solution:

This solution is a work around and not really a Cloud based integration.

We’ll be using a LotusScript Agent to modify the Mail Signature for Notes Client, iNotes – Plain Text and iNotes – Rich Text and append the Disclaimer for all users.

Assumption:

The Administrator has access to all the MailFiles in SmartCloud Notes via Template Modification.

 

Code:

Option Public
Option Declare

Const DISCLAIMER = |
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Disclaimer :
This e-mail and any attachments thereto are intended for the sole use of the recipient(s) named above and may contain information that is confidential and/or proprietary to the ABC Pvt. Ltd. Any use of the information contained herein (including, but not limited to, total or partial reproduction, communication, or dissemination in any form) by persons other than the intended recipient(s) is prohibited. If you have received this e-mail in error, please notify the sender immediately and delete it.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
Sub Initialize
    Dim s As New NotesSession
    Dim docP As NotesDocument
    Dim db As NotesDatabase
    Dim dociNotes As NotesDocument
    Set db = s.CurrentDatabase
    Set docP = db.GetProfileDocument("CalendarProfile")
    Set dociNotes = db.Getprofiledocument("iNotesProfile")
    If docP.SignatureInserted Then 'Avoid repeated insert of signature
        'Plain Text Signature
        docP.Signature_1 = docP.Signature_1(0) & Chr(10) & DISCLAIMER
        'HTML iNotes Signature
        dociNotes.HTMLSignature = dociNotes.HTMLSignature(0) & Chr(10) & DISCLAIMER
        'Notes RichText Signature
        Dim rtItem As New NotesRichTextItem(docP, "Signature_Rich")
        Call rtItem.appendtext(DISCLAIMER)
        docP.SignatureInserted = True
        Call docP.Save(True,False)
        Call dociNotes.save(True, False)
    End If
End Sub

Friday, 13 April 2012

High Availability for Lotus iNotes Installation

High Availability for Lotus iNotes Installation

I am looking for various options available for achieving High Availability with Lotus iNotes installation. The article outlines the options available, work that Domino experts have done and the best option that suits my requirement.

Following available options are possible:

1. ICM (Internet Cluster Manager): ICM only provides initial redirect to correct Domino Web Server. But once user has opened a webpage and server goes down, user has to manually switch the URL to point to the other server or browse the ICM URL again.
http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_admin.nsf/c1f2605b7be6a95985256b870069c0a8/36fd13678096637585256c1d0039a59b?OpenDocument

2. Hardware based Load Balancer

3. Software based Load Balancer: 

Following two options are possible with Domino: Websphere Edge Proxy Server and Apache Web Server. In this article, we'll use Apache Web Server for Reverse Proxy and Load Balancer configuration. 

It seems like Daniel has already done all the hard work.. He has published a great series on the same topic !! The article is in Spanish, but can easily be translated in English via Google Translate. Please copy the code from Original version only.. 

http://www.noteros.com/inotes-apache-reverse-proxy/

http://www.noteros.com/inotes-con-reverse-proxy-apache-parte-2/

http://www.noteros.com/inotes-con-reverse-proxy-apache-parte-3/

http://www.noteros.com/inotes-con-reverse-proxy-apache-parte-4/

I setup the following piece of code in httpd.conf: 

I setup two Domino Clusters as follows: 

Cluster1 - Server1, Server2

Cluster2 - Server3, Server4

<Proxy balancer://Cluster1/>

BalancerMember http://server1.demo.com:80/ route=Server1

BalancerMember http://server2.demo.com:80/ route=Server2

ProxySet lbmethod=byrequests

</Proxy>

 

<Proxy balancer://Cluster2/>

BalancerMember http://server3.demo.com:80/ route=Server3

BalancerMember http://server4.demo.com:80/ route=Server4

ProxySet lbmethod=byrequests

</Proxy>

 

ProxyPass / balancer://Cluster1/ stickysession=inotesses nofailover=Off

ProxyPassReverse / http://server1.demo.com/ 

ProxyPassReverse / http://server2.demo.com/ 

 

ProxyPass / balancer://Cluster2/ stickysession=inotesses nofailover=Off

ProxyPassReverse / http://server3.demo.com/ 

ProxyPassReverse / http://server4.demo.com/ 

 

RewriteCond %{HTTP_COOKIE} _clusterses=Cluster1 [NC]

RewriteRule ^/((mail|iNotes|icons|domjava)/.*)$ balancer://Cluster1/$1 [P]

 

RewriteCond %{HTTP_COOKIE} _clusterses=Cluster2 [NC]

RewriteRule ^/((mail|iNotes|icons|domjava)/.*)$ balancer://Cluster2/$1 [P]

 

Reference:

https://www.ibm.com/developerworks/mydeveloperworks/blogs/gvkempen/entry/configuring_inotes_reversed_proxy_using_apache_on_ubuntu?lang=en

http://www-10.lotus.com/ldd/dominowiki.nsf/dx/using-apache-as-a-reverse-proxy-and-load-balancer-for-domino-clustered-servers

http://www.ibm.com/developerworks/lotus/library/inotes-avail/index.html

http://www-10.lotus.com/ldd/dominowiki.nsf/dx/iNotes_High_Availability_Configuration#Why+prefer+Load+Balancer+to+ICM+solution

http://socialaboration.blogspot.in/2010/09/ubuntu-as-inotes-reverse-proxybalancer.html

Multi-Database Search Plugin: A Must Plugin for Lotus Notes Client:

I have found and installed this wonderful plugin for Lotus Notes Client v8.5 and above..

To install the same goto File -> Application -> New option. Add the downloaded site to Eclipse Local Folder option and it will install the plugin to your Notes Client.

Once installed, configure all the Local Archives, Mail Files in it to search in a single click.

OpenNTF.org - Open Source Community for Lotus Notes Domino

Multi-Database Search Plugin

Owners Bob BalfeCategory
Productivity Tools
Contributors Igor BelakovskiyPlatform
R 8.5.1
Downloads745Download latest releaseLast ReleaseOct 25, 2010
Rating
(2 ratings)
Project CreationOct 25, 2010
Status Not activeShort URL Not defined
Description Search multiple databases with the normal search user interfaceIn Catalog
No

You can search multiple databases using the search toolbar in the Lotus Notes client.

You can set what databases to search using the Search | Multi DB Search Preferences panel:

 

Preference Screen

Preference Screen