How do I publish the Messages in the Inbox (Memo or Reply) using Lotus Notes Adapter?

How do I publish the Messages in the Inbox (Memo or Reply) using Lotus Notes Adapter?

book

Article ID: KB0090349

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Adapter for Lotus Notes -
Not Applicable -

Description

Description:
1 Open the Lotus Notes Designer
2. Open the sample.nsf database and copy all the TIB Administration forms(all forms except customer,materialmaster,salesorder) from it into mail\&ltuser>.nsf;
3.Repeat the above steps for Views also i.e. copy all the TIB Administration views(all views except customer,materialmaster,salesorder) from sample.nsf into view of  mail\&ltuser>.nsf;
4.In Notes Designer, edit the properties of the view of mail\&ltuser>.nsf ' TIB Administration\4. Unpublished'.
Just Right Click the ‘TIB Administration\4. Unpublished'&gtEdit. In the second tab, leave the 'Show response documents in a hierarchy' box unchecked, and check the 'Show in View menu' and 'Allow customizations'.
5.Open the Lotus Notes

6.In Notes, copy the documents from the sample.nsf’s TIB Administration&gtSetup View to mail\&ltuser>.nsf’s TIB Administration&gtSetup View. Edit the document and add mail\&ltuser>.nsf in “Queue DB Path” field.
7.In the Event’s View of mail\&ltuser>.nsf add two documents Memo and Reply
   Event Name: Memo
      Host Name: blrkec41034d
      Port Number: 9393
      Override Subject:
      Formula:Form="Memo"
      Queuing Method: Copy Reference

     Event Name: Reply
     Host Name:     blrkec41034d
     Port Number:   9292
     Override Subject:
     Formula:      Form="Reply"
     Queuing Method: Copy Reference
8.In the Lotus Notes Adapter configure two publication services
9.In one publication services(i.e for Memo)
  a.Choose Schema Name as ($Inbox)
  b.In Save As tab put Memo
10. In one publication services(i.e for Reply)
  a.Choose Schema Name as ($Sent)
  b.In Save As tab put Reply
11.Start the adapter(we have used the polling)
12.Create a polling agent
13.Now publish the documents using the above configured Agents

Issue/Introduction

How do I publish the Messages in the Inbox (Memo or Reply) using Lotus Notes Adapter?