How to migrate Lotusnotes contents to Oracle UCM
Introduction
Migrating Lotusnotes data to Oracle UCM is one of the challenging tasks in the Data migration. There is not many tools available to migrate the Lotus Notes data to Oracle UCM at this point. I post this article by thinking that it may help someone out there.
Lotus Notes to Oracle UCM contents migration approach :
The document structure of Oracle UCM is not the same as Lotusnotes. The Lotusnotes richtext fields contains all text, images and attachments , whereas Oracle UCM the contents are stored as text,images and attachments separately as files.
In my data migration , there was no ACL and doc links migration , so the migration was simple.
Lotus Notes Data Export :
Lotusnotes Richtext field contents has to be extracted as follows :
Here is some guidelines on how to extract the contents as html :
http://www.nsftools.com/tips/NotesTips.htm#richtexttohtml
Here is some guidelines on how to extract the images :
http://www.openntf.org/Projects/codebin/codebin.nsf/0/DE60568D19EA514F86257057006BF308
Here is some guidelines on how to extract the attachments :
http://searchdomino.techtarget.com/answer/LotusScript-to-extract-and-move-attachments-to-a-Lotus-Notes-mailbox-or-file-folder
If you want to place some text on the attachment placeholder, you have to use Notesrichtextnavigator class to navigate through the embeddedobjects.
Oracle UCM import :
RIDC API was used to import the contents to Oracle UCM. Following are some guidelines to RIDC API content upload :
http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/c23_ridc.htm#CIHCHACB
http://senasystems.blogspot.sg/2012/03/ucm-file-operations-add-edit-delete.html
Data Verification :
Finally , the data has to be verified to add doc links and grant access. Some of the design elements like Twisties , are not converted as html , so not migrated. This has to be updated manually.
Summary :
The Lotus Notes data was exported as HTML and imported in to Oracle UCM with RIDC API. I believe there will be some better suggestions on this to do this in much simpler way. Please update your comments below.
If you are looking for Lotusnotes data migration consultancy to migrate any applications, please contact me at ganesanrajeshkumar@gmail.com
The knowledge that can best be shared is knowledge that can help a mind to grow.
Comments
Post a Comment