Oracle - Lotus Notes Interface

Hi,
Is there any Oracle DB built-in for Lotus Notes Interface?
Can we push or pull data from Oracle DB to Lotus Notes and vice versa.
Thanks and Regards
Kaustubh

Kaustubh wrote:
Hi,
Is there any Oracle DB built-in for Lotus Notes Interface?
Can we push or pull data from Oracle DB to Lotus Notes and vice versa.Lotus Notes deals with documents and isn't a standard form of database.
I'm not sure if there are some ODBC drivers for it (which would of course give you heteregeneous services connectivity), but I think we use some scheduled vbscript's to extract data from Notes and then read those files as external tables into Oracle. (can't recall the details, it's usually someone else who deals in that side of things)

Similar Messages

  • Interfacing between SAP ECC 6.0 and Lotus Notes

    Hello Guru's,
    I have a requirement where I need to catch billing document number from Lotus notes interface and send related information back to it.
    Agreed approach to hadle this is using webservices.
    Could you please guide me initial steps how to do it?
    From SAP side, i have created RFC enabled function module and created Webservices from Menu path
    utilities -> More Utilities -> Create Webservice -> From function module.
    Any help on this topic would be very much appreciated.
    Thanks

    Hi Pankaj,
    Your RFC-enabled FM on SAP side, which you've deployed as a wS is supposed to receive billing document numbers and return info related to those billing documents.
    You just have to call this WS in Lotus Notes and take the returned info to process/display in Lotus Notes.
    So you're already on the right track. What else do you want to know, please feel free to ask?
    Cheers,
    Anirut W.

  • Integration of Oracle with Lotus Notes

    Hello,
    I have a requirement to interface from my Oracle APEX application to a third party Lotus Notes application.
    This would be a two way interface
    1) Lotus notes app to call an Oracle packaged procedure to insert into some Oracle tables
    2) Oracle APEX App via a Table Trigger to insert into a Lotus Notes table
    After the inserts it should be possible to view the data in the Oracle APEX app and in the Lotus Notes app
    I am a complete novice to Java but I understand JDBC could be a good method to solve this requirement
    For the two way interface the Oracle code would be
    1) Lotus notes app to call an Oracle packaged procedure to insert into some Oracle tables
    te_pkg.insert_project
    (I_work_request_no IN VARCHAR2
    ,I_description      IN VARCHAR2
    ,I_originator_email IN VARCHAR2
    ,I_auth_user_email IN VARCHAR2
    ,I_it_manager_email IN VARCHAR2
    ,I_raised_date IN DATE
    ,I_latest_est_days IN NUMBER
    2) Oracle APEX App via a Table Trigger to insert into a Lotus Notes table
    CREATE OR REPLACE TRIGGER TRIG_proj_AFTER
    AFTER
    UPDATE ON Project FOR EACH ROW
    BEGIN
    IF :new.status = 3 THEN -- Project Completed
    ** INSERT INTO Lotus notes temp table with :new.work_request_no, :new.status
    END IF;
    END;
    Any suggestions and code snippets, particularly for pushing the Project Status INSERT to Lotus Notes would be appreciated.
    I stress again I am a complete novice to JAVA so simple step by step instructions would help.
    Kind Regards
    Ade

    Check whether these will help.
    JDBC connectivity with Oracle in Domino-Part I
    JDBC connectivity with Oracle in Domino-Part II
    JDBC connectivity with Oracle in Domino-Part III

  • Lotus notes as a front end and oracle as backend

    Dear All,
    Can i use lotus notes as a front end and oracle as backend atleast for few forms in my application.
    If Yes how to go about it.
    I have not tried it even once
    Kindly also advice if this is appropriate forum to ask this question
    Best Regards,
    Devendra Shelke

    Dear All,
    Context for asking above question :
    We use Form 6i and Report 6i, Application Server 9i and 9i DB.
    But for some forms we want the user to enter the data through Lotus Notes but get updated in 9i DB used by Form 6i.
    Best Regards,
    Devendra

  • 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

  • Interface Crystal Report Server with Lotus Notes

    Hi,
    Does "Crystal Server 2011" or "Crystal Report Server 2008" provides an interface with Lotus Server so that user can schedue and deliver report to end user through Lotus Domino? (ie: user can receive reports in an email through Lotus Notes)
    Thanks!
    Albert LUO

    Moved to BOE/CRS Admin forum

  • OLE : Oracle 9i / lotus Notes

    Hello
    (Text translated of French into English )
    We arrived at the limits of our internal comptences and seek solutions for advanced:
    Have you got any solution to me... or to provide me contact which can help us with OLE Oracle/notes.
    We have a appli developed under Forms d' Oracle with bouttons
    The appli in executed on 9iAS and the accesses of the customer is done in Java of the navigator Web . (applet "oracleJinitiator")
    We have to update oracle (8 - > 9i) and since we let us not arrive at reparametrer 4 buttons whose function is to interact with Lotus That more fontionne neither on station which has the customer lotus notes 7.0.2 Fr nor with 6.5.4fr (waiter domino 7.0.2 Fr).
    We use 4 functions which are as follows
    Sending of an email with [email protected]
    Sending of email to the contact selectionné
    Creation of an appointment in lotus
    Addition interloccutor in address book lotus
    Here is the code
    Sending of an email with [email protected]
    Lotus opens then nothing
    Work=Create_Obj('Notes.NotesUIWorkspace')
    Invoke(Work,'OpenDatabase','domino',:global.ole_mail_lotus);
    doc = Invoke_Obj(Work,'ComposeDocument','', '', 'Memo');
    Set_Property(Work,'Visible',1);
    Invoke(doc,'FieldSetText','EnterSendTo','[email protected] ');
    Invoke(doc,'FieldSetText','Subject','Demande de Modif de :_ ');
    Invoke(doc,'FieldAppendText','Subject',:SOCIETE.CSOSIRET);
    Invoke(doc,'FieldAppendText','Subject','_-_ ');
    Invoke(doc,'FieldAppendText','Subject',:SOCIETE.CSOLIBEL);
    Invoke(doc,'FieldSetText','body','Responsable Local : Civilité ');
    Invoke(doc,'FieldAppendText','body','/ Nom / Prénom ');
    Invoke(doc,'FieldAppendText','body','/ Date de naissance OBLIGATOIRES');
    Invoke(doc,'FieldAppendText','body','/---/ ARE ');
    Release_obj;
    Sending of email to the contact selectionné
    Lotus opens then nothing
    Code
    Work = Create_Obj('Notes.NotesUIWorkspace');
    Invoke(Work,'OpenDatabase','domino',:global.ole_mail_lotus);
    doc = Invoke_Obj(Work,'ComposeDocument','', '', 'Memo');
    Set_Property(Work,'Visible',1);
    Invoke(doc,'FieldSetText','Body',:global.ole_corps);
    Invoke(doc,'FieldSetText','EnterSendTo',:global.ole_email);
    Invoke(doc,'FieldSetText','Subject',:global.ole_sujet);
    Release_Obj;
    Addition interloccutor in address book lotus
    error message
    Code
    Work = Create_Obj('Notes.NotesUIWorkspace');
    Invoke(Work,'OpenDatabase','','names.nsf');
    doc = Invoke_Obj(Work,'ComposeDocument','', '', 'Contact');
    Set_Property(Work,'Visible',1);
    Invoke(doc,'FieldSetText','Title',:global.ole_titre);
    Invoke(doc,'FieldSetText', 'LastName',:global.ole_nom);
    --Invoke(doc,'FieldSetText', 'LastName',:PERSONN.CITNOMPE);
    Invoke(doc,'FieldSetText', 'FirstName',:global.ole_prenom);
    Invoke(doc,'FieldSetText', 'OfficePhoneNumber',:global.ole_Bur_Tel);
    Invoke(doc,'FieldSetText', 'OfficeFaxPhoneNumber',:global.ole_Bur_Fax);
    Invoke(doc,'FieldSetText', 'MailAddress',:global.ole_email);
    Invoke(doc,'FieldSetText', 'JobTitle',:global.ole_fonction);
    Invoke(doc,'FieldSetText', 'CompanyName',:global.ole_societe);
    Invoke(doc,'FieldSetText', 'PhoneNumber',:global.ole_pers_Tel);
    Invoke(doc,'FieldSetText', 'HomeFaxPhoneNumber',:global.ole_pers_Fax);
    Invoke(doc,'FieldSetText', 'OfficeZip',:global.ole_bur_CP);
    Invoke(doc,'FieldSetText', 'OfficeStreetAddress',:global.ole_Bur_Rue);
    Invoke(doc,'FieldSetText', 'OfficeCity',:global.ole_Bur_Ville);
    Invoke(doc,'FieldSetText', 'OfficeCountry',:global.ole_Bur_Pays);
    Invoke(doc,'FieldSetText', 'Zip',:global.ole_bur_CP);
    Invoke(doc,'FieldSetText', 'StreetAddress',:global.ole_Pers_Rue);
    Invoke(doc,'FieldSetText', 'City',:global.ole_Pers_Ville);
    Invoke(doc,'FieldSetText', 'Country',:global.ole_Pers_Pays);
    Release_Obj;
    Creation of an appointment in lotus
    Lotus opens then nothing
    Code
    Work=Create_Obj('Notes.NotesUIWorkspace')
    Invoke(Work,'OpenDatabase','domino',:global.ole_mail_lotus);
    doc=Invoke_Obj(Work,'ComposeDocument','','','Appointment');
    Set_Property(Work,'Visible',1);
    Invoke(doc,'FieldSetText','StartDate',:global.ole_Date_Debut);
    Invoke(doc,'FieldSetText','StartTime',:global.ole_Heure_Debut);
    Invoke(doc,'FieldSetText','EndDate',:global.ole_Date_Fin);
    Invoke(doc,'FieldSetText','EndTime',:global.ole_Heure_Fin);
    Invoke(doc,'FieldSetText','AppointmentType','Rendez-vous');
    Invoke(doc,'InsertText','Subject',:global.ole_sujet);
    Invoke(doc,'InsertText','Subject','-');
    Invoke(doc,'InsertText','Subject',:global.ole_nom_int);
    Invoke(doc,'FieldSetText','body',:FICHE_ACTION;CTXLIBEL);
    Invoke(doc,'FieldSetText','body',:global.ole_descr);
    Invoke(doc,'FieldAppendText','body','/ TEL :');
    Invoke(doc,'FieldAppendText','body',:global.ole_tel_int);
    Invoke(doc,'FieldAppendText','body','/ EMAIL :');
    Invoke(doc,'FieldAppendText','body',:global.ole_email_int);
    Invoke(doc,'FieldAppendText','body','/ ');
    Invoke(doc,'FieldAppendText','body',:global.ole_categorie);
    Invoke(doc,'FieldAppendText','body','/ ');
    Invoke(doc,'FieldAppendText','body',:global.ole_preoc);
    -- wait('Mise à jour','Cliquez sur OK pour mettre à jour');
    -- :global.ole_Heure_Debut=Invoke_Char(doc,'FieldGetText','StartTime');
    -- :global.ole_Date_Debut=Invoke_Char(doc,'FieldGetText','StartDate');
    -- :global.ole_Date_Fin=Invoke_Char(doc,'FieldGetText','EndDate');
    -- :global.ole_Heure_Fin=Invoke_Char(doc,'FieldGetText','EndTime');
    Release_obj;
    Thank you by advance

    Check whether these will help.
    JDBC connectivity with Oracle in Domino-Part I
    JDBC connectivity with Oracle in Domino-Part II
    JDBC connectivity with Oracle in Domino-Part III

  • 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

  • Oracle Portal with Lotus Notes Databases

    We have Web-enabled Lotus Notes Databases as part of our Intranet has any one else found a successful method for integrating these into the Oracle Portal?

    Hi Emma,
    I guess you have posted two topics for the same issue. I have replied to the other topic.
    You can access that topic with the following URL:-
    Oracle Portal with Lotus Notes Databases
    Take care,
    Manoj

  • Pim Sync issues Lotus Notes 8 to Oracle OnDemand

    Hi All,
    when i try to pim sync lotus notes contacts to oracle ondemand, the contact in lotus notes gets imported as an account in OnDemand.
    Anyone know why? or even better how to fix the problem
    thanks
    PK

    PK, in the company profile check the checkbox called "Disable PIM Sync Account Association".

  • Migrate Lotus Notes Finance Apps to Oracle Enterprise Asset Management

    Hi,
    I would like to know if Lotus Notes apps for asset management can be migrated to Oracle Enterprise Asset Management. If so are there any tools to aid the process.

    Hi,
      This forum is for migrating from non-Oracle databases to Oracle.
    It would bebetter to ask this question in an EAM forum so try here -
    Business Intelligence Applications
    Regards,
    Mike

  • Lotus Notes to Oracle

    I have a client that has some data already in a Lotus Notes Database and is unhappy with that situation. What tools are available to get the data out and into an Oracle database.
    Please send email to [email protected] if you can, it would be appreciated. Thanks in advance.

    hello,
    generate csv or xml file (better csv for the size), use external table to load the file into oracle. We are doing this way in production, in order to synchronize between My Sql front databases and Oracle BO database with millions of data daily. You may face some problem of chr, but you can use shell (for Linux / Unix etc...) to adapt your csv ... or c , python, java program/classes etc...
    Edited by: Orawiss on Apr 20, 2010 8:28 PM

  • Servlet for reading lotus notes nsf-file via corba-interface

    Hello,
    we have written a servlet for reading lotus notes nsf-file via corba-interface.
    So we can read lotus notes-files in a portal url-iview.
    Are you interested?
    Best regards
    Oliver Prodinger

    If you check out the thread from my question (524480), we found
    that we had to enable the IIOP task on the domino server as we
    were not running it, this cured the problem I think you are
    encountering.
    This has not solved all our problems as I only see Notes data in
    the Inbox Portlet Preview mode, this problem is refered by other
    contributors as the collapsing Portlet problem (496625) and I do
    not know whether there is a solution to this problem yet.
    Hope this helps.

  • Lotus Notes Database to Oracle

    I have a simple application (workspace?) in Lotus Notes. I need to move that data into an Oracle database. Can someone help please?
    I will need to keep moving this data on a weekly basis since new data gets added into this workspace.
    Any sample code, or, simple tools/utilities that I could leverage?

    Hi
    Try to use an ODBC driver to load the data from LN to Ora, or export the data from LN to csv and load it with SQLLoader to Ora.
    Ott Karesz
    http://www.trendo-kft.hu

  • Encrypting Lotus Notes - SAP interface

    Dear all,
    Is there any standard best practice if you want to encrypt data transfer from Lotus Notes to SAP RFC?
    Is SNC compatible with Lotus Notes?
    Or should I create or implement custom algorithm in my ABAP code for corresponding RFC and also in Lotus Notes program?
    Thanks for the advice
    Regards,
    Erick L. Panjaitan

    Hi, Pavan,
    Thanks, but that one was not really what I'm looking for.
    I've already established an interface connection from Lotus Notes to SAP. What I am looking for is, how can I encrypt the data transmission between Lotus Notes and SAP. I am looking for some way to encrypt the transferred data between those two system.
    Should I create some encryption function on both system or is there any "standard", "ready to use" one.
    Regards,
    Erick

