JDBC System For MS Access

Hi,
    I want to create a system object in portal which will access MS Access database which is on my PC. Can anybody tell me what should I give in system properties:
Connection URL and
Driver Class Name
I am using EP7.0 (Netweaver 2004s SPS10).
Cheers
Jayant

Hi,
You can use the JDBC ODBC driver which is of type 1 driver to access the MS Access from Java. This driver is already present in your JRE, so the dirver is
<b>sun.jdbc.odbc.JdbcOdbcDriver</b>
http://www.javaworld.com/javaworld/javaqa/2000-09/03-qa-0922-access.html
But using this method needs configuration of ODBC datasource on your PC where access is installed.
http://www.anticlue.net/archives/000617.htm
So the connection URL from above article will be:
String url = "jdbc:odbc:Northwind"
Greetings,
Praveen Gudapati
[Points are always welcome for helpful answers]

Similar Messages

  • Jdbc driver for ms-access

    hi, this is ravi kiran.
    I am trying to connect to ms-access using jdbc, there is now way that i can use jdbc-odbc bridge to connect to ms-access(because it needs creation of a dsn).
    I have been searching for a freeware jdbc driver for ms-access, but i am not able to find one.
    Is there any jdbc driver for ms-access that is freeware.
    help me.
    thanx in advance.

    You can use JDBC-ODBC without creating a DSN in your system ODBC settings.
    http://forum.java.sun.com/thread.jspa?threadID=5123254&start=4

  • Configure BI JDBC system for VC

    Hello,
    I am new at VC and try to configure a BI JDBC system (BW 3.5) for VC. I have downloaded
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6209b52e-0401-0010-6a9f-d40ec3a09424
    (How to Configure a BI JDBC System for Visual Composer.pdf) but do not know how to proceed after step 8 where SDK_JDBC is required. In my Visual Admin --> Cluster tab --> Services --> Connector Container --> Runtime tab --> under sap.com/com/sap.ip.bi.sdk.dac.connector.jdbc node SDK_JDBC must be selected. However, such node does not exist, how can I install it? Please help!
    Thank you very much,
    Elias Negrin

    Hello Elias,
    Please see my comments on your last post below:
    > Hi Deep,
    >
    > In step 7 I have to specify location of JDBC JARs
    > provided by RDBMS vendor (<b>Oracle 9i</b> in our case). I
    > have already done step 6 where added <b>MSSQL </b>jar files
    > (JDBC Connector --> Runtime tab --> Datasources -->
    > Drivers). What am I missing?
    >
    > Thanks again,
    > Elias
    I highlighted in bold where the issue is, you went ahead and loaded the JDBC driver for Microsoft's SQL Server on the JAVA WebAS and not the JDBC driver for Oracle 9i, which is the RDBMS you are using. You can download the appropriate JDBC driver from the site below.
    http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    Once you have done this install the Oracle JDBC Driver and you should be fine.
    Good Luck,
    Cheers,
    Scott

  • JDBC Sender for MS Access (how to?)

    Hi experts,
    I would like to read a MS Access DB allocated in an external server, but I am still a bit confused after reading many threads and blogs about this issue.
    Most of the people says no driver installation is needed when PI is running on Windows (my case).
    I also use to see the following configuration of the CC connecting parameters:
    JDBC Driver: jdbc.odbc.JdbcOdbcDriver
    Connection: jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=//xiserver*/xitemp/db/TestDB.mdb;Uid=yourid;Pwd=yourpwd;
    Does it mean it is mandatory the DB file to be in the PI server or is this only for test's purpose? How to update the DB then?
    Is it possible to connect to an Access DB in a server different from the PI server as well? i.e. ...DBQ=//<server IP>/path
    Many thanks in advance,
    Paco

    You dont need to install a specific driver for MS Access because it uses the JDBC-ODBC Bridge driver which I believe is standard as part of the JRE. For other external databases, for performance reasons or additional technical features you will want to use a type 3 or 4 driver. Explainations of the driver types are in this link.
    http://www.javaworld.com/javaworld/jw-07-2000/jw-0707-jdbc.html
    For connecting to the database you do use the connection details:
    JDBC Driver: sun.jdbc.odbc.JdbcOdbcDriver
    Connection: jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=
    <server path visible to XI>\TestDB.mdb;Uid=yourid;Pwd=yourpwd;
    You can host the database on any server XI has access to and to update it you would use Native SQL or XML based SQL updates as described in the SAP help.
    http://help.sap.com/saphelp_nw04/helpdata/en/0f/80243b4a66ae0ce10000000a11402f/frameset.htm
    Hope this helps... If so... Give points...
    Pete

  • JDBC driver for Microsoft Access

    Hi, I have gone through the blogs and threads related to this topic. I found contradicting threads one saying we need to deploy Access JDBC driver and another saying no need to deploy JDBC driver for Access.
    Integrate PI7.0 with MS Access 2003 Database - Says need to install driver for Access
    Re: Problem when connecting to MS Access through JDBC Adapter. - Says no need to install driver for Access
    I am now confused if I need to ask my Basis team to deploy driver for this. If some one has executed this scenario successfully, could you please confirm whether a driver needs to be installed or not. Also if it is required to install a driver, could you please let me know from where I can download the driver.
    My PI version is 7.1 and Access version is MS Access 2007.  PI is deployed on Linux.
    Without asking for deploying driver I have configured scenario File->PI->Access and I am getting below error in my receiver JDBC communication channel.
    "Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error when attempting to get processing resources: com.sap.aii.af.lib.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Can not establish connection:: SAPClassNotFoundException: jdbc.odbc.JdbcOdbcDriver";
    Please suggest how to resolve this issue.
    Regards, Prasad

    Hi .
    The format for Access 2007 is accdb . Are you using this format or MDB?
    Anyway try this:
    Driver={Microsoft Access Driver (*.mdb, *.accdb)};Dbq=C:\Test\TestDB.accdb;Uid=Admin;Pwd=;

  • JDBC Driver for MS Access on Unix

    Does anyone know of a JDBC driver that will allow a Java program to connect to an MS Access database that resides on the same server as the Java program, and the server is a Unix server ?

    In the documentation I don't find what is a AccessServer.
    I think that i have to use the remote access but i don't understand
    what i have to do with the port of the server. In the server Tomcat
    receive at the port 9080....i can use this port for remote access the mdb file???HXTT Access supports remote access and embedded access. I guess that you can use embedded mode so that you needn't to setup a listening port for AccessServer. More question or requirement, you can seek prompt support at
    http://www.hxtt.net/support.jsp?product=access
    .

  • SAP systems for public access with OSS ID

    Hi, experts,
    I heard that there is a community in SDN which allow users to access SAP systems (such as CRM, XI/PI, etc.) to test and try things.
    (1) Is that true ? What is the URL ?
         If not, is there any site for public access to SAP systems with or w/o fees ?
    (2) Is there Test Drive for XI/PI ? Could not locate it under downloads.
    Thanks.
    Hans

    Hi Hans,
    As far as I know there is no such site with public OSS ID and free XI test drive.
    But you will get plenty of material from SDN.
    -Pinkle

  • Problem in - JDBC Connection for  MS-Access in JSP

    Hi,
    I am using Three tier Architecture. that is MS-Access as a Database, JAva Web Server as a server and HTML as a frontend.
    I always getting error during the execution of JSP code.
    Coding in JSP:
    <%@ page import="java.sql.*"%>
    <%
    java.sql.Connection con;
    java.sql.PreparedStatement pstmt;
    java.sql.ResultSet rst;
    String sDBQ= application.getRealPath("dem.mdb");
    try
         Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
         con=DriverManager.getConnection("jdbc:odbc:DRIVER={Microsoft Access Driver (*.mdb)};DBQ="+sDBQ);
         pstmt = con.prepareStatement("select * from employee");
         rst = pstmt.executeQuery();
         if (rst.next())
              String s1=rst.getString("EmployeeId");
              String s2=rst.getString("EmployeeName");
              out.println(s1);
              out.println(s2);
    catch(Exception e)
              out.println("Error "+e);
    %>
    I'm getting this error
    java.sql.SQLException: [Microsoft][ODBC Driver Manager] Data source name too long
    Please anyone rectify it

    hi
    [Microsoft][ODBC Driver Manager] Data source name(dsn)
    con=DriverManager.getConnection("jdbc:odbc:dsn);
    first you open the control panel --open ODBCdatasource--user dsn--click add--and select MS-Access--click finish--one window is come --type "dsn"--then click ok --ok .then try it it will come.(before you doing program you can set this)

  • Error in JDBC sender adapter for MS Access

    Hi All,
    I am working on scenario MS Access(JDBC adapter) to File. I am getting error in sender communication channel -
    Error during database connection to the database URL 'jdbc:odbc:Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=Z:\Database1.accdb' using the JDBC driver 'sun.jdbc.odbc.JdbcOdbcDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection with the registered driver. sun.jdbc.odbc.JdbcOdbcDriver returns: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
    : SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified'
    My connection string is -
    JDBC Driver - sun.jdbc.odbc.JdbcOdbcDriver
    Connection - jdbc:odbc:Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=Z:\Database1.accdb
    I have followed below blogs but still facing issue. Kindlt suggest on this.
    http://scn.sap.com/people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/07/06/connecting-sap-pi-to-ms-access-and-error-resolution-approach-for-driver-not-found
    http://scn.sap.com/thread/1993036
    Regards,
    Rashmi Joshi

    Hi Rashmi,
    For Downloading JDBC drivers
    StelsMDB - MS Access JDBC driver, JDBC driver for Microsoft Access database (MDB) files
    MS Access JDBC Driver -- Connecting MS Access with Java
    For Deploying JDBC drivers in SAP PI
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8000cffc-6b92-2d10-3493-f2ac1399242f?quicklink=index&…
    You can inform your basis team about the error and your requirement, they will take care of it,but as a PI consultant we should know all these things.
    Regards
    Bhargava Krishna

  • Create JDBC System in EP

    Dear All,
    I am using EP 7.0 SP6.
    We encountered a problem in creating a jdbc system for us to configure a jdbc stored procedure iView in EP.
    Here is what we have done:
    1 - In System administration> System Configuration, create a new system (from template)
    2 - Select 'jdbc system'
    3 - Provide the system name etc
    4 - Provide the jdbc driver url etc information.  The jdbc driver is already deployed on the J2EE engine via Visual administrator and tested to be ok
    5 - We provided valid username/password via user mapping
    However the creation fail and here the error message on EP screen:
    =============================================
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
    Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    ================================================
    Thanks.
    Kelvin

    Hi KL, jdbc system doesn't have any other mistery...
    May be the drivers that you are using aren't the propers.
    for SQL:com.sap.portals.jdbc.sqlserver.SQLServerDriver
    and URL: jdbc:sap:sqlserver://servername:port;DatabaseName=PruebaPortal
    for ORACLE:com.sap.portals.jdbc.oracle.OracleDriver
    and URL:jdbc:sap:oracle://servername:port:1527;SID=PruebaPortal
    Best Regards,
    Nacho

  • Configuring BI XMLA system for Visual Composer

    Hello all,
    I am using VC 6.0 patch 4 and want to configure BI XMLA system . I got the document on "How to configure BI JDBC system for VC", but not able to find any help for configuring XMLA system.
    Also I have created the system using "com.sap.portal.systems.BIUDI" par file for XMLA, but not able to fill the required parameters properly.
    So anyone of u have done this before plz send me the help or  document link.Also if u want, u can send me the document on "[email protected]"
    Hoping to hear from u soon.
    Thanks and Regards,
    Amol.

    Give the following properties for the system you create using BIUDI par file - XMLA.
    Connection Properties:
    Data Source Name: <Name of the data source>
    Server URL: http://<BW Server:port>/sap/bw/xml/soap/xmla
    Statefulness : <can leave it blank>
    User Management Properties:
    if you do not have SAP Logon Tickets set up then maintain the user mapping field.
    I am working with VC 6 Patch 6.
    Regards,
    Smitha

  • JDBC System and DQE

    Hi,
    I am using EP7 SP9. I want to create a JDBC System for the Query iView. I got the problem while setting DQE properties in the system properties.
    I have check DQE service in our Visual admin. It is running properly.
    Reply soon. Its very urgent.

    Vadim
    I did all steps mentioned by you.
    Still my issue is not resolved...
    Thanks,
    Ramakrishna

  • JDBC system on EP 6.0.

    Hi all,
    I have created the jdbc system for oracle database (this is the database of portal) in ep 6 sp 11 . But we are getting connection test result negative . we are giving the following connection parameters in system.
    Connection URL = jdbc:oracle:thin:@ep62:1527:SAA
    Driver Class Name = oracle.jdbc.OracleDriver.
    (above values i have taken from the file DB_connect.properties on portal server)
    I have created the system alias and mapped the userid password . But the connection test is negative.
    Am i missing something?
    rgds
    Rajendra

    Hi Rajendra,
    You have to use the following properties.
    Driver: com.sap.portals.jdbc.oracle.OracleDriver
    URL: jdbc:sap:oracle://<server>:<port>;SID=<sid>
    e.g. jdbc:sap:oracle://myoracleserver:1521;sid=PIL
    Please go through the OSS note 773401 for more details.
    Thanks,
    Ramakrishna

  • Creation of JDBC system in portal 6.0.

    Hi all,
         I have created the jdbc system for oracle database (this is the database of  portal) in ep 6 sp 11 . But we are getting  connection test result negative . we are giving the following connection parameters in system.
      Connection URL = jdbc:oracle:thin:@ep62:1527:SAA
      Driver Class Name = oracle.jdbc.OracleDriver.
    (above values i have taken from the file DB_connect.properties  on  portal server)
      I have created the system alias and mapped the userid password . But the connection test  is negative.
    Am i missing something?
    rgds
    Rajendra

    Hi,
      When you are creating JDBC Portal System you can use the standard driver and URL pattern as suggested by documentation
    URL: jdbc:sap:oracle://host:1521;SID;=sid
    Driver: com.sap.portals.jdbc.oracle.OracleDriver
    The above driver class comes with EP 6.0 so no additional sources required.
    (a) set User Management to 'admin,user'
    (b) create an Alias for the JDBC System and set it to default.
    goto User Administration -> user mapping
    here enter the user to want to use the JDBC System and search. here click on edit. On the Edit screen select the JDBC System (This will appear only if (a) and (b) are set properly.) and enter the DB user id and Password, and click on save.
    Goto JDBC System -> Connection Tests and Run the Connector Test.
    Regards,
    S.Divakar

  • How to create db conn for JDBC-ODBC Bridge for MS Access in ADF APP?

    Sir,
    How to create db conn for JDBC-ODBC Bridge for MS Access in ADF APP?
    Regards

    Hello Every Body!
    I succeeded in getting connect to the ms access database in adf application in jdeveloper as below:
    First in control panel to to admin tools and  go to data source(odbc) and create system dsn as bellow pic
    Then go to jdeveloper resources ide conn and then database and new database conn and then select jdbc-odbc briddge and then give custom jdbc url as bellow pic
    Cheers
    tanvir

Maybe you are looking for

  • Disk could not be read from

    Suddenly my Ipod will not sync. The error message says "...disk could not be read from or written to..." We tried the HOLD TOGGELING. But that didn't work. It won't let me restore the Ipod either because it says other programs are currently in use. S

  • Problem converting a (working) Java program into an applet

    When I'm trying to access an Image through a call to : mediaTracker = new MediaTracker(this); backGroundImage = getImage(getDocumentBase(), "background.gif"); mediaTracker.addImage(backGroundImage, 0); I'm getting a nullPointerException as a result o

  • Synching customization data

    In our HR landscape, the functional team wants to synchronize the customization data down from Production to QAT to DEV. I saw message type CONDA2 - is that appropriate to transfer this data? Also, I ran into an article about using Solution Manager (

  • Excel 2010 SP2 opens files slowly after installing SP2

    After installing SP2 Excel is opening files very slowly. Files can be on network share or locally, no matter. If Excel is already open, then the file opens fast as it has opened before. OS is Windows 7 64-bit, and Office Professional Plus is 32-bit.

  • HOW DO I RE-ESTABLISH A CHAT FOR AN UNSOLVED PROBVLEM WITH PSE12????

    HERE IS THE EMAIL i GOT: Thank you for contacting Adobe Technical Support. I am sorry that you are still facing same issue. In this case, we would request you to contact us back via live chat by follwing below steps. 1: Visit this link : http://helpx