All about JAVA Adapter

Dear all,
I require JAVA adapter in XI process
please anybody can suggest me ho JAVA Adapter works and also how one communication cycle in XI Completes.
thanks,
RP

Hi R.P.,
     To access any database forst you have to install JDBC driver. For installing JDBC driver check this thread:
JDBC Drivers??
     To understand JDBC adapter and its uses check all these links mentioned below:
<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm">What is JDBC Adapter</a>
/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30  : FILE to JDBC Adapter using SAP XI 3.0
/people/siva.maranani/blog/2005/09/16/xi-how-to-on-jdbc-receiver-response  : XI: How-to on JDBC receiver response
/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step  : JDBC Receiver Adapter -- Synchronous Select – Step by Step
/people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn  : Connecting to MS Access using receiver JDBC Adapter (Without DSN)
Regards,
Subhasha Ranjan

Similar Messages

  • I need to learn how to use all about java & mysql...help me!

    I have a situation here, I need to learn how to use java with mysql
    . Can I connect to a MYSQL DB with servlets?
    how can I build an e-mail server with java (no matter how difficult)
    please, I need help, and I really apreciate your help.
    thank you very much!!

    I have a situation here, I need to learn how to use
    java with mysql
    . Can I connect to a MYSQL DB with servlets?Yes... documentation to help you connect to any database can be found at http://java.sun.com/products/jdbc. To connect to MySQL, you'll need drivers (sourceforge.net), and the specific connection URL for those drivers will be included in the documentation.
    how can I build an e-mail server with java (no matter
    how difficult)If you're fairly new to JSP/Servlets, you may be in over your head here, since an email server is no easy application to code. Here's a link to the source code for the JAMES project... Apache's Java email server... maybe you can find some useful information there...
    http://www.ibiblio.org/pub/packages/infosystems/WWW/servers/apache/jakarta/james/source/

  • What is JSP all about?

    I'm new in web development i.e a novice. I would like to know all about Java Server Pages and how they are useful in web development.
    Thank You
    Chucks

    Java server pages is subset of Java Servlets. Scripting Java codes under html environment, just like writting embbeded java codes into ya website layout with little of logic within the pages.
    null

  • I keep getting an error window about java since I updated to firefox 8, my tabs will flash, tabs will close and open in a new window, everything stops working, firefox is non responsive, please help

    Since I upgraded to firefox 8, I get this error window that pops up says something about java. My tabs flicker or flash, the tabs will close and open in a new window then everything stops. Then firefox does not respond. When I get this error message, I have to close all tabs wait a few seconds then open it back up it will work for a little while and then do the same thing. I have disabled plug-ins that I do not use, I have cleared my cache and cookies, I am not happy at all with this new version. I waited a while before updating. The first time I was going to update, firefox would not let me keep my anti-virus plug-in. PLEASE HELP

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Issue about IDoc Adapter Receiver Channel's Performance

    Hi Everyone,
    Currently, I am working on a scenario of File -Integration Process - IDoc in XI 3.0 with patch level 16. The scenario works fine when it process one/two/three files in parallel, and the IDocs arrive R/3 system quite fast. But when I try four files in parallel, the whole XI server blocks, I can not do anything even logon Integration Builder, and the IDocs arrive R/3 brokenly, sometime with the invterval to 10 minutes. When the XI comes back, I found all the four integration processes finish successfully and each transaction works fine and fast. What's more, after I change the IDoc Adapter receiver channel to a File Adapter receiver channel, it works fine for even 20 files in parallel. So I think it is some issue about IDoc Adapter receiver channel. Does anyone have the same experience as me? Any comments will be appreciate.
    Regards,
    Nick

    Hi Nick,
    Can you check this Blog-
    /people/sreekanth.babu2/blog/2005/01/05/delayed-xi-message-processing
    May be useful.
    How are you picking the files .. You can try with EOIO options while picking the file.
    But if you use BPM, it is not applicable. It will act as a EO only.
    Check this SAP Note- 833740
    Thanks,
    Moorthy

  • Where do I find all the Java files?

    First, let me say that I know very little about Java. I updated to "Java for Mac OSX 10.4 Release 6" using Software Update. The size of the Java update file is supposed to be 80.7 MB. Although I cannot identify any possible Java related problems, other than slow loading of some web pages, I am curious as to where Java related files of anywhere near this size are located on my computer. All I see is a Java application file of 1.6 MB, which is actually smaller than before the update (3.2 MB Rel 5), and a few KBs in user>caches>java and system>library. The file dates are all correct for the update and the receipt file is present. How can I be sure that I got all of the update and where are all the Megabytes? Thanks in advance for any help. RG.

    The files are scattered through the system.
    e.g. /System/Library/Java
    /System/Library/Frameworks/Java* (whole bunch of sub-folders here)
    /System/Library/PrivateFrameworks/Java* (ditto)
    and a bunch more in the hidden folders under /usr, for example.
    Not sure if this requires Developer Tools, but in Terminal:
    lsbom /Library/Receipts/JavaForMacOSX10.4Release6.pkg/Contents/Archive.bom
    will give a list of all the files installed/updated by the package.
    - cfr

  • Info about CIDX adapter with a scenario

    Hi all,
    Can any one help me out by giving ino about *CIDX* adapter: Where its used and how its used with an example scenario
    In a nutshell complete info about CIDX
    I would be very gartefull
    Thanx in advance

    Hi Prabhakar,
    CIDX Adapter is Chemical Industry standard for data exchange in B2B scenarios. It uses XML formatted in different manner specific to Chemical industry.
    In order to use this, you need to purchase the license.
    There are xml schemas provided by CIDX for each transaction like Order Create, Order change, shipping instruction etc..
    You need to download the once which are required in your scenario and use the same.
    For overview of CIDX in general you can visit http://www.cidx.org

  • Question about Java apps structure

    Hello guys,
    I'm a professional C++ programmer and I would like to start learning Java. I'm reading about Java from here and there and would like to ask you about how a java program is structured compared to C++.
    So in C++, I have main.cpp (or any other file name, doesn't matter), which contains a the main() function, and I have .h and .cpp class files that I instantiate (basically) in my main function to get my program to work.
    In Java, I'm confused and can't really find the "general" rule to how stuff are organised. I noticed that every class has a main function (why?), and there's no global scope. And "somehow", file names must exactly be equal to the class names.
    The question is: how are Java files of classes (and other stuff, if available) are arranged to create a program? What's the standard why? And How can I have many classes together in a single main()?
    Thank you for any efforts :-)
    Edited by: 927494 on 13.04.2012 07:02
    Edited by: 927494 on 13.04.2012 09:10

    Thank you guys for the replies. I still have some more doubts :-)
    Do I have to have a file for the implementation and a file for the definitons, like cpp and header files? or just everything inside the class?
    Why does Netbeans fail to compile when I change the class name? what should I change with the class name in general to have it compile correctly? From what I understand till now, the top level class's name (the class with the main() function that's gonna be executed) has to be equal to the file name (and I got that this is the sufficient condition for the app to compile), while the same file can have more classes if I wish. Did I get that right?
    I don't know if I get that right too, we pass only a SINGLE class/file to the compiler, and it automatically resolves ALLLL the included files automatically, unlike C++, where all cpp files have to be passed to the compiler/makefile to create object files, and then the executable is created after linking all those object files with the libraries together. i.e.: Java doesn't really need a makefile because making is really simple with only 1 filename. True?

  • Why Do We Need Java Adapter module ???

    Hi All,
    Why Do We Need Java Adapter module ???
    What is the Use of it ????
    Where we Write the code for this
    Regards
    Vamsi

    Hi Vamsi,
    Adapter modules are required to enhance the functionality of SAP XI.
    Enhancements like.
    1. Converting the payload (not covered with standards)
    2. Changing encoding
    3. Encryption and decryption
    4. Creating and merging of additional attachments
    Please follow the links below.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f013e82c-e56e-2910-c3ae-c602a67b918e">How to Create Modules for the J2EE Adapter Engine</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e21106cc-0c01-0010-db95-dbfc0ffd83b3">Adapter Module Development  - Presentation</a>
    *Reward points if helpful*
    Regards,
    Sushil.

  • Some questions about Java deployment steps and techniques

    All my java experience is coding and testing in my local machine (where, of course, a jre is available), but ... when I deploy to other people, they may not have a jre or they may have a different version of it than the one needed to run my application. I've read different stuff online including jars and java web start but still I have many questions.
    (1) first one first, Sun contradicts common sense, when it says that i can redistribute my own customized light version of their jre by taking out some files (java.sun.com/j2se/1.5.0/jre/README). there are two ways for me to get a jre: Way one is by downloading one from Sun, the download comes as an *.exe file and I don't see how I can take files out of it, so do you know how?. Way two would be by simply copying the set of files i choose (according to that Readme) from my current jre installation (the one on my \java\jdk\jre directory), does this make sense?, (if you're under windows) doesn't an installed version of a jre need a couple of dlls plus some new registry entries?, this contradicts common sense, if I'm not wrong, that Readme is a nonsense, but since that readme is at each of us jre installation \java\jdk1.x\jre\Readme, it can't be a nonsense, therefore I'm wrong, therefore the answer is either Way 1 or Way 2, HOW? ... or maybe there's a Way 3?
    (2) Say I never read that Readme so I download the jre (as an exe) to bundle it along with my application in a jar ... now I'll give my neighbor either a jar with two exes or two exes jars ... is there a way to make a jar so that two files get executed? ... if the answer is No and I have competition from a second neighbor, then I believe I'm asking my first neighbor to choose my application based on our friendship, that's not reasonable if we are doing business, so Java loses.
    (3) Say that my application is a single executable file like this,
    class X{
    public static void main(String[]$$$){
    System.out.println("Console, where are you?");
    At this point, say that my neighbor accepted the two executables, he executed the jre.exe and has jre6 in his system, now he double clicks on my X.jar ... it's a console application and jar files are not associated with the java.exe launcher since java 5, but with javaw which doesn't open any console ... how do i make it so a console opens and prints "Console, where are you?" ... do I ask my neighbor-customer to add a couple of lines to his path and open his console and (please) enter java -jar jarfile.jar? ... isn't it too much? ... i hope i'm wrong cause this is kind of discouraging
    (4) I've read that by installing a more recent version of a jre on a system that has an older jre (there to help other applications work), I might be causing a problem for the other applications to run ... I guess that's the reason why that Readme kind of encourage to redistribute a "private" version of a jre (one that doesn't come with a java.exe launcher ... any feedback on this?
    (5) I'm reading a lot of hype about Java Web Start ... it looks better than the traditional jar/jre deployment ... but setting up a MIME type to *.jnlp, it doesn't come with some free hosting I've checked ... somebody can recommend a free hosting service that allows to set a *.jnlp MIME? (I'll appreciate a suggestion here, cause I would like to test Web Start)... and, anyhow, how you people compare it with the paradigm of the single executable file?.
    Thanks. Your feedback is highly appreciated.

    jorgelbanda wrote:
    ..(5) I'm reading a lot of hype about Java Web Start ... It's gratifying to think that someone who wants to deploy apps., has the common sense to search first! You would not guess how I often I hear "I wanna' make an EXE" shortly followed by "What's webstart?".
    ...it looks better than the traditional jar/jre deployment ... but setting up a MIME type to .jnlp, it doesn't come with some free hosting I've checked ... OK. You cannot define new mime types, but perhaps the site already has it defined. An easy way to check is to upload 'any old file' that ends in .jnlp and use the [mime type checker|http://pscode.org/mime/] to see what content type it is served as.
    ..somebody can recommend a free hosting service that allows to set a .jnlp MIME? (I'll appreciate a suggestion here, cause I would like to test Web Start)... I'm pretty sure the Google based sites offer it.
    Note that I edited the asterisks out of your post, to avoid the forum software parsing half the reply as bold.

  • About Seburger Adapter

    Hi All,
    I Want to Know About Seburger Adapter & It's Functionality, How it will Convert the Data Which is Comming from EDI Systems.
    Can Any One Please Explain me with out Any Doc's, How this Flow  From EDI ANSI  With Serburger Adapter ????
    Regards
    Babu

    Hi,
    1) If Our Sender is EDI Means Should we use this Seburger Adapter Compulsary ?
    If u want to convert the EDI standard data into XML then u have to use seeburger.
    if ur not using XI then no need to conver the data into XML then no need of Seeburger.
    2) What is the Significance of this Seburger Adapter Here ???
    Seeburger is a Tool which will do the mapping and covert the data into XML.U have to use this module in Adapter and it will take care.
    u will have some standard mappings which are already defined in Seeburger ans u have to use that mapping name in Adapter module and Seeburgert must be installed in ur XI server.
    3) Will this Seburger Adapter Convert this ANSI Format to Any XSD like that. ( I heard it Some where else ) So that We can Import this XSD Format into Our Mapping in IR.
    Yes i will convert any type in XSD format or XML format .
    Check below links and sites for Seeburger.
    SEEBURGER
    http://www.seeburger.com
    Please see the below blogs
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    /people/william.li/blog/2006/03/17/how-to-get-started-using-conversion-agent-from-itemfield
    /people/paul.medaille/blog/2005/11/17/more-on-the-sap-conversion-agent-by-itemfield
    http://www.stylusstudio.com/edi/XML_to_X12.html
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b0b355ae-0501-0010-3b83-8f2bb566fa47
    Details on XI EDI adapter from seeburger
    Check this for Conversions-
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    SAP Adapters
    EDI with XI
    http://www.seeburger.com
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/SEEBURGER_SAP_Adapter_engl.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    http://www.sap.com/asia/company/events/nwtechdays/presentation/australia-slides/Pre-Built_Integration.pdf
    http://www.seeburger.com
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    http://www.seeburger.com/fileadmin/com/pdf/AS2_General_Overview.pdf
    http://www.seeburger.it/fileadmin/it/pdf/2005_04_sapphire_Ferrero_transcript.pdf
    http://www.seeburger.com/fileadmin/com/pdf/SEEBURGER_SAP_Adapter_engl.pdf
    http://www.seeburger.com/fileadmin/com/pdf/Butler_Group_SEEBURGER_Technology_Audit.pdf
    http://www.sap.com/france/company/events/2006/02-01-Automotive-Seeburger.pdf
    http://h41123.www4.hp.com/presentations/ISUG/XISeeBurger.ppt
    http://www.sap.com/asia/company/events/nwtechdays/presentation/australia-slides/Pre-Built_Integration.pdf
    Regards,
    Phani
    Reward Points if Helpful

  • URGENT !!!! I know nothing about java .... ;o)

    Hi all,
    here is my problem, I am working on a demo for a customer, I am business consultant and I know nothing about java and I have noone next to give a hand, so please help.
    I integrated a content in a Learning Management System. When launching this content in the LMS, an applet is created. I get a first page where I have to chose an option. When clicking on any of the options, I get nothing. On my java console, I can read this :
    java.lang.NoSuchMethodError: javax.swing.UIManager.c()Ljava/lang/String;
         at com.cbt.jasmine.Jasmine.Jasmine.b([DashoPro-V1.32-013000])
         at com.cbt.jasmine.Jasmine.JasmineApplet.run([DashoPro-V1.32-013000])
         at java.lang.Thread.run(Unknown Source)
    What can I do to make this ******* content work.
    Many thanks for your answers.
    XToff.

    First of all, nothing is urgent to us, only to you.
    Second, the error is clearly stated being NoSuchMethodError i.e. the program is trying to call a method that hasn't been for some reason included in the program.
    Third, I have no idea what Learning Management System is (and I'm not the only one).
    Fourth, why did you put "Re: URGENT !!!! I know nothing about java .... ;o)" as the topic instead of "Learning Management System"?

  • Three questions about Java and Ftp

    Hello, i've the following questions about Java and Ftp:
    1- .netrc file is in $HOME directory but i can't access to this directory from java code. The following line producesan Exception (directory doesn't exists)
    FileWriter file = new FileWriter ("$HOME/.netrc");
    2- .netrc file must have the following permissions: -rw- --- --- but when i create the .netrc file the following permissions are on default: -rw- r-- r--, how can i change this permissions? (In java code, i can't use chmod.....)
    3- Are there any way to pass parameters to a .netrc file? If i get to do this i needn't change the permissions because i can't modify or create/destroy this file.
    Thanks in advanced!!!
    Kike

    1- .netrc file is in $HOME directory but i can't
    access to this directory from java code. The
    following line producesan Exception (directory
    doesn't exists)
    FileWriter file = new FileWriter ("$HOME/.netrc");$HOME would have to be replaced by a shell, I don't
    think you can use it as part of a legal path.
    Instead, use System.getProperty("user.home");
    Ok, thanks
    2- .netrc file must have the followingpermissions:
    -rw- --- --- but when i create the .netrc file the
    following permissions are on default: -rw- r--r--,
    how can i change this permissions? (In java code,i
    can't use chmod.....)Yes, you can: Runtime.exec("chmod ...");
    I need to use estrictly the .netrc with -rw- --- --- permissions
    Yes, i can use Runtime.exec ("chmod ..."); but i don't like very much this solution because is a slow solution, am i right?
    3- Are there any way to pass parameters to a.netrc
    file? If i get to do this i needn't change the
    permissions because i can't modify orcreate/destroy
    this file.I don't think so. Why do you need the .netrc file in
    Java at all? Writing a GUI frontend?I want to use automatic ftp in a java program and FTP server, the files and path are not always the same, so i can:
    - modify .netrc (for me is the complex option)
    - destroy and create a new .netrc (is easier but i have permissions problem)
    - use .netrc with parameters but i haven't found any help about it
    Thanks for your prompt reply!!!!
    Kike

  • So what is installing all about?

    Probably a stupid question. Almost any time I get a program, I have to install it. Now, I've taken two java courses, gone completely through the textbook Java Software Solutions by Lewis & Loftus, but I have not learned a wink about users installing things. All the programs we've done work straight away without any installation.
    So now I've got to wonder what exactly installation is for and how it is programmed. When I first started programming, I had kind of assumed that I would be making programs by now that the user would install.

    codinatrix wrote:
    Thanks for the reply. So how would I use Install Shield? And why would I want to as opposed to just making a jar file?
    I swear I Googled, but I don't feel any more enlightened for it. :-/You do not need to use Install Shield for your own Java program.
    Edited by: codinatrix on May 21, 2008 12:56 AM
    veryConfused wrote:
    Are you referring to installation of programs in general or is this related to Java programs? I don't know how installation works at all, so I don't know the difference. I guess that means I'm asking about Java programs, because Java is the only language I have learned so far.Java is a good choice
    veryConfused wrote:
    Installation just means that the program copies all depended files to user's hdd. In Java you can package all files into a jar and can be executed through command line.
    Does that answer your question?I think so. So you're saying that installation is unnecessary for a program written in Java?I've said installation is the process of copying program files to your users' hdd. So, if you wrote a simple calculator program for a user, then you would 1) copy(install) all your files to the user's hdd for execution. or 2) Package your files into one .jar file. The advantage of going with option 2 is that instead of having (let's say you created 2 files for your calculator) multiple files on user's hdd they only have one to deal with.

  • Want to know about java importer

    hi,
    i m working on oracle forms 10g. i want to know about java importer utitlity and using it.
    plz provide me ant documentation about it , if i have it with example would be easy to understand
    thanks

    I think u r lookinghttp://www.catb.org/~esr/faqs/smart-questions.html#writewell
    How To Ask Questions The Smart Way
    Eric Steven Raymond
    Rick Moen
    Write in clear, grammatical, correctly-spelled language
    We've found by experience that people who are careless and sloppy writers are usually also careless and sloppy at thinking and coding (often enough to bet on, anyway). Answering questions for careless and sloppy thinkers is not rewarding; we'd rather spend our time elsewhere.
    So expressing your question clearly and well is important. If you can't be bothered to do that, we can't be bothered to pay attention. Spend the extra effort to polish your language. It doesn't have to be stiff or formal - in fact, hacker culture values informal, slangy and humorous language used with precision. But it has to be precise; there has to be some indication that you're thinking and paying attention.
    Spell, punctuate, and capitalize correctly. Don't confuse "its" with "it's", "loose" with "lose", or "discrete" with "discreet". Don't TYPE IN ALL CAPS; this is read as shouting and considered rude. (All-smalls is only slightly less annoying, as it's difficult to read. Alan Cox can get away with it, but you can't.)
    More generally, if you write like a semi-literate b o o b you will very likely be ignored. So don't use instant-messaging shortcuts. Spelling "you" as "u" makes you look like a semi-literate b o o b to save two entire keystrokes.

Maybe you are looking for

  • Baseline date change after creation invoice list

    When I create invoice document, the invoice date (vbrk-fkdat) is the end of the month and the invoice list date (VBRK-FKDAT_RL)  is the next business day after the invoice date, the baseline date of the accounting document (bseg-zfbdt) is the documen

  • CDF in FIX statement

    Hi, I am trying to call a CDF from BR. FIX([Currency]) @Fun1(@NAME("Acc1"),@NAME(@CURRMBR([Currency]))); ENDFIX here 'Currency' is a RTP of type members. So user can select multiple currency. This BR runs endless. I don't know why it is not working f

  • Can't mount root filesystem, even though it's there

    I've moved my system to a new hard drive as described at http://oreilly.com/pub/h/2504 , but I'm having issues booting. GRUB starts the kernel okay, which runs fine until it tries to mount the root drive. It does the "Waiting 10s for /dev/whatever" b

  • Aperture library file size ?

    Hello, I have all my pictures on a specific drive. I don't want aperture to import the files into this aperture library, i only want the files to be referenced. So when i import the pictures from the drive, i select "Store in Current Location". And i

  • Deviation in oracle 10g

    Dear all, how would we do deviation in oracle 10 g? i search some links, they said for a folder name oraclehome\ocommon and lnt files, but i did'nt find it. Thanks