Connect Lotus Notes with ODBC driver

I am trying to figure out connecting SQL Developer with ODBC connection ( set on to ODBC Data Source ) for lotus notes. I am able successfully connect through Excel with that connection. With SQL Developer , its asking for JDBC driver but lotus notes version (R5) what I am using does not support JDBC driver.
Is there any way to connect using ODBC data source for lotus notes.

No.
SQL Developer is a Java based tool and requires JDBC. Theoretically you could use the JDBC-ODBC bridge, but there would be no point. SQL Developer is an Oracle specific development and query tool which allows connection to selected other DBMSs in order to support migration to Oracle. Lotus Notes is not one of the supported systems.
SQL Developer is NOT a general purpose, multi-DBMS tool.

Similar Messages

  • Instant client with ODBC driver

    Hi, I have problem with the instant client version 10.2 with ODBC driver. I have the instant client base package and ODBC package installed in my computer. the Oracle ODBC driver did appear in the ODBC driver list, when I test the connection with driver, it gives error "Unable to connect, SQLState=08004 [ORACLE] [ODBC] ORA-12154 TNS could not resolve the connect identifier specified" I have another computer which has Oracle 8i client installed and works fine. I copied sqlnet.ora and tnsnames.ora to the instantclient installation folder, same error appears. here is the contents of sqlnet.ora:
    # SQLNET.ORA Network Configuration File: c:\oracle8i\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    here is the contents of tnsname.ora:
    # TNSNAMES.ORA Network Configuration File: c:\oracle8i\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    barkeep =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xxx.xxx)(PORT = 1521))
    (CONNECT_DATA =
    (SID = barkeep)
    I test the host connection with telnet, it works.
    can anybody out there walk me through how to set up instant client?
    thanks.

    Thanks Sanjay - I had this problem and your suggestion fixed it: setting the TNS_ADMIN did the trick.
    Note: This was on a development PC which already had the Oracle Client drivers installed (so I already had a different TNS_NAMES.ORA in that installation).
    It is worth noting that on my target deployment machine which DOESN'T have the Oracle Client drivers (just the InstantClient + Instant-ODBC) I didn't need to set TNS_ADMIN
    I'm using the 11g InstantClient (11.1.0.6.0 32 bit)
    Hope this helps someone, and thanks again Sanjay for posting :o)

  • Database Connection Error 42000:[Microsoft][ODBC driver for oracle] Syntax

    Hi,
      This is Sathish, I am trying to create a report and retrieve data through stored procedure using ODBC Connection. When connecting to the Stored Procedure it is showing Database Connection Error 42000:[Microsoft][ODBC driver for oracle] Syntax error or access violation' Error.
    CRXI R2, Oracle 9i.
    What do i do to solve this issue.
    Regards,
    Sathish

    Hi Satish
    It could be an issue with the driver.
    You can try with the OLEDB n Oracle native connection to test if the issue persists.
    Also you can refer to the [Troubleshooting Database Connectivity for Crystal Reports|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d05b3bb7-0f28-2c10-4ea3-84dbdc4e414e&overridelayout=true]
    Hope this helps!!
    Regards
    Sourashree

  • Connection Lotus Notes and ERP 2005

    Hello experts!
    I have some simple questions:
    - What is the procedure to connect Lotus Notes and ERP 2005 (Do we need RFC-connects or RFC/BAPI?)
    - Has the SAP Business connector still any supports?

    Hi,
    There are couple Lotus integration products available from IBM (both pretty old but still will do the job):
    <a href="http://www.thespot4sap.com/Articles/SAP_LN_Lotus_Notes_Introduction.asp">Pretty detailed blog</a>
    <a href="http://www-128.ibm.com/developerworks/lotus/documentation/sapconnector/">IBM Documentation</a>
    <a href="http://www.ibm.com/developerworks/lotus/library/lei-sap/">IBM Documentation on LEI</a>
    They use RFC connectivity - check with IBM on support, from SAP perspective both should work.
    SAP Business connector is being replaced with PI, but either are nothing to do with Lotus connectivity I think

  • Open a new mail item in Lotus notes with all names from table view..

    HI
    the requirement is like this .. There is a table view with checkboxes..
    Now user will select the particular checkboxes and one mail should be created in Lotus Notes with all the user ids selected.
    How do i achieve
    1) Selecttion of either all ( Select ALl/deselect all ) or some users funtionality in table view
    2) Opening a new mail item with all users selected.

    Hi Raja
    The problem is this
    I have 2 buttons mail to Selected  and mail to all .
              <htmlb:button id            = "b_mailtosel"
                            text          = "Mail to Selected"
                            onClick = "onInputProcessing(b_mailtosel)" />
              <htmlb:button id            = "b_mailtoall"
                            text          = "Mail to all"
                            onClick = "onInputProcessing(b_mailtoall)" />
    Table view below is having this value..
    <htmlb:tableView id             = "tab1_list"
                          table          = "<%= i_list %>"
                           footerVisible  = "false"
                           selectionMode = "MULTISELECT"
                           design          = "ALTERNATING"
                           emptyTableText = "No data available"
                           width          = "100%"
                            >
    OninPut processing
    WHEN 'b_mailtosel'.
          application->s_flag = '1'.
          l_tv ?= cl_htmlb_manager=>get_data( request = request
                                               name    = 'tableView'
                                               id      = 'tab1_list' ).
          IF NOT l_tv IS INITIAL.
            table_event = l_tv->data.
            IF NOT table_event->PREVSELECTEDROWINDEXTABLE IS INITIAL.
            i_selected_mail = table_event->PREVSELECTEDROWKEYTABLE.
            ENDIF.
          ENDIF.
    table_event->PREVSELECTEDROWKEYTABLE is blank since there is no key column defined in the Tableview  ( since this combination doesnt work with select all ) .
        WHEN 'b_mailtoall'.
        cl_htmlb_manager=>check_tableview_all_rows(
          rowcount = rowcount
          request = request
          id = 'tab1_list'
          check = 'X'
          application->s_flag = '1'.
          l_tv1 ?= cl_htmlb_manager=>get_data( request = request
                                               name    = 'tableView'
                                               id      = 'tab1_list' ).
          IF NOT l_tv1 IS INITIAL.
            table_event1 = l_tv1->data.
            IF NOT table_event1->PREVSELECTEDROWINDEXTABLE IS INITIAL.
            i_selected_mail = table_event1->PREVSELECTEDROWKEYTABLE.
            ENDIF.
          ENDIF.
    NO DATA is coming in Select all too..
    HOw do i frame my code to atleast get the values...

  • Integrating Lotus Notes with Guided Procedure Task

    Hi Experts,
    Is it possible to see Guided Procedure Tasks in Lotus Notes. Is this integration possible?
    We have UWL in portal to check the tasks.
    Instead of going to the portal to open Actions, can we get the task link in Lotus Notes Inbox?
    Thanks,
    Runal

    Thanks George
    Using GP APIs we can check tasks for processes through Lotus Notes, instead of going to the netweaver portal's UWL list.
    But GP APIs does not support WD ABAP.
    So integration of lotus notes with GP is only possible using WD JAVA.
    Thanks,
    Runal

  • I have an ipod and an iphone 3GS and a wireless LAN device, with my ipod I have a connection, but not with my iphone ... why is that?

    I have an ipod and an iphone 3GS and a wireless LAN device, with my ipod I have a connection, but not with my iphone ... why is that?

    - An iPod can only sync with one iTunes library. Yu can however manage music and videos among different computers by:
    Using iPhone, iPad, or iPod with multiple computers
    - To change syncing computer, move all the media to compute r#2
    - Connect the iPod to #2 and make a backup by right clicking on the iPod under Devices in iTunes and select Back Up
    - Restore the iPod from that backup
    Note tha the iPod backup the iTunes makes does not include synced media like apps and music.

  • Oracle Connection Release Issue with Latest Driver not with the legacy one

    Hi
    I came across a scenario in the http://www.oracleutilities.com/Packages/dbms_alert.html, which discuss about the usage of the dbms_alert (Alert.java program). I used this example with classes12.jar and terminated the program abnormally without raising the signal. When i checked the oracle session in v$session table i didn't see any stale session, however when i used the ojdbc6_g.jar (followed the same step as i mentioned earlier for classses12.jar) i found the connection is not released. Any help/pointers would be highly appreciated
    More information of driver and db are given below
    classes12.jar
    Manifest-Version: 1.0
    Specification-Title: "Oracle JDBC driver classes for use with JDK1.2 and JDK1.3"
    Specification-Version: "Oracle JDBC Driver version - 9.0.2.0.0"
    Specification-Vendor: "Oracle Corporation" .
    Implementation-Title: "classes12 archives"
    Implementation-Version: "Oracle JDBC Driver version - 9.0.2.0.0"
    Implementation-Vendor: "Oracle Corporation"
    Implementation-Time: "Fri Jun 9 04:27:20 2006"
    ojdbc6_g.jar
    Manifest-Version: 1.0
    Implementation-Vendor: Oracle Corporation
    Implementation-Title: ojdbc6_g.jar
    Implementation-Version: Oracle JDBC Driver version - "11.1.0.7.0-Produ
    ction"
    Implementation-Time: Thu Aug 28 18:32:51 2008
    Specification-Vendor: Oracle Corporation
    Created-By: 1.6.0 (Sun Microsystems Inc.)
    Specification-Title: Oracle JDBC driver classes for use with JDK6
    Specification-Version: Oracle JDBC Driver version - "11.1.0.7.0-Produc
    tion"
    Main-Class: oracle.jdbc.OracleDriver
    Database & OS info
    OS : Linux bld-qa-ts26 2.6.32-200.13.1.el5uek #1 SMP Wed Jul 27 21:02:33 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
    ORACLE VERSION : 11GR2 ( 11.2.0.2.0 ) SE

    >
    I used this example with classes12.jar and terminated the program abnormally without raising the signal. When i checked the oracle session in v$session table i didn't see any stale session, however when i used the ojdbc6_g.jar (followed the same step as i mentioned earlier for classses12.jar) i found the connection is not released. Any help/pointers would be highly appreciated
    ORACLE VERSION : 11GR2 ( 11.2.0.2.0 ) SE
    >
    Let me see if I understand this right
    1. You are using an example from several years ago
    2. The example is for code that captures the LOGON to the database
    3. You don't mention anything about whether you got the LOGON notification but mention that you terminate the program abnormally.
    4. You use a jar file that has been obsolete for over 10 years
    5. You use the latest version of the Oracle database (which the jar file does not support)
    Did I get that right?
    And this surprises you?
    Why on Earth would you do this? You should be using an example and jar files that support and are supported by the Database and JDK that your are using. When you don't you can expect to have problems and many of them you will not be able to resolve.
    You don't provide the JDK version that you are using but there's a good chance it is the wrong version for this hodgepodge also.
    1. Use JDK 1.6
    2. Use OJDBC6 jar
    3. Use examples for Oracle 11g
    Here is the official Oracle JDBC page that shows the Oracle DB versions supported for each of the JDBC drivers available and also describes the JDBC jars and what JDK versions they support.
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#02_01
    >
    Which JDBC drivers support which versions of Oracle Database?
    JDBC 9.0.1 drivers can talk to RDBMS
    11.1.0
    classes12.jar
    Classes for the Thin and OCI drivers when using a Java 1.2 or 1.3 VM.
    >
    And here is the PL/SQL Packages and Types doc that has an example in Chap 18 DBMS_ALERT (not for LOGON)
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_alert.htm#BEHBCFCF
    >
    Examples
    Suppose you want to graph average salaries by department, for all employees. Your application needs to know whenever EMP is changed. Your application would look similar to this code:
    DBMS_ALERT.REGISTER('emp_table_alert');
    <<readagain>>:
    /* ... read the emp table and graph it */
    DBMS_ALERT.WAITONE('emp_table_alert', :message, :status);
    if status = 0 then goto <<readagain>>; else
    /* ... error condition */
    The EMP table would have a trigger similar to this:
    CREATE TRIGGER emptrig AFTER INSERT OR UPDATE OR DELETE ON emp
    BEGIN
    DBMS_ALERT.SIGNAL('emp_table_alert', 'message_text');
    END;
    When the application is no longer interested in the alert, it makes this request:
    DBMS_ALERT.REMOVE('emp_table_alert');
    This reduces the amount of work required by the alert signaller. If a session exits (or dies) while registered alerts exist, the alerts are eventually cleaned up by future users of this package.
    The example guarantees that the application always sees the latest data, although it may not see every intermediate value.

  • Oracle 9i Lite Issue with ODBC driver

    Cannot reference table in user schema without schema ref
    I create a user TESTUSR and a table TESTTBL, and when I log in with user TESTUSR in SQL*Plus,
    the following will work just fine.
    SELECT * FROM TESTTBL
    but then when my ASP on IIS does the same SELECT,
    it will report "[POL-5130] table or view not found".
    But if I use a schema alias,
    SELECT * FROM TESTUSR.TESTTBL
    it will work fine.
    ODBC Admin shows: "Oracle Lite 40 ODBC Driver 4.00.00.00".
    Is this a bug ?

    I connect to the database through the same user that created those tables. Do I still need a public synonym ?

  • Creating application with odbc driver LabVIEW 8.0

    Hi,
    I've looked through a lot of examples and tried out a lot of them, I still can't get this right. I have a login vi which connects to a MySQL database via an ODBC driver to authenticate a user, if username & password are right user is sent to another vi. This works well on my computer. I am trying to build an executable/installer to run this on another computer that has LabVIEW 8.0 installed but not the ODBC drivers.  I followed examples and included the MDAC files in my application (executable file), and the .udl file I created. I then included the file in my installer. When i run my application in another computer I get the error 'Data source name not found and no default driver specified in DB Tools Open Connec (string).vi'.
    1. What more must I add cause I thought adding MDAC and the udl file was enough.
    2. Just to confirm: do I add the MDAC in support files in Executable file builder or do I add the files in Installer builder?
    3. If I need to include the odbc driver in the application, at what stage (where?) do I do that?
    Please do not refer me to help files Applicationi Builder files for versions 7.0 and less because the setup is different and I just got confused.
    Please help.
    Thanx.
    ntfan

    Hey ntfan,
        Here is a paragraph taken from the Database Connectivity Toolkit ReadMe file. 
    Distributing Stand-Alone Applications and DLLs
    When
    you use components from the Database Connectivity Toolset to build a
    stand-alone application or a DLL with the Application Builder, you must
    install MDAC to the target computer if it is not already installed
    along with the appropriate support files. A build script is included in
    the Database Connectivity Toolset to help you include all these
    components. Refer to chapter 6 of the Database Connectivity Toolset
    User Manual for more information.
        Are you using a build script as described above?
    Brian B
    Field Sales Engineer
    Tennessee/Southern Kentucky
    National Instruments

  • SQL statement works with SQL/Plus - but not with ODBC

    Hi all,
    I have a rather copmplex SQL statement:
    BEGIN
    UPDATE ContentDataTable
    SET SYMBOLIC_PATH_PARENT = N'/Test',
    SYMBOLIC_NAME = N'HAWK01.GIF',
    VERSION_NUMBER = 1 +
    SELECT MAX(VERSION)
    FROM
    (SELECT MAX(VERSION_NUMBER) AS VERSION
    FROM ContentDataTable WHERE
    SYMBOLIC_PATH_PARENT = N'/Test' AND
    SYMBOLIC_NAME = N'HAWK01.GIF'
    UNION
    SELECT MAX(VERSION_NUMBER) AS VERSION
    FROM RevisedContentDataTable WHERE
    SYMBOLIC_PATH_PARENT = N'/Test' AND
    SYMBOLIC_NAME = N'HAWK01.GIF'))
    WHERE SYMBOLIC_PATH_PARENT = N'/Test' AND SYMBOLIC_NAME = N'HAWK02.GIF' AND VERSION_NUMBER = 1;
    END;
    It works fine in SQL/Plus or SQL Worksheet and does what it should do ;-)
    But when using it via ADO (ODBC Driver) I get the following error:
    PLS-00103 found 'string' but expected one of the following: 'string'"}
    Any idaes?
    Thanx,
    Christian
    null

    Pardon my ignorance, but what's the significance of the N'<string>' construction? That's not one I'm familar with.
    Justin

  • Problem with ODBC driver

    Hi guys
    I'm Tring to enable an Oracle DB (version 10.2.0.3.0) as data Source for the physical Layer of The BIEE version 10.0.3.1.4.
    I already installed Patch 5699495
    I already setted, in the Oracle ODBC DriverConfiguration the follow parameters
    Data source names= casual
    TNS Services Name= ORCL(this is my Chose)
    USER ID = The same user that i use when i wanto to connect in my db
    I received the follow error message when i try to test connection.*++
    " Unable To connect.
    SQLState=IM004
    [Microsoft[]Driver Manager ODBC] Function SQLAllocHandle of Driver on SQL_HANDLE_ENV not successfully"
    Thanks in advance
    Best regards

    Why are you using ODBC? Oracle native drivers, OCI, are much faster when using Oracle DBs.

  • Problem with ODBC Driver 8.1.7.7

    When we try to execute the following sql command, an error message is displayed.
    update tr_werk_tab set (name1,name2) = (select name1, name2 from tr_werk_tab)
    The table in the "select" clause is originally another table. The statement only works with "one" field referenced.
    The error message is:
    ORA-00923 FROM keyword not found where expected.
    This was not a Problem with all the other ODBC Driver versions (7.3, 8.0.5, 8.1.5, 8.1.6).
    What can we do ? The statement works with sql-plus.
    Regards
    Dieter Burger
    TRIAS Informatik GmbH

    First, it appears that you've found the bug. I've confirmed it on my box. I would suggest that you log a TAR with Oracle support so that someone can start looking into the problem. I suspect that some of the SQL munging the driver has to do is mangling your query, but I'd need to do a trace at the TNS level or on the database to see exactly what's being passed over the wire.
    There are previous versions of the 8.1.7.x ODBC driver available for download on OTN. Since it worked correctly in previous versions of the driver, perhaps one of these earlier 8.1.7.x drivers happens not to have this particular bug.
    It appears that you could re-write the query, i.e.
    update emp set empno = (select 1 from dual), ename = (select 'Justin' from dual);
    though that's going to be almost twice as expensive as the proper form.
    Justin

  • OWB connection to teradata through ODBC driver

    Hi:
    I am seeking answers to my OWB connection settings. I have installed OWB 10.2.0.4 on Windows 2003 server. The Oracle 10g database is on the same server. Right now, I want to configure ODBC connection for OWB to source database (all on teradata) on my windows 2003 server. However, I found from control panel
    /Adminstrative tool/Data source (ODBC), there is no teradata driver in ODBC administrator. (It is available on windows XP). How can I solve this problem?
    OWB perform ETL workflow through OWB server and source database. The connection between OWB server and source database must be set up. If no teradata ODBC driver, is there any other way to work around. Or should I update windows 2003 server to patch teradata ODBC driver to it? Please give me your idea and your thoughts. Thanks in advance.

    Hi,
    look at this thread
    SQLServer access from AIX Warehouse builder
    What is the problem with installing Teradata ODBC driver to your Windows2003 server?
    Regards,
    Oleg

  • Connecting to Teradata with ODBC

    Hi,
    Has anyone work with Teradata with Oracle ODBC?
    Thanks,
    Mustafa

    Oracle's ODBC driver is only appropriate for connecting to an Oracle database. If you need to establish and ODBC connection to a Teradata database, you would need to get a Teradata ODBC driver.
    Justin

Maybe you are looking for

  • Multiple devices one itunes account

    Hi, I have an itunes account for my iphone and ipad, now my kids have just got ipod touches for Christmas which i have added as new devices to my itunes account. When my daughter sends an imessage it appears on all the devices linked to my account, i

  • Not sure of what cable

    Hi, I have a Intel iMac. I want to use this old Gateway LCD monitor to extend, but I am not sure of what adapter to use. The model number is Gateway FPD 1500, does anyone have any idea what adapter I need? Any help would be apprectiated. Thanks. ~Kai

  • Soap_XI_RFC Scenario

    hi all, i am trying to do a soap to rfc scenario. in the soap client...i am getting the following error: "requires authentication with the realm 'XISOAPApps' " what is to be done? Regards, Archana

  • Change edit mode with clasic FM REUSE_ALV_GRID_DISPLAY

    Hello, I'm using the function "REUSE_ALV_GRID_DISPLAY", in the classic method. I want to switch from display to edit mode when the user press the edit mode button. But I don't get it to work. So far as I know building up the ALV is correct so I don't

  • Link image with another dynpro application

    Dear friends,                         i have put image in a view in an web dynpro application. my requirement is when i click on image anywhere it should call another view in same window. is it possible???? if yes then assist me.