Doubt on DB-adapter

Hi Oracle Forumians,
I AM HAVING ONE DOUBT.
i.e how to transfer the records between two tables.
source DB to TARGET DB.
THANKS AND REGARDS.
Forum-ian

create a DB Adapter as a Service (polling should be the operation), connect this to the BPEL Component, create a Db Adapter as a reference (insert should be the operation), connect this as well to the BPEL component. Write the logic inside the BPEL like assign, invoke, while loop and others.
Hope this helps,
N

Similar Messages

  • Doubt with WS Adapter in PI 7.1

    Hello everybody,
    I have a doubt regarding the WS Adapter in PI 7.1, I understood it works only for SAP Systems, am I correct?, I'm asking because I'm going to have a scenario like this
    Oracle Peoplesoft Payroll System-> SAP PI 7.1-> SAP ECC
    now I've been thinking in using protocols as this
    Oracle Peoplesoft Payroll System-> Sender SOAP Adapter SAP PI 7.1 WS Receiver Adapter(Maybe ABAP Proxy it depends on the availability of a servcie in the ECC)-> SAP ECC
    is this a good configuration?, thanks in advance for your answers.
    Regards,
    Julio

    Hi Julio,
    SOAP to ABAP Proxy scenario is good, because abap proxy and ecc directly communicates by using the integration server.
    Sender side you can configure the SOAP adapter and receiver side generate the proxy.
    data types and mapping are normal.
    For sender side SOAP configuration
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8e/464442c1a1c253e10000000a1550b0/content.htm
    Regards
    Ramesh

  • Doubt on Idoc adapter parameters

    Hi ,
          I need one more clarification on Idoc adapter parameters :
    1.while configuring for IDOC adapter in communication channel , we have an option
    called "APPLY CONTROL RECORD VALUES FROM PAYLOAD" doubt arises here
    what actually this mean,and if this check box is ticked what values will be taken from payload and where will be they applied?
                           Plz clarify answers will be definetely rewarded.
                                                                                    Regards,
                                                                                    Vinod.

    Hi vinod reddy  ,
    If u want to add values to the control record , u have to select the APPLY CONTROL RECORD VALUES FROM PAYLOAD checkbox in the communication channel. When a new communication channel of type IDoc is created, the flag is set by default. If the flag is not set, the
    settings comply with XI 2.0
    This following websites clearly clarifies u'r doubt with detailed description with fields :
    Fields of the IDoc Control Record 
    http://help.sap.com/saphelp_nw04/helpdata/en/13/95244269625633e10000000a155106/content.htm
    Configuring the Receiver IDoc Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/96/791c42375d5033e10000000a155106/content.htm
    How to.......Sample IDoc XI Scenarios
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c09b775e-e56e-2910-1187-d8eba09c7a4a
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • Doubt regarding Sender adapter file content conversion to RFC

    Hi Experts,
    Below is the my Source and  Target XML structure ( i have creaated source structure same as target RFC structure),  This scenario is working fine when i give XML file as input. File -> XI -> RFC , xml file is able to update the information in R3.
    How should i configure sender file adapter for file content conversion for above structure(in this case input is fixed lenth text), and i could able to change source structure according to our req, without changing target RFC strucuture.
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_HSA_IDNumber xmlns:ns0="urn:passhe.com/UpdateIdNumberISA32">
       <COMMIT_I>X</COMMIT_I>
       <IDENTIFICATION>
          <STUDENT>6500001191</STUDENT>
          <ID_TYPE>FS0030</ID_TYPE>
          <ID_NUMBER>testxml</ID_NUMBER>
          <VALID_FROM>20070421</VALID_FROM>
          <VALID_TO>20091231</VALID_TO>
       </IDENTIFICATION>
      </ns0:MT_HSA_IDNumber>
    I have configured sender file adapter with FCC like :
    Document name as: MT_HSA_IDNumber
    Document name space as: urn:passhe.com/UpdateIdNumberISA32
    Record structure as: COMMIT_I,1,IDENTIFICATION,1
    COMMIT_I.fieldNames : COMMIT_I
    COMMIT_I.fieldFixedlengths: 1
    IDENTIFICATION.fieldNames: STUDENT,ID_TYPE,ID_NUMBER,VALID_FROM,VALID_TO
    IDENTIFICATION.fieldFixedlengths: 12,6,60,8,8
    i am getting error like this: even when i change source structure like below metioned:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_HSA_IDNumber xmlns:ns0="urn:passhe.com/UpdateIdNumberISA32">
       <COMMIT>
          <COMMIT_I>X</COMMIT_I>
       </COMMIT>
       <IDENTIFICATION>
          <STUDENT>6500001191</STUDENT>
          <ID_TYPE>FS0030</ID_TYPE>
          <ID_NUMBER>idnumber1</ID_NUMBER>
          <VALID_FROM>20070421</VALID_FROM>
          <VALID_TO>20091231</VALID_TO>
       </IDENTIFICATION>
    </ns0:MT_HSA_IDNumber>
    Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'COMMIT_I.fieldFixedLengths' or 'COMMIT_I.fieldSeparator' is missing Consistency check: no. of arguments in 'COMMIT_I.fieldFixedLength' does not match 'COMMIT_I.fieldNames' (0 <> 1)
    Please help me out
    thanks
    dhanush

    Hi Dhanush,
    Try giving the Sender FCC this way for the source structure you have mentioned above.
    Record structure as: COMMIT,1,IDENTIFICATION,1
    COMMIT.fieldNames : COMMIT_I
    COMMIT.fieldFixedlengths: 1
    Hope this helps.
    Thanks and Regards,
    Induja

  • Doubt in File Adapter

    Hi,
    In file adapter, CSV format i know how to use the ',', but this time i need to use Field separator as a TAB(tab key). How can we solve this problem?
    Rewards waiting for the right ans.
    Thanks
       Vinod V

    Hi,
    For TAB as Delimiter use '0*09'
    Or
    open the Notepad and press TAB then copy that & paste it in the content conversion
    Regards
    Seshagiri

  • Doubt in JDBC Adapter

    Hi,
    In JDBC Sender Adapter, we have Quality Of Service in processing parameters.
    Where as in JDBC Receiver Adapter, why don't we have the QOS.
    What to do if I want to send a message to Database with EOIO QOS from XI.
    Please clarify me.
    Regards
    Krishna.

    > In JDBC Sender Adapter, we have Quality Of Service in
    > processing parameters.
    > Where as in JDBC Receiver Adapter, why don't we have
    > the QOS.
    > What to do if I want to send a message to Database
    > with EOIO QOS from XI.
    The QoS need to be specified at the sender Adapter(SO message come to IE and processed in the same way).
    If you want to achieve QoS EOIO, then at the sender JDBC side you have to select QoS = EOIO and assingn the queueid(just give any name upto 16 char it automatically the EOIO queue)
    http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm
    It is not with only JDBC but for any adapter if you are seding message in EOIO to IE then you have to select the QoS = EOIO in the sender communication channel...not receiver side.
    Thanks
    Farooq.

  • Doubt about IDOC Adapter

    Hi all,
    i'm using idoc adapter for generating IDOCS from R/3, and my scenario is: IDOC->XI->File. this is working fine, in R/3 i've got partner profiles for diferent vendors(suppliers) and they are configured for create idoc message in R/3 and all this message are caught by XI from my scenario and generate the corresponding text file.
    but now suppose that I need another scenario because i need to send purchase orders by mail instead file to some of my vendors in R/3. the scenario would be IDOC->XI->Mail.
    for both cases i would use ORDERS05.
    i can't undertand how XI knows wich scenario have to use, if there's nothing from R/3 that tells XI which scenario should be used.
    thanks, Fabian.

    Thanks for responses, I know what should i use to do what i wanted. but i've tried to make a condition in the receiver determination and it's giving me an error saying that 'No receiver could be determined'.
    i've searched in other threads and i have seen that utilizes xpath to make conditions
    what i have done is add a condition in Configured Receivers as  '/p1:ZORDERS2/IDOC/EDI_DC40/RCVPRN = 0000010598'
    because depending on the partner, i want to use either one or other adapter (file or mail)
    do i have misedd something?

  • Doubt Regarding IDoc Adapter

    Dear Gurus,
    In IDoc to XML conversion scenarios, we never use Sender Communication Channel because the IDoc adapter sits on the ABAP stack and the conversion is done by the IDoc adaper in the Integration Server.
    Then why in case of the reverse scenario , i.e. XML to IDoc conversion we use Receiver Communication channel and the IDoc adapeter explicitly? Why can't that IDoc Adpater that sits on the ABAP stack convert the xml file into IDoc format?

    Hi Shweta,
    the reason for this is:
    The adapter at the inbound channel is located before the Integration Server pipeline and calls this pipeline. The adapter at the outbound channel, however, is called by the pipeline, and can therefore be regarded as part of the pipeline.
    The connected systems transfer or receive IDocs through their IDoc RFC interface.
    if you check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/ab/bdb13b00ae793be10000000a11402f/frameset.htm
    and read the Integration section and try to understand the pipeline flow, as the names are not understandable(viz. receiver determintaion, mapping etc.) in the diagram.
    you will get the clarity after reading this..
    Sachin

  • Doubt abt mail adapter

    hi to all if iam using file to mail scenario means,
    i want to send the data to multiple receivers
    that means different different mail id's
    there may be thousands of mail id's in the receiver side
    then how can i achieve this problem .if any one helps on this means its gr8 to me
    thanks & regards
    giri

    Hi,
    Under To, specify the e-mail address that will receive the message. If you enter more than one address, you must separate them with a semicolon.
    If you have specified an IMAP server under URL, the message is saved in the specified folder but is not sent to the receiver specified under To.
    You can send to mutliple mail ids in <To>multiple mail ids with semicolon </To>
    Also see the below links to get more details on MAIL Adapter.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm
    /people/michal.krawczyk2/blog/2005/11/23/xi-html-e-mails-from-the-receiver-mail-adapter
    /people/michal.krawczyk2/blog/2005/03/07/mail-adapter-xi--how-to-implement-dynamic-mail-address - Dynamic Mail Address
    Regards
    Chilla..

  • Doubt About Soap Adapter

    Hi Experts,
    I have one doubt Here iam Implementing SOAP To RFC Scsnario Using EP(WebDynpro).
    Here Should I Generate WSDL File in Integration Directory of XI.
    Or Can we generate In WebDynpro Appln.
    Please let me know
    Regards
    Khanna

    Hi,
    Look into this article, It describes exactly what you want,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    Create the WSDL for your message interface in the integration directory and then create a Webservice Model in WebDynpro and finally deploy this on your portal.
    Regards
    Bhavesh

  • Doubt on Idoc Adapter

    Hi
    I was going thru the help.sap for IDoc adapter.
    Implementation Considerations
    Only use the IDoc adapter to integrate SAP systems with the Integration Server if a scenario of this kind suits your requirements.
    in
    http://help.sap.com/saphelp_nw04/helpdata/en/ab/bdb13b00ae793be10000000a11402f/frameset.htm
    what does it really mean. I understand where the idoc adapter is placed and y no sender agreement is req. But this phrase in help.sap is confusing.
    Can i take all ur help in understanding this?
    thkx
    Prabhu

    Hi,
    IDOC scenarios are used when you have to transfer business data TO  or From SAP R/3 . Itz is still the most preferable solution. But if you want ackowledgements to be sent back for ex: a  business data back can it be acheived through idoc >? No. That where rfc comes into picture.  Itz only effective during assynchronous communication.
    I suppose it was in this  conext of application of a idoc adapter that was illistrated.
    correct me if itz wrong
    <b>Cheers,
    *RAJ*
    *REWARD POINTS IF FOUND USEFULL*</b>

  • File adapter doubt

    i have doubt regarding file adapter
    can a file adapter work dynamically?
    for example: we are configuring one file name and a path.
    whether multiple files can be taken from the path dynamically when using file adapter.
    Message was edited by:
            allen washburn

    Hi Allen -
    On the sender file adapter side you have the wildcard options (e.g. *, ?) and in addition you can set exclusion masks to exclude files with a certain pattern.   You can set additional folders too for additional files in a different location (<a href="http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm">Additional Files</a>)
    On the receiver side, you can use <a href="http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/frameset.htm">Variable Substitution</a> to dynamically set the filename and path based on message content (payload or header).
    Regards,
    Jin

  • FTP Adapter Doubts

    Hi,
    The custumer's been ussing XI 3.0.
    i have some doubts about FTP Adapter
    --When the DELETE option is selected -> What does "Successfully processed files are deleted" exactly means???
    -- whats happend fi i define a mask to get files from FTP( for example xi.*) and the DELETE option is selected:
    for example: the FTP gets 5 files;but a new file was saved in the FTP. when XI call the Delete command, delete also the NEW file or just the 5 files getted previously?
    is there any documentation that refers about?
    Thanks
    RP

    Hi,
    "Successfully processed files are deleted" exactly means
    Means the files which are processed successfully in Xi are deleted as per the processing mode option set at adapter level..
    if you select mask and define delete then the files which are processed in XI only will be deleted...
    New file created will not be deleted unless its processed by XI...
    HTH
    Rajesh

  • Which will execute first in File Adapter (parameter,Identifier,module)

    Hi,
    I have written a module for my sender file adapter, and choose FCC to parase my complex structure...here my doubt is whether adapter module will call first or FCC which is there in Identifier tab in file adapter?
    Regards,
    Irshad.

    Chandras sekhar,
    i have already seen that blog...
    could you plz read my message once again?
    Regards,
    Mansoor
    ya i got it..Call sap adapter module will store the message in send queue.
    just want to know which module is building the xi header whether it is same call sap adapter module or is there any specific module which will convert native message to xi message.
    Is call sap adapter module is the responsible for building the xi message header with the help of cpa lookup? if its so again confuse for me.....
    In File adapter we have 3 tabs one is parameter identifier and module...As u said first parameter tab will run as per FCC/ File message protocol then this parsed/content of text file will be input to the module tab .in this module tab we have custom modules and standard module these modules are executed in the same sequence as mentioned.
    what is the module name which converts native message to xi message?
    Regards,
    Mansoor

  • Creating PDF files using file adapter

    Hi,
    Is it possible to create a pdf file using, File/FTP adapter? If yes can someone please suggest how to do it.
    Thanks,
    Phani

    Hi Phani,
    I would say pdf files are binary files with a specialized format.
    You can move pdf files through BPEL or ESB (i.e. file/ftp -> file/ftp), or from file to database BLOB and database to file, by importing the schema as opaque.
    However I doubt that file adapter can create PDF files from a plain-text xml file, i.e. as PDFCreator would.
    In a sense a pdf file is much like a jpg, mp3, or zip file, it can be passed through bpel but not created.
    In other words if you have a base64Binary element in xml, that you know is the complete bytes to a pdf, jpg, or other file, you can write it out as a file using the File adapter.
    Thanks
    Steve

Maybe you are looking for