Hello Friends,
Please suggest your best approach for Lotus Notes To SharePoint 2013 Migration !!!
Thanks,
Ashutosh
Hello,
you need to use interop.domino.dll to connect to Lotus databases (nsf files).
Then, you have two options:
1. Read values directly from database and save then to SharePoint, something like this:
2. Read all items from database and store them locally to your computer as XML files. And then you can parse data from that XML file into SP.
You may find this SP24 session really useful. It’s very well presented by Tom Duff… : https://www.sp24conf.com/2014-1/Conf/SP24S064/ConfPages/SessionRoom…
HI,
Migrating Approach
For bringing data from LN to SP2013 you can use Quest tool for SP.
Development Approach
Depending upon your skill set whether you can go for client side using OOTB features or server side.