How to close S/A bridge immediatly without calling any asyn comm?

Hi,
how can i close an S/A bridge immediatly (so i have only a sync/receive(start S/A) and immediatly a sync/send(close S/A bridge)?
thanks,
Peter Ha

Hi Peter,
When one opens a Sync-Async bridge..one has to give syncronous interface and the message coming in(the request message of the sync interface)....and on closing the bridge, one has to give the step which open the bridge and the message to be sent back(this has to be the response message in the sync interface)...
In your situation, if the receive step(open bridge) is followed by the send step(close bridge)...how are you making/getting the response message?
Supposing, your sync interface has the same message type as request and response....then you can close the bridge with the same message that came in (this is just a case of trying to have the open and close step right next to each other)
Thanks & Regards,
Renjith.

Similar Messages

  • I have an iPad and and iPhone. They share an iCloud and I want separate iCloud accounts. How do I create a new account without losing any information? I want to keep the original account on one device.

    I have an iPad and an iPhone that share an iCloud account. I didn't realize when I got my iPad last year that when I signed up the iCloud on the device that it would share and use 5g of iCloud between the both of them. How do I unsync them and have two separate iCloud accounts? I don't care about sharing between them. When my kids put games on my iPad, I don't want them going on my phone. How do I create a new iCloud without losing any info on the other device?

    Hi sugaliko,
    You may need to set up your BlueTooth connection to the keyboard again. Use the steps in this article for guidance -
    iOS: Third-party Bluetooth accessories
    http://support.apple.com/kb/HT1664
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • How to get List Item attachments name without write any custom code or any database query?

    Hi,
    How to get List Items attachments name without write any custom code or any database query?

    You can get it from Rest,
    There are 2 options,
    1) create a 'Result Source' which has a search query for that List which has attachments 
     - Use rest query to get the 'Filename' , it will have the attachment file name 
    For example, if the result source id is : 73e6b573-abf8-4407-9e5f-8a85a4a95159 , then the query will be 
    http://[site URL]/_api/search/query?querytext='*'&selectproperties='Title,Path,FileExtension,SecondaryFileExtension,Filename'&sourceid='73e6b573-abf8-4407-9e5f-8a85a4a95159'&startrow=0&rowLimit=100
    You can refine the query, be giving proper 'querytext'
    2) Use the List rest api
    For example if your list guid is :38d524a1-e95c-439f-befd-9ede6ecd242e
    You can get he attachments for 1st item using this 
    http://[Site URL]/_api/lists(guid'38d524a1-e95c-439f-befd-9ede6ecd242e')/items(1)/AttachmentFiles
    get2pallav
    Please click "Propose As Answer" if this post solves your problem or "Vote As Helpful" if this post has been useful to you.

  • How do i change my icloud email without loosing any of my current emails

    how do i change my icloud email without loosing any of my current emails

    You couldn't change your primary email address (only aliases are possible, which wouldn't affect your stored emails). If you would like to have a new primary @icloud.com address, then you would have to create a new account.

  • HT5312 how do i reset my security questions without Calling Apple support?

    how do i reset my security questions without Calling Apple support?

    You need to ask Apple to reset your security questions; ways of contacting them include filling out and submitting this form.
    (96738)

  • How to close parent window when we use call method l_window_manager- create

    hi...
    how to close parent window when we use call method l_window_manager->create_external_window
    thank you.

    hi
    good
    go through this link,hope this ll help you to solve your problem
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/63a47dd9-0b01-0010-3d8e-de27242bf011
    thanks
    mrutyun^

  • HT201363 How can I reset my security question without calling apple?

    I don't remember my security questions or answers. So how can I reset them without calling apple?

    You need to ask Apple to reset your security questions; ways of doing so include clicking here and picking a method for your country, and filling out and submitting this form.
    (96185)

  • My phone won't switch on or do anything at all i woke up thismorning and it is broken, the battery was charged fully. how can i get it back on without losing any of my data?

    Hi,
    I have had my phone about A year and I have never had a problem with it before, but i woke up thismorning and opened my text's put it back in my pocket, half an hour later it was completely broken the screen was black and it will not switch on or do anything at all (I have not dropped it or had it near water).
    Is there a way i could get it to work again without losing any of my data i have been away with work and have not backdated for 2 weeks and i really dont want to lose it all.
    Any help to get it working would be fantastic.
    Thank you
    Samantha

    Thank you so much
    Kiss Kiss Kiss Kiss
    Life saver
    Best wishes and Many thanks
    Samantha

  • I JUST GOT A NOTHER COMPUTER ( USES WINDOW  7) HOW CAN I TRANSFER MY IPOD INFO WITHOUT LOSING ANY APPS, MUSIC, PHOTOS, ECT., I JUST GOT A NOTHER COMPUTER ( USES WINDOW  7) HOW CAN I TRANSFER MY IPOD INFO WITHOUT LOSING ANY APPS, MUSIC, PHOTOS, ECT.

    I'm wanting to sync my ipod to itunes without losing any info that is currently on it. An internet search has shown differnt programs but they are not free.Can anyone help me?

    For the music, you can transfer your music from your old computer to your new computer using an external HHD, once the music are in your new computer, open up itunes and add your music folder to the itunes library, do the same with videos.
    For your apps, log into your your itunes account and there you will find your "purchased" apps list. Cilck on purchase to see the list and download them again back to your computer.

  • How to close popup with af:commandButton without submitting values?

    Hi all,
    I'm using JDeveloper 11.1.2.1
    My popup has few af:inputText components with value attribute binded to view scope variables.
    I set those view scope variables in backing bean before showing popup.
    When I change values of input fields and click cancel (af:commandButton, partialSubmit=true, immediate=true), popup is closed.
    Then, when I show popup again, values that I changed are visible although I set new values to view scope variables in backing bean before showing popup again.
    I noticed that when I close popup using close icon in upper right corner of popup everything works fine.
    Also, I tried using dialog cancel button and it also works fine.
    Is there a way for closing popup using af:commandButton but without submitting values?
    In previous releases of JDeveloper (<= 11.1.1.5) I didn't noticed this problem.
    Thanks in advance,
    Aleksandar

    Alexandar wrote:
    Is there a way for closing popup using af:commandButton but without submitting values?If you really want to use your own button without submitting, then some three lines of Javascript will do the trick. See the documentation of af:popup for that. Canceling a popup is a pure client-side operation. No event is sent to the server. No submit. No need to reset anything. That's basically what the built-in cancel button does as well.
    Sascha

  • Tips: how to close MUSIC PLAYER on 5700 without re...

    on 5700 xpressmusic phone, there are no option to close/exit the music player, this thing was so disturbing since it costs memory, so i got this trick for you.
    1. play any track from a PLAYLIST (if u dont have one, just creat a new playlist)
    2. when a song is playing, press BACK, then OPTION > ADD SONGS then press BACK again.
    now your music player CLOSED !
    3315 · 3650 · 3230 · 3250 · 5700

    its better if you kill the process using some file explorer like explore or fexplorer etc.. and some task managers like handy taskman etc...
    Was this post of some help? Click 'Kudos' star on the right hand side of this post. Your gesture will be highly appreciated!

  • I have 20 GB of music stored on my Macbook Air (2011) and only 7GB in my iTunes library? How can I delete the extra music without deleting any of my 7GB in my iTunes Library?

    I have no idea how to go through my folders and delete all this extra music without deleting whatever the 7GB is in my iTunes!
    Please help!
    Thanks!

    If you use iTunes' default preferences settings, anything in your collection will be in your iTunes Media folder.  When you add a track to iTunes it places a copy in the iTunes folder but leaves the original where you downloaded it.  The exceptions are if you use the Automatically Add To iTunes folder it does move it, or you drag items to iTunes while holding down the option key in which case it uses the copy wherever it is.
    As for where the other files are, you will have to look on your computer.  Use Spotlight to search for .mp3 .mp4 or whatever file formats you have.  If they aren't in the iTunes folder and iTunes lists them as being in the library then likely they are the original files which you can delete.
    You will have to do some careful checking that whatever you delete is not the file actually used by iTunes.  If you have a flash drive or another drive for temporary storage i would stick the extra files there and then if something breaks you can restore them

  • I have an iPhone 4 which is synced with a non apple laptop and wish to sync it with my new iMac.  I have backed the phone up with the laptop and am not sure how to sync it with the iMac without loosing any contacts, emails or photos from my phone.

    I have an iphone 4 which is currently synced with a non apple laptop and I wish to sync it with my new imac.  I have just backed the phone up on my laptop but am not sure what I need to do now.  I do not want to loose any contacts, emails or photos from my phone when I change sync computers.  Can anyone assist with a step by step guide as to how to achieve this oucome?  Thanks in advance.

    Have you read this?
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    The Apple web site has lots of other guidance, for example if you are migrating from Windows to Mac, read this.
    Switch 101: Migrate your Windows files or system to your Mac
    http://support.apple.com/kb/HT2518

  • How do I create a new ID without losing any accumulated information?

    Hi,
    My wife has an iphone 4 and an ipad and I have an iphone 4S but it is all on one Apple ID. I want to separate her onto her own ID. Is there any downside to doing this?
    How do I go about doing it?
    Do I or does she lose access to any information, songs, movies, emails etc by doing this?
    Any help much appreciated.
    All the best,
    Mick

    Thanks ...I have just realised how much of a tech moron I am.
    Could you possibly decipher what the best solution for me is:
    I have two iphones and an ipad on one account
    i want to separate one iphone and an ipad onto a new account
    I dont want to lose anything, just the usual stuff - songs, movies, apps, kids stuff when i do it
    i am not on the cloud, just household use, emails text, calls, etc
    That tutorial sounds helpful and gives five options but Please...what is the right solution for me given all this? How do i do it?
    appreciate your understanding.

  • How can i log out from icloud without losing any document?

    I want to create a new icloud account, but first I need to delete the previous one without losing my documents.

    On your mac, use Pages or whichever app is needed for the specific document and save it locally instead of in icloud.  Then disconnect your iOS device from the account.  You can later sync the document via itunes.

Maybe you are looking for

  • IPhone no longer plays through car stereo after OS 4 upgrade.

    My wife and I upgraded to OS 4 on 6/21. Both will no longer play or charge through the USB connection to our car stereos. We both have Kenwood decks but different models. Any ideas?

  • Automatic determination support team based on own specs?

    Hi, Rule 13200137 to automatically determines a support team using some standard specs such as: SAP Component Catalog Subject Category Code Subject Subject Code Group Sold-ToParty Country Transaction Number Priority etc... how can I add other specs?

  • Can we change font size and font type in reports

    Hi All Technical/Functional Masters, We are developing some transactional reports in ISU. this report has 20 columns to be printed. On screen, display is not a problem but client has a requirement to download this report in PDF format and wants to pr

  • Font not working in Creative Suite

    I have been using League Gothic for years and all of a sudden it has stopped working in CS. Photoshop and Illustrator won't open any of my existing files that use this font. At first I thought the font file was corrupted, so I tossed it and re-instal

  • How can I view then rotate or crop duplicate images

    My wife has a large photo collection (50,000+ images) and has created a copy of a hundred or so pictures to include in a video I'm working on. The problem is that I can't get Elements Organizer to display these images because they are "duplicate imag