Maybe you are looking for

  • How do I export a movie from X to be used in a PowerPoint on a PC?

    I have a 7 second movie in Final Cut X that I want to export (now SHARE) so I can insert in a PowerPoint to be played on PC.  How do I make a file that PowerPoint likes?  It does not like .mov.  Probably would most like wmv but this new kind of FC do

  • Re: Need help with open a web page

    Dear friend i cant open www.truperenlinea.com maybe you can support me because i install IE but other 5.2 version, i dont want install parallel and Windows, you can try to open for me and explain me. See the right side in the web need can see the use

  • Help Required with Collections

    Hi, I have retrieved a number of records from a database that each contain a "code" and a "value". The code is non-unique, e.g. I have multiple records where the code="A", the code ="B" etc. What I want is a total of all the values per code, e.g. a t

  • Oracel Database 11g Release 2 Connection with  Forms Builder 10g

    I installed Oracle Database 11g at Microsoft window 32-bit , Now I want to connect it with my forms buider 10g developersuit. Please tell me ho do I connect it.

  • Labels reversed in french in Employee Master Data, fields Branch and Dept

    Hello There is an error in SAP B1 2007A translation from english to french. In the Employee Master Data, in french, the labels Branch and Department are reversed. So our client has its Departments in OUBR and its Branches in OUDP. Is there a way to m