JDBC Drivers deployment in SAP PO system

Hi Experts,
Could any one provide information regarding deployment of JDBC drivers in SAP PO system. As I can see one of the option in NWA (Below is the screen snap) to deploy directly driver file in to SAP PO system. Is this is the way ?? If not please show some light on this.
Regards,
Anusha.

Hi Anusha
You can use SDA maker tool to build and include JDBC driver jar file in com.sap.aii.adapter.lib.sda file. You can also get this sda file by following the steps in SAP Note 1770304.
Ensure that the jar file is compatible with SAP JVM used in your PI system.
After you build the sda file, deploy it using telnet or SUM.
regards
AKD

Similar Messages

  • Deploy JDBC drivers - SAP PI 7.0

    Hi guys,
    I have to deploy JDBC drivers to implement JDBC adapter in SAP PI 7.0. I've found some guides for XI 3.0 or SAP PI 7.1 but not to SAP PI 7.0. Can I apply guide for XI 3.0 or another exists?
    Best regards,
    Pablo

    Hi,
    >>>I've found some guides for XI 3.0 or SAP PI 7.1 but not to SAP PI 7.0. Can I apply guide for XI 3.0 or another exists?
    the one for 3.0 works for 7.0
    Regards,
    Michal Krawczyk

  • SAP BI 4.0 SP2 on Linux and Postgresql Datasource via JDBC drivers

    Hi,
    I installed SAP BI Platform 4.0 SP2 on Redhat 5.2 and i try to access as a universe datasource a postgresql database (v8.4). But i don't know how to configure the postgresql JDBC driver on linux server.
    does anyone have a step by step procedure to configure this JDBC postgresql driver on linux ?
    I download this driver : http://jdbc.postgresql.org/download/postgresql-8.4-703.jdbc3.jar
    I read the SAP Data Access document for SAP BI 4.0 SP2 about JDBC connexions, they talk about a SBO file located in $ROOT_DIR/sap_bobj/enterprise_xi40/dataAccess/connectionServer/jdbc , but there isn't any SBO file for postgresql database ?
    Thanks in advance
    JP
    Edited by: Jean-Philippe ARNALOT on Oct 6, 2011 6:58 PM

    Hi
    I found a solution alone, this note 1347514 helps me :
    My conf : Redhat 5.2 + SAP BI 4.0 SP2 + postgresql 8.4 datasource + jdbc drivers
    My solution :
    1) Download JDBC drivers on client side (http://jdbc.postgresql.org/download/postgresql-8.4-703.jdbc3.jar)
    2) Create and export a JDBC connexion for postgresql8
    3) Create and export a universe using this connexion (test a query in universe design tool tools/Querybuilder)
    4) install JDBC drivers on server side, i copied the jar file in this location : $ROOT_DIR/sap_bobj/enterprise_xi40/dataAccess/connectionServer/drivers/java/postgresql-8.4-703.jdbc3.jar
    5) Set your classpath in your .profile : CLASSPATH=$CLASSPATH:/export/logiciels/tes-boxi/sap_bobj/enterprise_xi40/dataAccess/connectionServer/drivers/java/postgresql-8.4-703.jdbc3.jar; export CLASSPATH
    6) Source your .profile
    7) Restart servers (i think restarting only webi server would be ok)
    8) Open BI LaunchPad, start Webi and execute a query on postgresql universe
    It Works with my configuration
    Thanks for your help 
    JP

  • Is the 'jdbc.drivers' system property official?

    Hi, i've just read the Java Technology Fundamentals Newsletter, June issue. They mention a way to load a JDBC driver using the 'jdbc.drivers' system property. But i wonder if this is an official system property because i can't find it in the docs (JDBC specification, API docs). Does somebody know, where this system property is specified?
    Thanks in advance.
    Markus

    This is an extract form JavaDocs on java.sql.DriverManger:
    public class DriverManager
    extends Object
    The basic service for managing a set of JDBC drivers.
    NOTE: The DataSource interface, new in the JDBC 2.0 API, provides another way to connect to a data source. The use of a DataSource object is the preferred means of connecting to a data source.
    As part of its initialization, the DriverManager class will attempt to load the driver classes referenced in the "jdbc.drivers" system property. This allows a user to customize the JDBC Drivers used by their applications. For example in your ~/.hotjava/properties file you might specify:
    jdbc.drivers=foo.bah.Driver:wombat.sql.Driver:bad.taste.ourDriver
    A program can also explicitly load JDBC drivers at any time. For example, the my.sql.Driver is loaded with the following statement:
    Class.forName("my.sql.Driver");
    Dave

  • JDBC ADAPTER ERROR IN SAP XI

    Hi,  
    I am working in the following scenery: FILE->XI->JDBC. 
    I already accomplished all of the configurations in Integration Repository, Integration Directory and System Landscape. When it went to turn the scenery described above appears the following screen enclosed. We are using the database Oracle.  
    Error
    Receiver Adapter v1718 for Party 'DATACENTER', Service 'CCD':
    Configured at 10:38:06 2005-08-02
    Initialization error: Loading jdbc driver 'oracle.jdbc.driver.OracleDriver' failed: java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    Found in negative cache
    Loader Info -
    ClassLoader name: [service:com.sap.aii.adapter.jdbc.svc]
    Parent loader name: [Frame ClassLoader]
    References:
    service:com.sap.aii.af.cpa.svc
    service:com.sap.aii.af.ms.svc
    service:com.sap.aii.af.svc
    service:com.sap.aii.adapter.xi.svc
    library:com.sap.aii.af.lib
    library:com.sap.aii.messaging.runtime
    library:com.sap.xi.util.misc
    common:service:iiop;service:naming;service:p4;service:ts
    common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:com.sap.security.core.ume.service;service:connector;service:dbpool;service:keystore;service:security;service:userstore
    library:ejb20
    library:sapxmltoolkit
    library:com.sap.util.monitor.jarm
    library:com.sap.guid
    library:com.sap.tc.Logging
    library:jms
    Resources:
    /usr/sap/XID/DVEBMGS14/j2ee/cluster/server0/bin/services/com.sap.aii.adapter.jdbc.svc/aii_adapter_jdbc_svc.jar
    Loading model: {parent,local,references}
    Available JDBC drivers:
    No deployed JDBC Drivers found
    This drive already default in database Oracle or should we download the drive and to install in the servant of the XI? 
    Does some note exist to be applied? 
    Which are the necessary steps to do the deployed of the drive? 
    Which are the steps to solve this problem?

    Hi Sergio,
    U have to deploy the drivers for whatever DB u want to connect to.
    U have to do the following :
    1.Add all jars(drivers like msbase.jar,mssqlserver.jar,msutil.jar for MS SQL or classes12.zip for Oracle etc) to the archive aii_af_jmsproviderlib.sda, modify the provider.xml file and WinZip the .sda file again.
    a)Copy the file: aii_af_jmsproviderlib.sda from the path ..\usr\sap\SID\DVEBMGS00\SDM\root\origin\sap.com\com.sap.aii.af.jmsproviderlib\SAP AG\3.0.20040112154003.0000. to any other drive on the server.
    b)Unzip it. After Unzipping the archive there are 2 folders created under the provided directory
    \META-INF
    \server
    c) Edit the file provider.xml
    Add the vendor specific jar file names to the provider.xml file in between the tags <jars> …</jars> and Save it.
    For you it will be
    <jars>
    <jar-name>msbase.jar</jar-name>
    <jar-name>mssqlserver.jar</jar-name>
    <jar-name>msutil.jar</jar-name>
    <jar-name>classes12.zip</jar-name>
    </jars>
    d)Copy the specific driver files to the same dirctory where u have unzipped the .sda
    e)Now ZIP the following files/folders from the drive/dirctory.
    • Vendor driver files
    • META-INF folder
    • Server folder
    The name of the zip file should be the same i.e aii_af_jmsproviderlib.sda
    2.Deploy the archive aii_af_jmsproviderlib.sda on to the J2ee Engine using SDM tool.
    U can also download the pdf of "How to Install and Configure External Drivers for JDBC and JMS Adapters " from the Popular Documents from th XI Homepage.
    This will solve ur problem.
    Regards
    Sunita

  • JDBC drivers not working in QA for multibye characters

    Hi,
    we have a problem with JDBC and deployed in DEV system and its works fine, but the same when we deply in QA its not working.
    the problem we are trying to use the simple select query from ORACLE DB.
    In ORACLE DB they converted the chenise char to English after that our JDBC drivers are not able to pick the multibite char.
    XI JDBC Adapter shows below error with a SELECT Query
    SELECT Query:SELECT * FROM APPS.ITEM_XI_V The Chinese character are converted to English and becomes multibye characters.
    Error:Error during conversion of query result to XML: java.sql.SQLException: Fail to convert between UTF8 and UCS2: failUTF8Conv
    Assumption is that the issue with older version of  ojdbc14.zip (JDBC Driver file)
    Reference:http://www.coderanch.com/t/299231/JDBC/java/UTF-conversion
    implement SAP Note 941317 in order to resolve the current issue.
    Note 941317 - XI / PI JDBC Adapter: Known Problems / Incompatibilities JDBC Driver Deployment. Refer to  SAP Note 831162
    after apply as per note for DEV system its works fine, but the same when we did for our QA system still the same error.
    Thanks,
    Venkat.

    Hi Gurus,
    Any idea where i am doing wrong.. in QA i am able to extract data with simple select statment with normal tables...
    Thanks,
    Venkat

  • How to view JDBC drivers installed?

    Hi,
    How could I see in XI which JDBC drivers are currently installed on the system.
    I have an XI user with, if I don't go wrong, all the privilegies, but no access to the installed OS.
    Thanks in adv. for your suggestions.
    Cheers,
    greg

    Hello Greg,
    The SDA has now been deployed in the J2EE serveru2019s file system. You can verify this by inspecting the directory
    /usr/sap/<SID>/DVEBMGS<SYSNO>/j2ee/cluster/server0/bin/ext/com.sap.aii.af.jmsproviderlib, where you will find
    all JAR files you previously added to the SDA.
    Regards
    Prasad

  • Error when using JDBC drivers

    Hi ..
    We have successfully deployed the JDBC drivers but in RWB(Communication channel monitoring) ,when executing we are getting an error
    Received XI System Error. ErrorCode: EXCHANGE_PROFILE_ACCESS ErrorText:   ErrorStack: Error while reading exchange profile for system PI7 and client 001
    2006-12-05 12:33:25 Error Transmitting the message to endpoint http://sap1:8001/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: EXCHANGE_PROFILE_ACCESS:.
    <b></b><i></i>
    Any suggestions
    Thanks
    Gopal
    Message was edited by:
            Gopal krishnan
    Message was edited by:
            Gopal krishnan

    Hi..
    I did it but here i am wondering becoz my RFC connection SAPSLDAPI works fine
    But at transaction SLDCHECK..it throws an error like
    Calling function LCR_LIST_BUSINESS_SYSTEMS
    Retrieving data from the SLD server...
    Function call returned exception code     4
    => Check whether the SLD is running!
    Summary: Connection to SLD does not work
    => Check SLD function and configurations
    But the SLD URL pops up and opens wih put any error.in a same fashion,it happens in SXMB_ADM--> integration engine config.it says connections to SLD doesnot work
    any idea to verify
    Thanks
    Gopal

  • JDBC drivers

    Hi Experts,
    we are working on JDBC interfaces..we currently have Oracle 9 JDBC drivers in SAP PI...which is working good..
    one of our vendor  DB migrated to Oracle 12c...those messages are failing in PI.
    now, we would like to install Oracle 12 in addition to Oracle 9 which is already existing....Is it OK to have 2 Oracle drivers installed in PI?
    how will it work? By default which Drivers will be taken into consideration? how can we switch between these 2 drivers?
    Please advise.

    Hi Smith,
    As far as i know in PI 7.1 the installation process restarts the java stack, in PI 7.3X i dont know if it is necessary, we usually do it but we didnt check if it was necessary.
    Check these documents:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8000cffc-6b92-2d10-3493-f2ac1399242f?overridelayout=t…
    Deploying Oracle JDBC Driver in PI 7.3 System through SUM
    REgards.

  • For Connect MS-Access to SAP - XI System , what Driver is required?

    Hi all ,
    There is a requirement to connect Microsoft ACCESS Database from SAP XI System. To achieve such scenario first basis needs to deploy the required vendors Database Driver on SAP XI System.
    So Please tell me what drivers need to deply for Microsoft ACCESS DB Drivers on XI System , to achieve such scenario.
    I am following  a document whose name  is How To Configure External Drivers for the JDBC & JMS Adapters.
    MY PI System is PI 7.0 and on Windows Server 2003 standard x64 Edition.
    MS-ACCESS is on normal PC with XP on it
    Regards
    PS

    Hi,
    What’s the error message you got? It seems that you haven’t install the correct driver for access the .xlsx file. Please download and install 2007 Office System Driver: Data Connectivity Components from below link to check the issue again:
    http://www.microsoft.com/download/en/confirmation.aspx?id=23734
    Besides, to change a .xlsx file to .xls file, we should open the .xlsx file, then click ‘Save As’ button under File pane, and then select the appropriate location and ‘Excel 97-2003 Woekbook(*.xls)’ as type for the file. Then we directly use the new .xls
    file as the source in SSIS.
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/1d5c04c7-157f-4955-a14b-41d912d50a64/how-to-fix-error-the-microsoftaceoledb120-provider-is-not-registered-on-the-local-machine?forum=vstsdb
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • JDBC drivers for MSSQL 7.0

    Hi,
    We have installed JDBC drivers for MSSQL by following guide "how to install and configure a JMS and JDBC adapter" and they are "msutil.jar, mssqlserver.jar, msbase.jar". Our platform is NETweaver 2004s PI 7.0 on UNIX and Oracle.
    The interfaces are working fine when we are sending data to MSSQL 2000, but when we are sending data to MSSQL 7.0, we are getting errors incompatible drivers.
    Are there seperate drivers MSSQL 7.0 or we need to have different set of drives. Checked Note 639702 and as per note we should be able to find drivers installed on system at
    - (NetWeaver 2004s:)
    usr\sap\<SAPSID>\SYS\exe\<NUC|UC>\Platform\mssjdbc
    I did not find the 'Platform' in my system at the above mentioned path.
    Can anyone help us with this issue.
    Thank You,
    Praveen

    Hi Praveen,
    As I know, there is no JDBC driver MSSQL 7.0, so there is no direct way to get access to it.
    But there is another way to do it if you have access to a MSSQL 2000 or above server.
    In MSSQL 2000 you can create a linked server to the MSSQL 7.0, and then you can use XI to get access to MSSQL 7.0 tables.
    Regards,
    Hui

  • JDBC drivers for SQL Server 2008 and PI7.0

    HI,
    I have deployed the JDBC drivers (sqljdbc.jar and sqljdbc4.jar) available for the SQL Server 2008 from the microsoft website as described in the how to document for deploying and configuring JDBC and JMS adapters.
    I am running a JDBC to FIle(XML) scenario. When I go and see on the RWB CC monitoring, I get this error
    Error during database connection to the database URL 'jdbc:sqlserver://hostname:1433;databaseName=123_Nagasatya' using the JDBC driver 'com.microsoft.sqlserver.jdbc.SQLServerDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:sqlserver://hostname:1433;databaseName=123_Nagasatya': UnsupportedClassVersionError: com/microsoft/sqlserver/jdbc/SQLServerDriver (Unsupported major.minor version 50.0)'
    WRT to the SQL server the port 1433  is open on the host and there is no firewall on the PI server as well as the SQL Server. Both are on different machines.Any help would be greatly appreciated.
    Regards.

    Hi Sujan,
    This is the link.
    [JDBC|http://www.microsoft.com/downloads/details.aspx?familyid=c47053eb-3b64-4794-950d-81e1ec91c1ba&displaylang=en]
                                          or
    You can also use the one on the market place.
    Go to http://service.sap.com/msplatforms -> SQL Server
    get zip-file sqljdbc_12_hotfix.zip contains the sqljdbc.jar file.
    It should work.
    Please let me know if you have any questions.
    Regards.

  • Appropriate JDBC drivers for 7.0 version and SP16

    Hi all
    we are using XI 7.0 SP 16.
    what type/verion of JDBC drivers should be used for database connectivity?
    while i was going through "How to install external JDBC Drivers" it was suggesting to use
    Oracle 9i and Oracle 10g:
    ojdbc14.jar
    u2022 Microsoft SQL Server:
    msbase.jar, mssqlserver.jar, msutil.jar
    (in screen shots  as well it was showing he was using msbase.jar, mssqlserver.jar, msutil.jar and ojdbc14.jar)
    should we use both ojdbc14.jar and msbase.jar, mssqlserver.jar, msutil.jar or else one of them would be sufficient?
    Is OJDBC a type 4 and type 2 driver?
    Full Points are guaranteed
    Regards
    Bhasker

    Hi,
    You have to use ojdbc14.jar or classes12.zip/.jar for Oracle and msbase.jar, mssqlserver.jar, msutil.jar for Microsoft SQL Server. Thus both are required to be deployed on J2EE server.
    And Oracle JDBC is a type 4 driver.
    refer --> http://www.aquafold.com/docs-jdbcdrivers-oracle10g.html
    Refer
    SAP Note : 1078420, 831162, 941317, 1138877
    Thanks
    Swarup
    Edited by: Swarup Sawant on Aug 4, 2008 10:25 AM

  • Installing JDBC Drivers on SQL Server 2008 r2

    I am unable to create JDBC data source  on Web logic server ;the system displays the error that "can not load the jdbc drivers". The web logic server has to be configured to start or deploy the server for primavera contract management.
    I am not getting why this configuration not possible.
    Please let me know how to create the JDBC data source on the Web logic configuration for primavera contract management.

    Hello,
    If you wan to connect to SQL Server 2008 R2 database from your java application, you should download and install Microsoft JDBC Driver for SQL Server from the following link:
    http://www.microsoft.com/en-in/download/details.aspx?id=11774
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • JDBC drivers---Help pls

    Hi
    Can I download JDBC drivers from service market place
    My system details:
    XI 3.0 with SP09
    Oracle--8.1.7.4.1
    Can you pls let me know
    1. what are all the drivers I need to download ?
    2. from where I can download JDBC drivers ?
    Thasnk
    dushanth
    Message was edited by:
            dushanth ry
    Message was edited by:
            dushanth ry

    Hi Robin,
    The link you gave goes to Oracle Technology Network and asking for Username and Password. I dont have Username and Password for that.
    But I have service.sap.com oss ID and Password.
    Pls let me know can I download it from service market place ?
    Could you pls give me link for that ?...........
    Thanks
    dushanth
    Message was edited by:
            dushanth ry
    Message was edited by:
            dushanth ry

Maybe you are looking for

  • Linux and the Sound Blaster Live

    Ive got my hands on a SB Li've 24bit external sound card and after some fiddling around I seem to only have standard stereo and no 5. Audio. My question is has anyone got these things to output 5. on Linux yet. I'm going to have to return it back to

  • Crop image

    Hello developers, I got a question for you guys and girls. I have  to build a "cropping tool" for a website. The users will have to upload  images to the server and if they want, they can choose to crop it (but  only after the image was uploaded) so

  • Implementing SingleThradModel interface and synchronizing service

    Hi all, I came across the one question. What is difference between the implementing SingleThradModel interface and synchronizing service method in the Servlet? Which one is the better one? and why? It seems to be same for me... but still confused? Pl

  • Reinstalling an upgrade of dreamweaver

    I lost my computer in huricane sandy and am trying to reinstall Acrobat 7 upgraded from 6.  The prompt said my serial number was not valid and i was directedd to another page.  After following the instructions, I downloaded the program and was todl t

  • Is ExportPDF, the same as Adobe Acrobat Reader

    I'vejust started college, and i have to use Reader.. But what i see on my screen is Export. Ive never used ADOBE so i'm unsure what is what...