Lotus Notes access from PL/SQL

Hi,
I am using Oracle 9i on RedHat Linux AS, and would like to connect to Lotus Notes Domino server version 6.5 running on Microsoft Windows 2000.
I have checked out the jdbc-odbc-bridges from both Easysoft and Sun, but would like to avoid installing 3rd party software on the Lotus notes server.
Anyone have expriences with Lotus' interfaces java/corba, c or c++ ?? Or can link to information!
As far as I know, Oracle have not released a db-link for Lotus notes so I can access the notes databases directly from PL/SQL.
Best regards,
Finn Normann Pedersen
Visanti A/S

Yes it is,
You could use a java stored procedure
http://www.oracle.com/technology/sample_code/tech/java/jsp/samples/wsclient/Readme.html
Regards
Peter

Similar Messages

  • IBM Lotus Notes access for SAP solutions

    Hi SDN friends,
    Can somebody through some light on IBM Lotus Notes access for SAP solutions.
    How this works technically?

    Hi vinay
    u cn refer to these links.u cn get some idea abt IBM Lotus Notes
    IBM Lotus Notes integration with SAP CRM
    Integrating lotus notes with R\3
    ESS to IBM Lotus Notes...
    Regards
    Bhargava
    sorry for replying late,i havent seen this question.......
    pls assign points if the links are useful by clicking on the radio buttons to the left of my post

  • 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.

  • Local Database not accessable from enterprize manager console

    Hi all .. i have a strange problem, please help
    i hv installed oracle 9i on my pc. it is linked with a db server and local database (for scott schema) is also installed on pc. with oracle enterprise manager console i have been, and want to access both the databasses.(db server and local)
    i can access the db server database as sys: attributes are ..
    host: 10.4.34.59
    port: 1526
    sid: grid59
    attribs for local db
    host: e5687g7665
    port: 1523
    sid: ora123
    both dbs are accessable from sql plus but when i write scott, tiger on console, it says 'no listener'.... on oracle net manager i hav already added the address for local pc db.
    thanx in advance, please help

    Ok i have removed the ip address of remote db from listener ... now the complete pic of tnsname and listener is as under butttttttt.....
    :( the problem is still there ... my OEM console connects to remote db as 'sys as sysdba' but not local db as 'scott/tiger'...
    # TNSNAMES.ORA Network Configuration File: G:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    GRID31_10.4.34.59=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.4.34.59)(PORT = 1526))
    (CONNECT_DATA =
    (SID = grid59)
    (SERVER = DEDICATED)
    ORA123 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = e8530e94179)(PORT = 1523))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ora123)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = e8530e94179)(PORT = 1526))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    # LISTENER.ORA Network Configuration File: G:\oracle\ora92\NETWORK\ADMIN\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST =e8530e94179)(PORT = 1523))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = G:\oracle\ora92)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ora123)
    (ORACLE_HOME = G:\oracle\ora92)
    (SID_NAME = ora123)
    )

  • I am unable to read lotus notes email from my work. I was able to view it with all previous firefox versions.

    We use lotus notes at work and I have always been able to open my mail. After updating to the new Firefox 4.0, now i am getting the warning, "Domino Access Warning: Sorry we are unable to process your request at this time.....

    Fanta Pants wrote:
    i bought  an iphone 5 second hand
    The Apple ID and Password that was Originally used to Activate the iDevice is required.
    If you cannot get this information from the seller
    Removing a device from a previous owner’s account
    You need to return the Device for a refund, as you will not be able to re-activate it.

  • Calling Lotus Note Application from EP6

    Hi All,
    I am looking to create an iView that can launch or call an exe file extension, Lotus Notes, to open in another window.
    Any assistance you could provide in how I could launch the application would be much appreciated.
    Regards,
    Andrew

    Hi!
    from notes client 5.0.9 onwards, the client registeres itself as a so-called HTTP protocol. This means that you can launch a notes resource via a browser URL.
    Type the following in your browser:
    1) notes:///names.nsf  to open a local database (e.g. your personal adress book)
    2) notes://<server>/<path>/application.nsf   to open a notes database on the server
    The missing step is to create an iView. Since the standard URL iView does not accept the notes:// protocol you have to create a intermediate HTML page and pass your notes:// resource as parameter. To do so, please perform:
    1) HTML page: notesprotocol.htm
    <html><head><title>NotesClient Integration</title>
    <script type="text/javascript">
    <!--
    function LaunchNotes() {
    urlquery=location.href.split("?");
    window.open(urlquery[1], "NotesClient");
    // -->
    </script>
    </head>
    <body onLoad="LaunchNotes()">
    <h1>The Notes Desktop Client is launched...</h1>
    </body></html>
    2) iView:
    http://<server>/<path>/notesprotocol.htm?notes://domino1/application1.nsf
    Instead of creating a HTML page you can also create a JSP or a simple Domino web application for doing this job of translating HTTP:// into NOTES://.
    Regards
    Michael

  • BPC Web Page not access from Client

    Dear Experts,
    We have BPC QA system installed in multi environment DB server and APP server,
    the issue is :
    the BPC Web Page is able to access from App server localhost (http://appserver IP/osoft/)
    but client not able to access the BPC Web Page from the client machine
    it showing error bellow . I have check the security and .Net version in IIS and compare with BPC development which is installed in single environment without any issue, Kindly need advice on what
    need to be check in the APP Server and DB server.
    ===========================
    Server Error in '/OSoft' Application.
    The request failed with HTTP status 401: Unauthorized.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [WebException: The request failed with HTTP status 401: Unauthorized.]
       System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +1303
       System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +218
       WebInfoService.WebInfoService.Query(String strQueryType, String strParameter, String strContext, String strSecurity) +98
       OSoft.Consumers.ZFP.WebBase.Utility.GetLastUserApp(CPMUser& mUser, String strAppServerURL, String strSecurity, String strContext, Boolean bServerPathReset) +1517
       OSoft.Consumers.ZFP.WebBase.PageBase.Page_Init(Object sender, EventArgs e) +219
       System.EventHandler.Invoke(Object sender, EventArgs e) +0
       System.Web.UI.Control.OnInit(EventArgs e) +67
       System.Web.UI.Control.InitRecursive(Control namingContainer) +241
       System.Web.UI.Page.ProcessRequestMain() +197
    ===============================================

    Hi,
    This error usually means that the user doesnt have the proper authorizations. So please login to the appset with the ADMIN ID and check the task profile and the member access profile of the user. Assign appropriate authorizations.
    Hope this helps.

  • How to send a mail to Lotus Notes R5 from Report Builder 3.0.5.8.0 ?

    Dear sir,
    I try to send a mail via Report Builder, and I got the following error message:
    REP-4201:Error occured while initialzing the mail subsystem.
    REP-4202:There is the problem with
    the mail System.
    We use the Lotus Notes R5 mail, not Microsoft Outlook or exchange. Could the Report Builder support it?
    Thanks.
    Lisa

    Hi!
    1. Make sure no one else has opened the same file.
    2. Dont put image on your report.
    later
    Mircea Paciu (guest) wrote:
    : In Report builder 3.0.5.8.0 I can't open some of my *.rdf
    files.
    : When trying to open no error message is generated and the "open
    : dialog" reappears.
    : Some other files can be normally open.
    : Does anyone know how to solve this?
    null

  • Web services access from PL/SQL. It is possible?

    Hello,
    I need to access some data from one database, using a Web Services (it's the only way I have permisson). It's possible to do that from an PL/SQL function/procedure from another database?
    Thanks,
    XaM

    Yes it is,
    You could use a java stored procedure
    http://www.oracle.com/technology/sample_code/tech/java/jsp/samples/wsclient/Readme.html
    Regards
    Peter

  • Can not access from link of Microsft Network Partner

    Hi all,
    I tried to use Azure as benefit of MNP from thsi link and obtain the http://go.microsoft.com/fwlink/?LinkId=390214
    and obtain access denied error.
    Please any help.
    Milton
    Victor Naranjo MCSE + Security MCSA + Security MCSE + Messaging MCSA + Messaging ITIL Certified Comptia Security+

    Hello SYNERGY,
    Thank you post the issue to msdn forum.
    There are many reasons may cause you can't access the Microsoft Partner Network website. Such as accountlosing efficacy, wrong account or password, browser disable cookie, etc. You can refer to following suggestions in this article:http://support.microsoft.com/kb/2913746If
    above cannot solve your problem, I think you can get help from the "Technical and Billing Support" section in this support channel:
    http://www.windowsazure.com/en-us/support/options/    Try log the information as required
    and submit the ticket. A Microsoft support professional will contact with you as soon as we can.
    Best Regards,
    Fuxiang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Sticky notes/ access from right click/new on desktop?

    Navigating through Metro and (ugh) typing a search to pull up a new sticky note (being the fastest method) is an awful lot of work to put a new stick note on the desktop.   Having it in the right click/new context menu seems a "no brainer".  
    If this can be added via the registry, please detail.

    Hi,
    Here is a simple way to get it. Add the registry below:
    [HKEY_CLASSES_ROOT\Directory\Background\shell\New
    StickyNote]
    "Icon"="C:\Windows\System32\StikyNot.exe"
    [HKEY_CLASSES_ROOT\Directory\Background\shell\New
    StickyNote\command]
    @="C:\Windows\System32\StikyNot.exe"
    In addition, We recommend you could pin sticky Note to taskbar. Thus we also get it easily.
    Karen Hu
    TechNet Community Support

  • Accessing Lotus Notes from SAP

    I'm trying to access data of Lotus Notes databases from an ABAP using OLE.
    If the Lotus Notes Class returns a "common" variable (string, number or another object), there is no problem, but when it returns an "stringArray" or a "valueArray" variable I cannot get the value.
    For example, it happens when trying to get the value of a field from a document:
    CALL METHOD OF w_document 'GetItemValue' = w_value
      EXPORTING #1 = 'FieldName'.
    this method returns a "valueArray" value and defining the w_value as string or character in ABAP is does not crash but the content of w_value after having executed this method is always blank.
    Any idea on how to solve it?
    Thanks
    josep

    hi,
    check out this links..here ypu will find relevant materials for this query..
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=accessing%20lotus%20notes%20from%20sap&cat=sdn_all
    thanks
    jaideep
    *reward points if useful..

  • Accessing lotus notes database

    I am new to Lotus notes..can anyone help me out in accessing lotus notes database from a java application..also can anyone tell me which is the best driver for the same..it would be very helpful if someone can give me the link where i can find such drivers.

    I am new to Lotus notes..can anyone help me out in
    accessing lotus notes database from a java
    application..also can anyone tell me which is the
    best driver for the same..it would be very helpful if
    someone can give me the link where i can find such
    h drivers.this message is for abd_deb
    i m also having the same problem as stated above
    so if u hve a solution for that problem plz mail me at
    [email protected]
    thank you

  • Accessing a C function from PL/SQL.

    I have a c function that I would like to access from pl/sql, that is call as any other function in pl/sql. Is this possible? Where can I read about it?

    Yes, this is possible. You have to use the feature named external procedure that involves Oracle Net configuration. Here is a example with Oracle 8:
    http://www.unix.org.ua/orelly/oracle/prog2/ch21_01.htm

  • Error conecting portal with lotus notes

    I configured the lotus porlets and pdk samples, the pdk samples
    work perflectly, I reached congratulations sample page of the
    pdk samples with the: http://localhost.domain/servlet/sample
    but when I try with
    http://localhost.domain/servlet/lotusAppProv y have this:
    "Forbidden You don't have permission to
    access /servlet/lotusAppProv on this server.
    Oracle HTTP Server Powered by Apache/1.3.19 Server at demo Port
    80"
    And when I try to login to the Lotus Notes Inbox from the
    External Application y get a 500 internal error and in the
    mod_jserv log I have this:
    10/12/2001 20:32:50:390] (ERROR) ajp12: Servlet Error:
    java.lang.VerifyError: (class:
    com/ibm/CORBA/iiop/GenericServerSC, method: dispatch signature:
    (Lcom/ibm/CORBA/iiop/IIOPInputStream;Lcom/ibm/CORBA/iiop/IIOPOutp
    utStream;)V) Illegal use of nonvirtual function call: (class:
    com/ibm/CORBA/iiop/GenericServerSC, method: dispatch signature:
    (Lcom/ibm/CORBA/iiop/IIOPInputStream;Lcom/ibm/CORBA/iiop/IIOPOutp
    utStream;)V) Illegal use of nonvirtual function call
    [10/12/2001 20:32:50:390] (ERROR) an error returned handling
    request via protocol "ajpv12"
    [10/12/2001 20:32:50:390] (ERROR) balance: 1052 internal servlet
    error in server localhost:1035
    [10/12/2001 20:32:50:390] (ERROR) an error returned handling
    request via protocol "balance"
    If someone has installed successfully the lotus porlet, please
    write me, or someone can solve this problem, please help me.
    Thanks
    Esteban.

    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

Maybe you are looking for

  • I tunes wont play songs on computer

    just started happening. everything else seems to be working fine, but if i click on a song it will not start to play. the timer on song remains at 0:00 and thats it. Music seems to work fine on ipod. any suggestions?

  • How do I shuffle music when using genre option

    Since new iOS 7 upgrade the shuffle option on genre for music is no longer there.  I can't tell whether it is still there or no longer an option.  It was there before the upgrade and it was something I used a lot. The iPhone 5 is my 1st apple product

  • 10.2.0.4, Spatial and invalid objects

    We don't use spatial. We have no plans to use spatial. We do use Intermedia, badly. When I upgraded a database from 10.2.0.3 to 10.2.0.4, everything went OK, except that one object in the MDSYS schema (I can't remember its name, but it was something

  • Slide presentation for Dreamweaver page

    Dumb question - how do I create a slide show presentation in Flash (single pictures, no text) and then get it into a Dreamweaver page? Thanks!!!!!!!!!!!!1

  • Select data into LOV as Multi Column form a Single Column Table

    Table: CALL_DETAILS FLT_NO  CALL_NO LOCATION  DATE_ARRIVAL     PRV_FLT_NO FLT01      1      DXB        01/07/07      FLT00 FLT01      2      TIL       02/07/07      FLT00 FLT01      3     HKG       03/07/07      FLT00 FLT01      4      SIN       04/0