Logical persepctive of synch /asynch interfaces

From logical perspective if a particular adapter : eg : JDBC , does not support synchronous processing , then why not create 2 interfaces ,one with sender jdbc and other with recv jdbc. Is this statement correct ?

hmm ok ... but do we not need bpm for this ? or we can count them as 2 sepearate interfaces ?
If there is no relation between the data passed in first flow and then in second flow.....or....if you dont want to correlate the two messages then no need of BPM, you can consider the two as separate flows. Ask your lead or business consultant how the flow has to be.
2) secondly i do not want to connect to database multiple times ,instead i want something like batch processing maybe at
10 am in night , can this be done via jdbc adapters or a stored procedure is needed?
Are you looking for Availability Time Planning (from SP19) functionality?
Regards,
Abhishek
Edited by: abhishek salvi on Jun 29, 2010 10:32 AM

Similar Messages

  • Synch/Asynch with out BPM

    Hi All,
    I have a HTTP to webservice scenario currently running in production , i.e .,
    From the HTTP Application user sends a request to XI . XI makes a SOAP call and sends the request back to HTTP Application .
                 now I have a new requirement to write the SOAP request message to a JMS channel also.
    Let me know how is it achievable with out using BPM .
    Thanks and Regards,
    KLK

    Thanks for the replies , I have to clarify my question
    Yes my requirement is to send the soap - response to JMS .
    The above blog is File - RFC - File ( Asyn/sync) but my requirement is
    HTTP - SOAP -- JMS (Syn/Asynch) .
    The current scenario in production my o/b and i/b message interface are synchronus .
      I need a i/b asynch interface reciepent for the SOAP response .
    Let me know your thoughts
    Thanks
    KLK

  • Do I need to do a BPM / Synch-Asynch bridge ?

    SDNers,
    I have a scenario where a synchronous SOAP HTTP message will come in with data. Following steps are needed.
    1) Call a stored procedure to authenticate on a DB2 database. Possible JDBC adapter.
    1a) If authentication fails need to respond with error code in the SOAP-MSG and end.
    2) Call another stored procedure to post the data to temporary table and get back a unique ID.
    3) Return the response and unique ID to the SOAP-MSG.
    Can you please let me know -
    a) If I will need to create a BPM for this scenario. If not how ?
    b) If BPM is needed - will I need a Synch-Asynch bridge although I have all synchronous communication throughout the process. All the stored procedures to DB2 database are intended to be synchronous JDBC receivers.
    Thanks a lot in advance,
    Charu

    Thanks Sandro, Sudheer, Shweta and Venkat for your inputs.
    It certainly looks like there is no way other than BPM even though I have synchronous scenarios - espacially because of the authentication step.
    In case some of you are wondering why is not the authentication step and the subsequent step merged -The authentication are maintained in a separate system and hence a separate call is needed.
    Venkat - I will check out on the Synch/Asynch bridge.
    All - you have more inputs then please share your views.

  • Http_synch-- file using synch/asynch bridge

    I am trying to do the following scenario with bpm ( synch/asynch bridge)
    Scenario:
    1. Http client calls BPM synchronously (open the S/A bridge).
    2. BPM sends the received  message to file adapter.
    3. Another process reads the files and produces an output file (or I can do this manually).
    4. The output file is sent back to BPM.
    5. BPM returns the output message back to http synch (closes S/A bridge)
    Integration Process Design :
    1. Receive Synch (open the S/A bridge)
    2. Send Asynch
    3. Receive Asynch
    4. Send Synch (close the S/A bridge)
    When I call the BPM from the http client (QOS is BE or EO) , BPM receives the message and writes the file (so step1 and step 2 are okay). Then http client comes back with no response. That means BPM is not waiting for a message at step 3.
    My understanding is BPM should wait on a receive step!
    Even if I introduce a wait step after step 2, it doesn't help.
    Why does the http client return before the s/a bridge is closed? Am I missing anything?
    Please help.
    Thanks

    Hi,
    ><i>1. Receive Synch (open the S/A bridge)</i>
    This will again be a receive step with mode as opens S?A bridge.
    ><i>Send Synch (close the S/A bridge</i>)
    This is a Send Step with mode <b>CLOSES S/A BRIDGE</b> it will not be a Synch step.
    <i>
    My understanding is BPM should wait on a receive step!</i>
    it should. Make sure that the file adapter is active. And see if the file has been picked up. Did you check the flow of the message in the BPE? Did the receive step get executed? I think it would have and the problem can be in the mapping.
    Just take a look at the Synch - Asynch bridge example in this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm
    Regards,
    Bhavesh

  • Synch-asynch scenario without bpm's?

    Synch-asynch scenario without bpmu2019s can any one help me how to configure this scenario without bpms?

    hi ferocious,
    That is possible with standard functions and standard module beans.
    Possiable1:
    From pi 7.1 v ,  sap provided standard functions like RFC and jdbc of the conversion function group.
    Possiable2:
    sap provided Standard module beans those are RequestResopnceBean and OnewayResponceBean.
    thanks,
    bhavanisankar.

  • Synch/Asynch Bridge TimeOut

    Hi,
    I am sending data to R/3 system through XI and waiting for response. If the R/3 takes half an hour to respond will my Synch/Asynch bridge will be still waiting for the response or will it die because of TIME_OUT.
    Can anyone let me know.
    Regards,
    Amar Nemalikanti

    Hi,
    There is a Time Out for the Sync/Async Communication.
    The settings can be done SXMB_ADM -> Integration Engine Config -> Change Specific Config -> Add a new entry
    Check the Category SA_COMM, see the help for its parameters.
    By default the time out setting is 60 seconds and the maximum allowed is 1000 seconds.
    Thanks & Regards,
    Renjith.

  • Synch/Asynch Bridge

    Hi all,
    Can anyone tell me where exactly Synch/Asynch Bridge is used
    Thanx,
    krishna

    Hi,
    Sync/async communication enables a synchronous sender system to communicate with a receiver system that cannot process synchronous messages
    Refer this blog
    /people/ravikumar.allampallam/blog/2005/02/17/bridging-the-sync-async-bridge-with-fork-xi
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    There is an example of the Sync/Async Bridge in th SWCV: SAP BASIS.
    Namespace: http://sap.com/xi/XI/System/Patterns
    The Integration Server receives synchronous messages from a sender and send them to a receiver as asynchronous messages. Conversely, it can send the asynchronous response from the receiver back to the sender as a synchronous response.
    As soon as a synchronous message is received from the sender system the process uses a special receive step to open the sync/async bridge, sends the received message to the receiver system asynchronously, and waits for the asynchronous response to arrive from the receiver.
    The BPE receives the asynchronous response from the receiver, correlates it with the corresponding query, and activates the waiting process, which then sends the response back to the sender synchronously.
    This blog also should give you some idea...
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    Also go through these links:
    http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/dc06418752ef6fe10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f9/66bf40ad090366e10000000a1550b0/RN_XI_DE_neu.pdf
    example of the Sync/Async Bridge in th SWCV: SAP BASIS.
    Namespace: http://sap.com/xi/XI/System/Patterns
    regards
    Message was edited by:
            Vijaya Lakshmi MV

  • To create an asynch - synch - asynch flow with XI, without BPM

    I would like to create an asynch -> synch -> asynch flow with XI,
    without BPM.
    The solution with RequestResponseBean and ResponseOnewayBean modules in
    the File sender communication channel works fine.
    But now I would ask you how can I do if my sender is R/3, with IDocs?
    Because we cannot use modules in the IDoc sender communication channel,
    and I don't want to use BPM.
    Could you help me?
    Thanks in advance,
    Ram.

    /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible
    Refer to this blog. You may find a way out.
    Alternatively, I would rather know the reason behind you not using BPM.Coz its the best way to acheive the desired result.

  • I am using logic to record a podcast and using soundboard to use as a playback for music and sound effects.  I'd like to soft patch sound board into logic, and still use my interface for recording audio from the other members of the podcast.

    I am using logic to record a podcast.  I have a presonus firestudio mobile for my interface so I can record several people at the same time.  I'm also using Soundboard for a playback system for music and sound effects.  I'd like to know how to soft patch Soundboard into Logic while still using the Firestudio interface to record the other members of the podcast.  Does anyone know how to do this? and if so can you tell me how to do it?  Thanks.

    Thanks. Now, since Apple failed to provide an audio in jack for their new and improved iMacs (mine has one), all I can suggest is that you contact AppleCare, since you have 90-dqy free phone support. If need be, you might reconsider your purchase, but that's for you to decide.

  • Logic Pro 9 & Motu 828 interface problem ?

    Hi all. I am running Logic Pro 9 on my iMac with a Motu 828 mk2 audio interface connected by firewire. It used to work fine with logic but strangely i now have a problem.
    It works fine with iTunes music and listening to sounds/mp3s etc from my desktop but as soon as i boot up logic pro and try to work on a project the only sound output i get is very high pitched noises and large gaps between these noises. It wont play any sounds at all through pro even samples via the browser.
    Can anyone help or explain what maybe wrong? i havent a clue whats happened!
    Thanks in advance for any help
    Paul

    PaulDS wrote:
    It works fine with iTunes music and listening to sounds/mp3s etc from my desktop but as soon as i boot up logic pro and try to work on a project the only sound output i get is very high pitched noises and large gaps between these noises. It wont play any sounds at all through pro even samples via the browser.
    Can anyone help or explain what maybe wrong? i havent a clue whats happened!
    Paul, sounds like the MOTU needs a reset.
    - Unplug the firewire
    - press the button "setup", turn full
    - right until "factory default"
    - push select
    - confirm with "value"
    - Power Off the Interface
    - Power On The Interface
    - Reboot The Mac - Let it settle
    - Plug the Firewire Back In
    Did you do an OS upgrade with the MOTU plugged In, any time you do an OS upgrade, even if it's just an incremental one (10.8.3 to 10.8.4) unplug the MOTU, some garbage is usually sent out the firewire port during an OS upgrade.

  • No Audio input into Logic 9 using Firewire Solo interface

    I am trying to get audio (bass guitar) into an audio track in logic. I am getting a signal to the Firewire Solo panel in preferences. I have Link and out 1/2 selected in the audio interface panel. In Logic audio preferences I have selected Firewire Solo as the input device. I create a new Audio Track and I get nothing. I have tried every option when creating a new track. I have read that many people have had the same problem in other forums but I have yet to hear a solution. Any help would be appreciated.

    ADPhoto wrote:
    Yes it is checked on. Sorry that wasn't clear in the last post. I tried checked off as well. But from what I have read it should be on.
    Software monitoring only needs to be on if you wish to monitor through Logic's audio engine. Most audio interfaces also have a direct Monitoring function which allows you to monitor the inputs of the audio device. Direct monitoring virtually eliminates latency (except for converter latency which is minimal).
    So... you've created a -MONO Audio- track in Logic? You then select the track and can see the I/O channel strip on the left hand side of the page.
    There are two I/O buttons right above the meter, the bottom is output and usually set to 1/2. The one right above sets the input channel of the Audio device... make sure Record is enabled then select that button, from the drop down choose Input, how many do you show as possible inputs 1, 2, 3, 4?
    Play the bass and select each input until you show some input level.
    pancenter-

  • Logic loses connection with midi interface

    I just opened a brand new project where I loaded in my audio files, about 8 instruments. When I wanted to simply start playing the sound went off, and got the error message:
    "Error while trying the synchronize audio and external device.
    Sample Rate 38415 recognized.
    Check conflict between Logic Pro and external device."
    I many times lost connection and I have to restart the computer to see the midi interface again. I have the latest drivers installed. What else I could do?

    Sorry, newbie question alert.
    My Focusrite Saffire LE is a MIDI and audio
    interface. It has a single MIDI in and out. I have 4
    synth units I want to connect. Can I just go ...
    in > thru > in > thru > in > thru > in > out
    Theoretically, this should work and is the reason that
    they are there. Now in a real world applicatioin you are
    going to have to find out if in fact it will work. There
    are a number of things that could be a problem but
    I dont want to get you worrying about things that
    might not happen. Just make sure you have good cables
    and set up all your stuff in the Audio/Midi setup. If you
    run into any problems try removing each device one at
    a time to see if it is one piece that is causing the problem.
    Have fun

  • Saffire Pro 24(Non DSP) Logic Studio 9 Signal through interface but no signal through logic, PLEASE HELP!

    I recently purchased a saffire pro 24, rode nt1000 condeser mic, and Logic 9. My Problem is that I don't know how to get a signal through the DAW. There is a signal through the interface I can hear the mic through the head phones. With Mix Control I have the routing preset set to "DAW Tracking" with line output 3 and 4 set to Analog 1 so I can hear the Mic. All the other settings are untouched. On Logic I have everything untouched except for preference>audio I set the input and output to saffire with a buffer size of 256 but I can't hear ANYTHING through the DAW only the interface itself. Any help would be greatly appreaciated. This is my first studio set up I have toyed around with garageband a bit.

    AndySeng wrote:
    thanks! it worked while recording but the gain is real high on the interface for only a low signal on the DAW. How do you turn on monitering?
    The Rode mic needs Phantom power, do you have that turned on? (if not, turn the input gain down first)
    The audio interface will have a gain control for the mic, it may or may not have sensitivity switches that can give you more gain, either that or a trim control.
    The software monitoring is well... right next to where you set your interface and I/O buffer.
    Two cents of advice, reading the manual (over and over) of your hardware interface is a must. In order to make decent recordings you will have to know and understand your hardware. Same with Logic, it's pretty easy to get going on Logic but to use more than 2 or 3% of what the program is capable of the manual and online help is a necessity. Also your mic.
    I tell clients that wish to learn Logic to pretend they have no Internet access, just the program and the manuals + online help.
    They usually tell me to leave at that point. 

  • Logic 8 third part plugin interface problem

    got problem with the third part plugins interface, installing for example Lexicon native bundle, when running logic 8 and clicking on insert plugin white square appears. I didn't made any update of Logic since last year because when i did it once, Logic started to freez and crush constantly, so i re installed from new. I heard if the logic running fine don't do any updates. Most of the plugins runs ok, but some appearing as a white square, any ideas?
    feflix

    I've had this sort of thing when running plugs in a VST wrapper (are you using AU?) .... but if you've just spent £1000.00 equivalent on the native bundle - get in touch with Lexicon - they're sure to want to help customers like you

  • Problem in file to RFC Asynch interface.

    Dear Experts,
              One interface is there in Production environment that " file to RFC " receiver is SAP CRM system through BAPIs. frequency is daily one file from ftp to CRM system. One day file is getting updated in CRM properly, one day not getting updated like this way it is happening regularly. In sxmb_moni of PI system showing successfully processed. In sxmb_moni of CRM system no messages appearing whether successfully processed messages as well as failures. RFC connections also be good and in PI communication channel monitoring also showing successful.
    In this case what i have to do? Kindly suggest me.
    Thanks & Regards,
    Srihari.

    Hari,
    If that is the case then cancel all the messages and also once do the full cache refresh with the following URL
    http://host:50000/CPACache/refresh?mode=full
    Regards
    Praveen

Maybe you are looking for