Lotus Notes data migration

Hi,
is there a possibility in OWB to migrate Lotus Notes data in Oracle?
Thanks

You can also use Lotus's LEI (Lotus Enterprise Integrator)to do this. If you having recurring datasets to move across (say, refreshes from lotus databases 1x/week)you can automate that pretty easily. Also, if you want users to be able to do some of this themselves (educated users ideally) it can help there. As a bonus, you can place the responsibility of upkeep onto the Lotus Admin. or Notes developer, as it is add-on to a Notes Domino Server. the onlypart you would need to play would be to add appropriate Oracle client software onto that server and give hostname, etc. to them for the setup. I think LEI (Notes to Oracle) belongs at least in some part.

Similar Messages

  • How to generate XML data from Lotus Notes to migrate to SharePoint by passing XML to SharePoint.?

    How to generate XML data from Lotus Notes to migrate to SharePoint by passing XML to SharePoint.?
    Ramesh S

    You could use XMLQuery to return the data from your tables as XML, that would give you a CLOB.
    An example using the SCOTT schema might be like this:
    SELECT XMLQuery(
             'for $i in ora:view("DEPT")/ROW
              return <Department dname="{$i/DNAME}">
                     <Employee>
                       {for $j in ora:view("EMP")/ROW
                        where $j/DEPTNO eq $i/DEPTNO
                        return ($j/ENAME, $j/JOB, $j/SAL)}
                     </Employee>
                     </Department>'
             RETURNING CONTENT) FROM DUAL;In the docs you can find more information about its use:
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10492/xdb_xquery.htm

  • Lotus notes data in SAP BW

    Hi Gurus,
    We are facing with a typical scenario here. I want to have my Lotus Notes data in SAP BW system. Lotus notes uses NSF file system to store data. I am not clear how can we get this into SAP BW. I tried searching the same in different forums but none of the thread come close to solving the issue.
    There are connectors available. However, I am not able to find documentations on the same. I know how to transfer SAP BW data in Lotus notes but not the reverse. I tried searching for LotusSQL Drivers but found no documents on this as well.
    I want to know what source system can we use here. Is'nt there any other way without using a file system as Source system to accomplish this. I want the entire process to be automated. I don't want to use a middleware (like ORACLE database) in between Lotus notes server and SAP BW.
    Can anyone please respond to the same.
    Thanks in advance.
    Regards,
    Sreekul Nair

    Thank you for the prompt response Shanthi. However, I don't want to use File System as my source system. I want to do it via a use of a Lotus notes connector or Lotus Enterprise integrator. I want that the data as and when pushed from Lotus notes  should appear in BW system.
    How to achieve this. Plz help.
    rgds,
    Sree

  • Interface between Lotus Notes Data Base &  SAP

    Hi All,
    Our client is having both Lotus Notes Database & SAP. Theirs some data is stored in the Lotus Notes Database. Now they want to transfer that data into SAP.
    What we have suggested is to download the data from the Lotus Notes into excel sheets & from the excel sheets we can upload into SAP.
    Plz tell is there any interfacing tool available between Lotus Notes Database & SAP or what we have suggested is right?
    Reg,
    Nishant

    Hello Nishant,
    you may consider the SAP R/3 - Lotus Notes/Domino Integration options listed in
    Re: SAP Workflow and Lotus Notes Integration
    If this does not fit your requirements or if you need more information, please let me know.
    Regards
    Michael

  • Lotus Notes documents migration into Solution Manager

    We have been using Lotus notes application for maintaining only documentation in our landscape. But now, the plan is to move all the documentation from Lotus notes to SAP Solution Manager and use it as a document management system from now....
    Could anyone please answer the following queries:
    1) Does LSX environment help/enhance the migration ?. If not, are there any tools/accelerators/functions/automatic methods for mas uploading?
    2) This documentation is not project specific documentation. Where do you think this must go in Solution Manager?
    In the custom area of BPR?. If yes, please do let me know the procedure for the same.
    3) Would it be possible to link the documents to functional domains/ business scenarios/ business processes in the BPR?
    4) Lotus notes provides access to all the versions (Draft/Approved/Reviewed) of a document. Would it be possible to have the same features even in Solution Manager?
    5) What all document types does Solution Manager recognize?.
    I think the Lotus notes documents can be converted to 'Word' format and then put in Solution Manager. Besides this, is there any other common format which is recognized by both the tools?
    6) Standard SAP Solution manager does not provide indexed search. So, in order to retrieve a document later what indexing nomenclature/guidelines do you recommend?
    Has anyone done/faced with this kind of requirement. The idea now is to use Solution manager as a document management system. The efforts/process/timelines information if already known would be of great help to start with for us....
    Could you also provide the trade offs b/n Solution Manager and SAP knowledge warehouse (KW)?
    Hoping for some replies ...

    we also had the same requirement to migration from LN to SolMan Documentation base but there is no such tool (yet?)
    What you can do you can migrate from any ARIS like platform to SolMan:
    http://en.sap.info/ids-scheer-announces-migration-program-to-aris-platform/4058
    You do have versioning in SolMan and you can upload any kind of document via SOLAR01
    regarding the indexing you can either use SAP SES or connect TREX, this is documented in the customizing (SPRO)
    TREX will also be the prerequisite to make use of KM in SolMan
    nesimi

  • Accessing Lotus Notes data from SAP

    We need to fetch some user data such as their email address from a Lotus Notes database using the user's phone extension as a key. This could be from a BOR method used in a workflow or from an FM.
    Is this possible, feasible, advisable? If so, what does it take?
    Any help or ideas from experts on this forum will be greatly appreciated.
    Thanks ... Jameel

    Hi Murthy,
    Given link below has a ADOBE DOCUMENT that has the detailed information on how to use i-views for accessing outlook calendar from within SAP :
    http://help.sap.com/bp_epv260/EP_JA/documentation/How-to_Guides/KM/Create%20iViews%20to%20Access%20MS%20Exchange%20Data.pdf
    <b>Kindly reward points if you found the reply helpful.<b>
    Cheers,
    Chaitanya.

  • How to migrate Lotus Notes content migration to SharePoint 2013 by using interop.domino.dll?

    I already read this blog "http://sharepoint-community.net/forum/topics/lotus-notes-to-sharepoint-2013-migration?commentId=6614983%3AComment%3A94114&xg_source=activity"
    In this just the information is not that good enough. I need more details and clarity about the interop.domino.dll ?
    Ramesh S

    Hi Ramesh,
    Here are some posts about this topic of get info from Lotus notes, which should help, you can take a look.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/96b405b4-2550-42c2-9126-3872c51b9515/im-looking-for-the-difinitive-guide-on-the-domino-library-within-net-vs-2008?forum=csharpgeneral
    http://www.ibm.com/developerworks/lotus/library/domino-msnet/
    https://naimmurati.wordpress.com/2014/01/11/basic-operations-with-domino-net-api-for-export-purposes/
    http://rprabhala.com/2013/01/retrieving-documents-and-their-attributes-from-lotus-domino-using-the-com-based-api/
    http://stackoverflow.com/questions/4264434/documentation-for-the-lotus-notes-domino-dll-respectively-interop-domino-dll
    For further more about interop.domino.dll documentation, I would recommend you post in lotus forums for a better assistance with more experts regarding this field.
    http://www.ibm.com/developerworks/lotus/forums.html
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Migration Lotus Notes to Exchange, how to migrate confidential emails (in LN encrypted)

    Hi,
    we're investigating a migration of Lotus Notes to Exchange. One issue is the migration of encrypted mail. How to keep them confidential in Exchange?
    We have users like a secretary that has read/write access to a mailbox of a manager. If another user mails the manager with confidential information, he encrypts it in LN before sending it, so only the mailbox owner can open the message. Is this possible
    in Exchange 2013 and in Exchange online? Heard that you can set things via IRM, but that with Outlook web access the secretary can set the manager's mailbox as primary and than will be able to open the confidential email....
    best regards,
    Hans

    Hello,
    I would also like to suggest here a very proficient software for NSF to PST Conversion, which can be downloaded as a free trail from here http://www.howconvertnsftopst.convertnsftopst.biz/ . It is very simple and affordable third party software that can
    instantly convert Lotus Notes data to Outlook or exchange files without facing any error. For nay other query visit http://www.notestooutlook.net/

  • Error during data transfer from Lotus Notes to SAP via JCO - Urgent Help Required

    Dear SAP Expert:
    I need your help! Recently getting error during data transfer to SAP. I need your suggestion!
    I am transferring Lotus Notes data to SAP via JCO, recently getting the below error msg, could you pls tell me what could be the reason?
    Please suggest me how to fix that kind of issue.
    "com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Error in ABAP/4 statement when processing an internal table. table.
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.nativeExecute(Native Method)
    at com.sap.mw.jco.rfc.MiddlewareRFC$Client.execute(MiddlewareRFC.java:1244)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3842)
    at com.sap.mw.jco.JCO$Client.execute(JCO.java:3287)
    at SAPAdapter.execute(Unknown Source)
    at JavaAgent.fillBapiAndWriteBackToNotes(Unknown Source)
    at JavaAgent.NotesMain(Unknown Source)
    at lotus.domino.AgentBase.runNotes(Unknown Source)
    at lotus.domino.NotesThread.run(NotesThread.java:249)
    Thanks in advance! Your help would be highly appreciated! Thanks again!

    error is clear, check your abap code.

  • How to convert lotus notes .nsf to outlook .pst?

    Dear guru,
    I'm looking for the way to convert my notes email archive(.nsf) to outlook mail file. I found that there are some commercial 3rd party tool doing this job which is tooooo expensive for me. Is there any good way to convert .nsf to .pst or to move my mail data to outlook for FREE?
    I tried a method which uses localhost mail server to send notes mail to outlook locally by IMAP(http://www.benshoemate.com/2007/11/09/how-to-upload-all-your-old-archived-email-to-gmail-from-outlook-lotus-notes-and-unix-pine/) but failed because my company blocked IMAP and POP3 incoming for security reason.
    I'm using lotus notes 7.0.2 and Outlook 2007. Does notes connector work for this problem?
    Thx.

    I'm looking for the way to convert my notes email archive(.nsf) to outlook mail file. I found that there are some commercial 3rd party tool doing this job which is tooooo expensive for me. Is there any good way to convert .nsf to .pst or to
    move my mail data to outlook for FREE?
    If I talk about free lotus notes migration apps then online records are showing that there are no free tools yet for lotus notes archive migration. Microsoft has a connecter suit (free) for same that allows migrating of configured notes database file to
    ms outlook. External tools are playing very important role here with perfection and satisfaction.
    Among all, Export Notes is a very low cost and feature-rich solution that assures accuracy of migrated data.
     It allows all types of nsf (mail database.nsf, archive.nsf, names.nsf) file migration
    into ms outlook pst file as well as Exchange Server (business version) even the data is inside All Documents folder or encrypted.
    http://www.systoolsgroup.com/export-notes.html

  • Pdfmaker and lotus notes

    using Acobat 8 pro.pdfmaker tool bar doesn't link up with lotus notes 6.5?

    Thanks,
    Still doesn't load?
    The Notes.ini file is located at C:\NOTES. I have copied and attached the
    text from that file.
    KitType=1
    Directory=C:\NOTESDAT
    InstallType=2
    FaultRecovery_Build=Release 6.5.1
    Timezone=6
    DSTLAW=3,2,1,11,1,1
    FileDlgDirectory=C:\Documents and Settings\cmaltase\My Documents
    Enableplugins=1
    PhoneLog=2
    Log=log.nsf, 1, 0, 7, 40000
    DST=1
    MailType=1
    $$HasLANPort=0
    Location=Home (Network Dialup),9FA,790
    UPDATE_TIMER=12/09/2010 12:00:50 PM
    SUDIALOG_ON=0
    WWWDSP_SYNC_BROWSERCACHE=0
    WWWDSP_PREFETCH_OBJECT=0
    EnableJavaApplets=1
    Preferences=-2147480463
    DESKWINDOWSIZE=0 0 976 669
    AltNameLanguage=en
    ContentLanguage=en-US
    WeekStart=1
    ViewWeekStart=2
    NavWeekStart=1
    XLATE_CSID=52
    SPELL_LANG=1033
    SPELL_PREFERENCES=0
    Region=en-US
    DatePickerDirection=0
    Passthru_LogLevel=0
    Console_LogLevel=2
    VIEWIMP1=Lotus 1-2-3,0,_IWKSV,,.123,.WK1,.WK3,.WK4,.WKS,.WR1,.WRK,,4,
    VIEWIMP2=Structured Text,0,_ISTR,,.CGN,.LTR,.STR,,1,
    VIEWIMP3=Tabular Text,0,_ITAB,,.PRN,.RPT,.TAB,.TXT,,1,
    VIEWIMP4=vCard,0,_IVCRD,,.VCF,,1,
    VIEWEXP1=Comma Separated Value,0,_XCSV,,.CSV,,1,
    VIEWEXP2=Lotus 1-2-3,0,_XWKS,,.123,.WK1,.WK3,.WK4,.WKS,.WR1,.WRK,,4,
    VIEWEXP3=Structured Text,0,_XSTR,,.CGN,.LTR,.STR,,1,
    VIEWEXP4=Tabular Text,1,_XTAB,,.CGN,.LTR,.RPT,.TAB,,1,
    VIEWEXP5=vCard 2.1,0,_XVCRD,,.VCF,,1,
    VIEWEXP6=vCard 3.0,0,_XVCRD3,,.VCF,,1,
    EDITIMP1=ASCII Text,0,_ITEXT,,.C,.H,.PRN,.RIP,.TXT,,1,
    EDITIMP2=Binary with Text,0,_ISTRNGS,,.*,,1,
    EDITIMP3=BMP Image,0,_IBMP,,.BMP,,18,
    EDITIMP4=CGM Image,0,_IFL,,.CGM,.GMF,,8,
    EDITIMP5=GIF Image,0,_IGIF,,.GIF,,18,
    EDITIMP6=HTML File,0,_IHTML,,.HTM,.HTML,,1,
    EDITIMP7=JPEG Image,0,_IJPEG,,.JPG,,18,
    EDITIMP8=Lotus 1-2-3,0,_IW4W,_IWKSE,.123,.WK1,.WK3,.WK4,.WKS,.WR1,.WRK,,4,
    EDITIMP9=Lotus PIC,0,_IPIC,,.PIC,,8,
    EDITIMP10=Lotus Word Pro,0,_IW4W,,.LWP,,2,
    EDITIMP11=Microsoft Excel,0,_IW4W,,.XLS,,4,
    EDITIMP12=Microsoft RTF,0,_IW4W,_IRTF,.DOC,.RTF,,2,
    EDITIMP13=Microsoft Word,0,_IW4W,,.DOC,,2,
    EDITIMP14=PCX Image,0,_IPCX,,.PCX,,18,
    EDITIMP15=TIFF 5.0 Image,0,_ITIFF,,.TIF,,18,
    EDITIMP16=WordPerfect 5.x,0,_IW4W,,.DOC,.WPD,,2,
    EDITIMP17=WordPerfect 6.0/6.1,0,_IW4W,,.DOC,.WPD,.WPT,,2,
    EDITEXP1=ASCII Text,2,_XTEXT,,.C,.H,.PRN,.RIP,.TXT,,1,
    EDITEXP2=CGM Image,2,_XCGM,,.CGM,.GMF,,8,
    EDITEXP3=Microsoft RTF,2,_XRTF,,.DOC,.RTF,,4,
    EDITEXP4=TIFF 5.0 Image,2,_XTIFF,,.TIF,,18,
    EDITEXP5=vCard 2.1,0,XVCRD,,.VCF,,1,
    EDITEXP6=vCard 3.0,0,XVCRD3,,.VCF,,1,
    DDETimeout=10
    NAMEDSTYLE0=030042617369630000000000000000000000000000000000000000000000000000000000000001 010100000A0000000000000100A0050A0000006400A0050A000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000009404000000000000
    NAMEDSTYLE0_FACE=Default Sans Serif
    NAMEDSTYLE1=030042756C6C657400000000000000000000000000000000000000000000000000000000000001 010100000A000000000000000008070A000000640008070A000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000049404000000000000
    NAMEDSTYLE1_FACE=Default Sans Serif
    NAMEDSTYLE2=0300486561646C696E650000000000000000000000000000000000000000000000000000000001 0101010B0C0000000000000100A0050A0000006400A0050A000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000009404000000000000
    NAMEDSTYLE2_FACE=Default Sans Serif
    DefaultMailTemplate=mail6.ntf
    AddInMenus=C:\PROGRA1\Adobe\ACROBA1.0\PDFMaker\Mail\LOTUSN1\PDFMLO1.DLL
    AdobePDFMInst=1
    EXTMGR_ADDINS=AdobePDFMToolbarInst
    Work Safely,
    Cliff Maltase
    Crawford Station
    MidWest Generation
    DevyaniB <[email protected]>
    03/22/2011 04:36 AM
    Please respond to
    <[email protected]>
    To
    cliff maltase <[email protected]>
    cc
    Subject
    pdfmaker and lotus notes
    Hi "http://forums.adobe.com/people/mwgen",
    Could you please check if the following PDFMaker entries are made in
    "notes.ini" -
    *+AddInMenus=C:\PROGRA~1\Adobe\ACROBA~1.0\PDFMaker\Mail\LOTUSN~1\PDFMLO~
    1.DLL+*
    EXTMGR_ADDINS=AdobePDFMToolbarInst
    AdobePDFMInst=1
    [Please note the location of "notes.ini",
    For single-user install of Notes, at ?C:\Program Files\lotus\notes?.
    +For multi-user install of Notes, typically at ?C:\Documents and
    Settings\\Local Settings\Application Data\Lotus\Notes\Data\?.]+
    In case the entries are absent, please make the modifications as suggested
    in http://kb2.adobe.com/cps/333/333476.html.
    I'd suggest you make a temporary backup copy of the file before making any
    modifications to it. Thanks!
    - Devyani.

  • Syncing problems with BB 8320 and lotus notes

    Hi everybody.
    I have recently acquired a brand new 8320 BB.
    But when I start the configured syncing for my contacts, I get an error message telling me that the database cannot be found .
    The paths indicated "C:\Program Files\lotus\notes\data\names.nsf" does well exist !
    It works fine with outlook but no more with Lotus Notes.
    Has anyone an idea ?
    Thanks in advance
    Kris

    See this post for some info:
    http://supportforums.blackberry.com/t5/BlackBerry-​Link/BlackBerry-Link-OSX-new-Photo-app/td-p/308625​...

  • Lotus notes (ibm) to migrate all the data to Oracle DB Database 10g R2(10.2

    Hi Experts,
    we have legacy application which is running independently with back end as Lotus Notes(IBM).Now we wanted to migrate the application to our application with data . our application is running with oracle Database 10g R2(10.2.0.2.0).
    Now I wanted to migrate all the data to Oracle DB.
    Can you suggest me the best ways to do handle the above migrations .
    thanks in advance

    Hi,
    Install all the required packages.
    You are hitting a bug. Bug 7680459: LIBXP PACKAGE IS MISSING FROM LIST OF PACKAGES REQUIRED.
    As per documentation Bug 7680459, the package libXp-1.0.0-8 is also required to invoke OUI successfully.
    So, make sure that you have installed these packages including the dependency packages required.
    Follow Doc ID 419646.1: Requirements For Installing Oracle 10gR2 On RHEL/OEL 5 (x86)
    Regards,
    Satish

  • Remote Data Source Settings for Lotus Notes CWS

    I have installed the Crawler Web Service for Lotus Notes on a box seperate from Machine hosting Portal Server. After that I did all the migrations successfully at the portal side as mentioned in installation guide. But while configuring Remote data Source ,in Authentication Page , i am not getting an edit box to specify the User ID file.Its just have edit box to specify password.
    Its taking the last user id that was used in the Notes Client on that machine, or more specifically the KeyFilename setting in the Notes.ini file
    How can i set the User ID File(to be considered).
    Moreover there is an error
    An error occurred while validating the remote XUI service. Verify the Web Service settings, including the SOAP Encoding Style.
    Can anybody provide pointers on configuring the Remote Data Source for Lotus Notes database
    Thanks in Advance

    Hi,
    I would check this with the Lotus Notes guys. If the mail is OK in SOST, then SAP is delivering the mail correctly. There is something wrong with the Lotus Notes client itself. I have seen this same problem and I have alos witnessed the HTML email to crash the whole Lotus client. (This lead to a situation that it was just easier to send the plain text emails.)
    Regards,
    Karri

  • Migration from Lotus Note / Domino to Microsoft office 365

    Core functionality has been agreed to be tested which include:
    - Provisioning of user account (create, delete, amend)
    - Authentication
    - Data Migration and
    - Usability. 
    The Background of the project is the migration of data from Lotus note/Domino to Microsoft Office 365. 
    A: How would we go about testing the product?
    B: What are the main features to look out for in order to  achieve test coverage in this type of project?

    For migrating Lotus Notes (NSF files) & Domino Server Mailboxes in Office 365 accounts use only a Good-Quality Lotus Notes to Office 365 migration application. The product executes Bulk migrations with high-speed and data security. Perform migration
    of emails, contacts (mailing lists), calendars and task (to-do lists) completely into Office 365.
    Get Product Overview at:
    http://www.export-notes.com/lotus-domino-to-office365.html
    (Facility to Migrate Lotus Notes as well as Domino Server Mailboxes)

Maybe you are looking for

  • Can't find my data from Time Machine network backup

    Migration assistant shows inconsistent sizes for applications, computer settings and other files/folders, about 30GB when I had 270 GB only in pictures. I did a clean Mavericks install. How do I find my data from the TimeMachine network backup? The s

  • Pass Object Between Applet and JSP Page

    Hi all, How can I pass an Object(such as Vector, File), rather than just string to the Applet from a JSP page? Thank you.

  • Pages come out in sections

    Hello Everyone, I did attempt to search this problem out before hand, yet found no results to this specific situation. I have a user who is using Acrobat X to manipulate PDFs for our clients, this includes content editing, recently I was made aware o

  • Best Pratice of Error Handling calling multiple external components

    I have used EJBs in my question, but it applies to any component/service that is exposed. If I have EJB1 calling EJB2, what is the standard approach to handling an error received from EJB2? Does EJB1 simply pass it back or wrap its own error around i

  • What is CRM ISU?

    Hi, I am new to SAP CRM. I have come across the term CRM ISU. Kindly explain this term and if we have some document/s on it kindly send it to [email protected] Thank you.