Info reg reciever JDBC adapter's driver and connection

Hello,
I have following questions related to JDBC receiver adapter.
1. can I supply jdbc driver and jdbc connection dynamically to supply the DB parameters dynamically?
2. if I cant supply dynamically, how do i achieve this purpose?
3. What are the receiver adapter parameters of JDBC receiver adapter that i can change dynamically?
thanks and regards,
Nikhil.

Hi,
To install JDBC driver follow the how to guide.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guides/how%20to%20install%20and%20configure%20external%20drivers%20for%20jdbc%20and%20jms%20adapters.pdf
Configuration of JDBC Adapter for SQL Server
JDBC Driver = com.microsoft.jdbc.sqlserver.SQLServerDriver
Connection = jdbc:microsoft:sqlserver://hostname:<port>;DatabaseName=<DBName>
UserID and Password.
If the connection is not working find the correct port number.
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40b92770-db81-2a10-8e91-f747188d8033
JDBC- X I -  R/3 Scenario
/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
Please check the driver path as mentioned below.
JDBC Driver : sun.jdbc.odbc.JdbcOdbcDriver
Connection:jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=//location of DB table.mdb;
No JDBC driver required.
Receiver JDBC scenario MS access - /people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn
follow this thread
Re: Problem when connecting to MS Access through JDBC Adapter.
SAP Note 850116 has details
Thanks,
Satya Kumar
Reward Points If it is Useful..

Similar Messages

  • Reciever JDBC Adapter error (Oracle)

    Hi,
    I am trying FILE-XI-JDBC Scenario to get data loaded in Oracle. I have configured the reciever adapter in Communication Channel but while sending the message i am getting the following error:
    <b>com.sap.aii.af.ra.ms.api.DeliveryException: JDBC Adapter configuration not initialized: null</b>
    Can anyone guide me what needs to be done here?
    Below are the settings that i am using:
    JDBC Adapter: jdbc:oracle:thin:@<ipaddress>:<port>
    Connection: oracle.jdbc.driver.OracleDriver
    Thanks,
    Rajneesh

    i am getting the following error:
    >>>>com.sap.aii.af.ra.ms.api.DeliveryException: JDBC Adapter configuration not initialized: null
    means connection to ORACLE DATABASE is not established.....check whethere oracle database is working or not...
    2) check DATABASE CONNECTION fields....
    jdbc driver and connection....
    JDBC receiver
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30 - <u><i><b>File to JDBC</b></i></u>
    How to use SELECT statement in JDBC scenario's.
    Ref : https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1725 [original link is broken] [original link is broken] [original link is broken]
    stored procedures
    /people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures by siva
    Best Regards,
    Srikanth     
    Reward the useful answers and you will get one point yourself
    /people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself  ---onepoint blog

  • In reciever jdbc adapter config sending data to multiple tables

    Hi Masters,
          Can u help me with examples step by step procedure of sending data to multiple tables in reciever jdbc adapter .. configuration....
    thanks in advance,
    jp.

    Hi,
    My understanding is you are  trying to use one scenario for ex a file to jdbc and want to post data into multiple tables.
    If you are using Message Prortocol XML SQL format then once you define the data type for one structure then juz right click on the statement name and select Duplicate. This will create another statement in the same data type change the table name and the parameters in the duplicates strucutre.
    <b>Document Formats for the Receiver JDBC Adapter</b>
    http://help.sap.com/saphelp_nw70/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm
    All the other configurations are same simple file to jdbc scenario.
    Cheers,
    *RAJ*

  • Can i install windows 7 via bootcamp (MB Air) while using remote disc? I put the windows 7 disk in my macbook pro drive, and connect to my brand new macbook air. In bootcamp i allocate the partition then i click install and bootcamp will not see the disk.

    Can i install windows 7 via bootcamp (on my MB Air) while using remote disc? I put the windows 7 disk in my macbook pro drive, and connect to my brand new macbook air via remote disk. In bootcamp (on my air) i allocate the partition, then i click install, and bootcamp will not see the disk from my macbook pro's drive. How do i get the bootcamp assistant running on my MB air to automatically find the disk in my macbook pro with the ISO image of windows 7? The remote disk on my air can find the cd but bootcamp will not begin installing it. Anyway to do this without buying the damned usb drive?

    I don't know first hand if you can use the Remote Disk option with Windows but as of 10.7.2 you can now use BCAssistant to make a bootable USB (thumb drive or external disk) W7 installer with the Boot Camp drivers installed also. Have you tried that yet?

  • Error in reciever JDBC adapter

    My interface is Proxy to JDBC, in my JDBC adapter while checking with adapter monitoring ---> communication monitoring it is showing green light and saying fuctioning for log
    but inthe case of message monitoring it is showing system error, but i am not able to see what is the error , will any one help me

    Message Data
    Attribute Value
    Engine All
    Status System Error
    Repeatable Yes
    Cancelable Yes
    Start 29.12.2008 13:02:01
    End 29.12.2008 13:17:03
    Sender Party  
    Sender Service DK2
    Sender Interface urn:sXX:message
    MI_PROXY_TO_CCD_SOURCE
    Receiver Party  
    Receiver Service XXX_oracle
    Receiver Interface urn:xxx:message
    MI_PROXY_TO_CCD_DBMS
    Quality of Service Exactly Once
    Error Category  
    Error Code  
    Message 4958509E2CEB26D6E10000000A0A0125
    Reference  
    this is what i am getting nothing else i am getting

  • Need help reg sender JDBC adapter

    Hi,
    I am having a requirement like, i need to fetch the data from two data base tables. and after fetching the data, i need to update those two tables.
    For selecting the data from two tables, two select statements i need to write, how i can give two select statements in sender JDBC comm channel.
    In sender JDBC channel, only one update query we can give...how i can update two tables?
    Regards,
    Venkata Ramana.

    Hello Venkat,
    For your requirement, go for stored procedure and find the below thread.
    Fetching data from JDBC without using JDBC sender adapter
    Re: Executing an Oracle Stored Procedure from Sender JDBC adapter
    Re: Sender JDBC adapter not picking up data
    Re: Retrive data from two diffirent tables
    hope this will help you
    Thanks,
    Venky

  • How can i replace column name using reciever JDBC adapter on runtime.

    Hi Experts,
    I have a problem with reciever JDBC synario.
    Target Oracle table has columns named 2 bytes Japanese character like "日本".
    Datatype cannot accept 2bytes character as element name.
    So, I would like to how to replace column name on runtime.
    Please tell me.
    Regards,
    Shinya Kawaoge

    Hi Shinya Kawagoe,
    I understand there is a column with two Japanese characters in target database table. Now you want to UPDATE or INSERT data in that table. You do not want to rename the column name in the database table (if you want to rename column, ask the target database admin ).
    As Japanese characters are not allowed in XML Data Type in ESR. You can [Define a SQL_QUERY Statement|http://help.sap.com/saphelp_nwpi711/helpdata/en/44/7b7855fde93673e10000000a114a6b/frameset.htm]. Check the Addres日本s in below code.
    <root>
      <stmt>
        <Customers action="SQL_DML">
          <access> UPDATE Customers SET CompanyName=u2019$NAME$u2019, Addresu65E5u672Cs=u2019$ADDRESS$' WHERE CustomerID='$KEYFIELD$u2019
          </access>
          <key>
            <NAME>Firma</NAME>
            <ADDRESS>Strasse 3 </ADDRESS>
            <KEYFIELD>FI</KEYFIELD>
          </key>
        </Customers>
      </stmt>
    </root>
    Regards,
    Raghu_Vamsee

  • How to use time capsule as hard drive and connect with existing net gear router

    I have a netgear D6300 router, which i use to connect to internet - which is excellent so far for my downloads and games etc for my PS4 and hence am keen to continue using it. I bought the Airport time capsule for wireless storage, and when i set it up, I was advised on setup to connect the TC to my router, and it did what it needed to do.
    Now, in order to connect to internet, i need to connect wifi to net gear router, but to access time capsule, i need to change wifi connection to my newly created wifi network with TC.
    I want to use TC as a backup storage for my mac (its a 3TB TC), but also, my laptop has only 500gb hard drive which is now half full from downloads, so i want to transfer all my downloads to my TC and use it as an external hard drive, and future downloads to TC - but when i connect to wifi of TC, i can copy my folder on my mac, but not paste it to TC in finder. (the only thing in TC is an image of tmg of my macbook from first backup.).
    How do i use TC as an external HD - there wasn't much difference in price of external wifi/wireless HD between non-TC and TC at 3gb, so i just thought i'd go for the airport TC option.
    And is it possible to keep connected to wifi internet via net gear router, AND wifi TC - the whole point i bought it (from US shipped to australia on eBay, therefore not able to send back) was to use TC as external large HD via wifi, but keep my net gear router going.
    Surely there is a way to not having to flick between wifi connections of TC and net gear internet.
    When i'm connected to TC, i can't access internet, only TC.
    And I don't really want to connect TC to my router via ethernet cable, as too many cables.
    This can't be a difficult situation to manage, but i'm not sure how to do it.
    Thanks

    And I don't really want to connect TC to my router via ethernet cable, as too many cables.
    Sorry but you have very little choice.
    The TC can join to a wireless network.. but it is flakey, poor, slow and highly NOT recommended way to do things.
    Nevertheless if you want to give it a try .. here is the method.
    How do I setup my time capsule with wireless internet?
    You SHOULD, plug the TC into the Netgear and run it in bridge mode.. you set the wireless to create a wireless network.. then when you connect to the TC it will be also connected to the internet and fast.
    (if you don't do that you may as well have used a USB drive plugged into the Netgear, as it would be just as good).
    TC is not actually designed for mixing Time Machine backups and files.. but if you are just storing downloads that is ok.. but I strongly recommend you use a DMG or sparsebundle to prevent the TM and the data from messing each other.
    See Pondini instructions here.
    Q http://pondini.org/TM/Time_Capsule.html

  • If I have my itunes libarary on an external hard drive and connect it to someone else's computer, will it replace their itunes library?

    My computer is no longer working.  I need to work with itunes and my boyfriend said I should be able to just connect my external hard drive to his computer to use all my music.  If I open my library on his computer I want to make sure all of his library is safe and they are not combined.

    If you want your library to be truly portable then you need the database files on the drive as well as the media. Click the icon that launches iTunes and immediately press and hold down the shift key. Keep holding until prompted to choose or create a library. (If you don't get that prompt close iTunes and try again.) Click Create and browse to the root of your external drive. I'd suggest you create the library there as X:\iTunes where X: is the drive letter. Once the library has been created move the media folder from its current location on the drive into X:\iTunes\iTunes Media before importing it to the library with File > Add folder to library. That way the library will work properly when connected to another computer using the shift-start-iTunes method and the Choose option, regardless of the drive letter that has been assigned. Use this method to swtich back to your friend's library when you are done.
    If you or your boyfriend's media folders are not in the normal location of an iTunes Media folder inside the main iTunes folder then when switching between libraries you may also need to correct the path to the media folder. You should also be aware that preferences for Keep... and Copy... may be preserved when switching libraries, so if you have different requirements check that the correct settings are in place after any change over.
    If your iPad classic was set to sync with your library then iTunes may want to wipe and reload it. If all the content has been found on the external drive this should not present a problem but if needed see Recover your iTunes library from your iPod or iOS device for further advice.
    For more information on "portable" libraries see make a split library portable.
    tt2

  • Satellite Pro 6100: What drive and connection is supported - Master, Slave or CSEL?

    Hello,
    i want to install a Pioneer DVR-K14L DVD writer.
    After the installation, the notebook show me an
    error during the initialisation.
    It is possible to use this type of Slimline DVD writer?
    What kind of modus is important (master, slave or cable-select)?
    Thank you and
    best regards
    oelauge

    Hi
    I assume you get an IDE# 1 error message. Am I right?
    The fact is that not all drives are compatible with the notebooks.
    I'm not sure which settings the supported drive should have. But I surmise it's could be a CSEL.
    However, I have found this DVD-RW drive which should be compatible; the part number is P000366780
    http://www.getpartsonline.com/p000366780.html
    But unfortunately, there is nothing about the pin assignment and the settings.
    If you want to be 100% sure about the supported devices on your notebook so you should ask the Toshiba service partner in your country for the details

  • Use of external drives and connection types in final cut

    What are the performance differences in bringing up stored data into FC6 by using firewire800, 400 and USB? Does it matter much if you get an external drive that only has a USB port, or is it significantly slower? Thanks!

    FW 800 will offer nearly twice the throughput of FW400-all other things being equal.
    USB is not recommended for use with video as it does not have the sustained throughput.
    Good luck,
    x
    Message was edited by: Studio X

  • Driver and connection string for DB2 7.1 IBM Z/OS Mainframe

    Hi ALL,
                Could someone please provide me the connection string and driver for DB2 7.1 IBM Z/OS Mainframe?
    Regards,
    XIer

    Hello,
    With SAP and DB2 V7 still ICLI which is part of the operating system is used for DB connectivity. For details on the setup see related docs for SAP releases up to 6.20 .
    As of Netweaver 2004 DB2 V8 and DB2 Connect is used.
    If you're talking about Java you need a license either from IBM or if you're OEM customer for DB2 on z/OS it is delivered automatically.
    Regards,
    Thomas

  • Can I transfer our family itunes libraries to external hard-drive and connect to Time Capsule to share accross network

    I was wondering if I could transfer our family itunes account libraries which are on 2 laptops and 1 Macbook, each with their own Apple ID's linked to iTunes per machine to an external hard-drive. This hard-drive would then be connected Time Capsule to share accross the network. Is this scenario possible? Please advise. Thank you.

    There's your problem.  Macs can only read NTFS and not write to it.   there are various cross-platform solutions but none are ideal.  If this is a Mac-only drive the best thing is to reformat it to Mac Extended with Disk Utility.  Note in doing so you will erase the drive!
    Kappy's extensive hard drive formatting post - http://discussions.apple.com/thread.jspa?messageID=8340551 - note that instructions at end are for zeroing data.
    BDAqua's Formatting instructions - http://discussions.apple.com/message.jspa?messageID=8901255
    Pondini: Formatting,  Partitioning, Verifying,  and  Repairing  Disks... - http://pondini.org/OSX/Home.html

  • Jdbc adapter:unable to locate a suitable JDBC driver

    Hi,gurus:
       My scenario is jdbc to file.
       Ater I activated the scenario,there was an error occured in RWB: " Unable to locate a suitable JDBC driver".But we have deployed relavant driver in SDM,so why did it happen?Any help will be appreciated!

    Hello xinjiang,
    What database are you connecting to? Assuming that you have deployed the driver properly in SDM. Please check the parameters in your Sender JDBC Communication channel, particularly "JDBC Driver" and "Connection".
    For example, if your are connecting to a SQLServer database,
    JDBC Driver should contain "com.microsoft.jdbc.SQLServerDriver"
    and Connection should contain jdbc:microsoft:sqlserver://<db-hostname>;databaseName=<db-name>
    Hope that helps you out!
    Glenn

  • In RWB i am getting JDBC adapter in Red Color......................

    Hi
    I have configured on JDBC reciever Adapater...... and i have given the paramenter like following
    JDBC Drvier : com.microsoft.jdbc.sqlserver.SQLServerDriver
    Connection : jdbc:microsoft:sqlserver://sapep:1433;DatabaseName=DataBaseName;
    Persistence : Database
    Database Table Name : CheckUser
    I have configured the JDBC adapter like this.... is there any wrong in this Configuration please tell me....
    JDBC adapter is showing the following error in RWB
    <b>Value missing for mandatory configuration attribute tableEOColumnNameId</b>
    Best Regards
    Ravi Shankar B

    Hi
    Still Its in Red
    Can u please check whether i have given <b>JDBC Driver and Connection</b> Parameters Correctly
    I have given SQL port to Default port... can any one tell me how to check the SQL port number.....Actually i dont know the port number thats why i have given the defalut port number
    Best Regards
    Ravi Shankar B
    Message was edited by:
            RaviShankar B

Maybe you are looking for