How to update Back end applications after successful message transport

Hi All,
Currently we have a SOA composite that reads failed messages(Msg type 3) from B2B JMS message queue and updates our business tables of any b2b failures. However we are not sure how to handle successful B2B message transport scenarios.
How back end applications(SOA composite) know b2b messages are handled successfully by B2B? How do we capture this successful scenarios? We don't have ack enabled.
Thanks,
Kathar

However is there any push mechanism from b2b for this scenario.Option#1-
B2B pushes messages details to BAM AQ (B2B_BAM_QUEUE in SOAINFRA schema) from where BAM picks up the details and uploads in it's data objects. If you are not using BAM then you may receive messages from this AQ. This is again a batch job and it is controlled by below two parameters -
Enable BAM
BAM Polling Interval
http://docs.oracle.com/cd/E23943_01/user.1111/e10229/bb_config.htm#CEGEADFJ
Option#2 -
Write your own DB job which pulls details from B2B_INSTANCEMESSAGE view and pushes it for you at desired location.
Only batch job is suitable for this scenario because B2B uses different set of intermediate states while message processing whereas you are only interested in one terminal state (MSG_COMPLETE)
Regards,
Anuj

Similar Messages

  • How to get back sample application after deletion

    Hi All,
    I have deleted Sample Application provided in HTMLDB 1.6 by default.So how can i get back those application.I have neither exported the application before.So is there any way to recover that?
    Thanks in Advance,
    Cheers,

    Hi Joel,
    The way u r directing me is quite ambigous........I have neither getting any options of Demostration nor the sample application...Can u be plz little more clear.
    I have register my name in the HTMLDB workspace & after exporting the application from there when i trying to import it in my application it gives version mismatch error.I m using 1.5 wheras the exported application user 1.6.Any way to avoid this problem?Otherwise i have to reinstall HTMLDB.
    Cheers,

  • HT1338 may i know how to find back my youtube after i have upgrage into iso6 inside my ipad2

    may i know how to finf back my youtube after i have upgate my ipad2 into iso6

    Sorry, no YouTube in IOS 6.
    You can use the iPhone version of YouTube or Jasmine
    http://itunes.apple.com/sg/app/youtube/id544007664?mt=8
    https://itunes.apple.com/sg/app/jasmine-youtube-client/id554937050?mt=8

  • How to update the editor properly after the source types change??

    Dear all;
    i'm using LLBLgen tools (o/r mapper tools) which helps me to create my BLL layer;
    recently i have upgraded from vs 2008 to vs 2013 and i got the following  bug :
    strange thing i have noticed is that if i tried to make any changes in db and updated it in llbl application then visual studio (after clean and rebuild the solution ) recognize changes only in the code behined editor but in the design editor if i
    tried to put gridview control and tried to populate it using LLBLdataSource control  then the gridview control load old fields not the new ones
    why this problem keep happening in the design editor but fixed in the code behind????
    so i tried to post this bug in LLBLgen forums and i got the following response :
    " the datasource controls sometimes act weird because vs.net doesn't update the editor properly after the source types change. This is unfortunately a problem related to the ASP.NET tooling for webforms.."
    so  any idea on how to fix this issue
    thanks
    Tamer El Morsi

    As your issue is related to ASP.NET and web forms, I suggest you visit the Microsoft ASP.NET site (link below) and post in a topical forum there:
    http://forums.asp.net/

  • How to update to Windows 7 after reinstall system from recovery disk of Vista

    Hi, Please I need your help, I have a Satellite L500, When I bought it  came with VIsta, and complimentary update to Wiindows 7, after they release to the market. I had to reinstall my system with the recovery  disk I had created, but I discover that Vista is working, and I can not find the way to update again to Windows 7. Do you know how to solve the problem.
    Thanks

    Please try the following:
    KB2845626 - Cached credentials are not updated when you change your password in Windows
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

  • HELP!!! i need help on how to update the core applications and system software.

    can anyone help me update my software for a blackberry curve 9300. i need to updat the core applications and the system software but i dont know how to do so. do i do it by my desktop or device

    Hi and Welcome to the Community!
    The simplest way is this:
    KB16068 How to update the BlackBerry Device Software through the web
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to get back my application ?

    Hi everybody...
    I created an application in htmldb.oracle.com and made preferences as run application only after completing my whole project.
    Now i am unable to see my application in the application builder nor am unable to recollect the application id number.
    What to do ??? to get back my application in run application with edit links option.???
    Help me !!!!

    Scott, great tip.
    I could even export the application I was locked out of.
    Isn't this a workaaround for a missing feature in APEX. A workspace manager should be able to reset the status of an application in my opinion.
    Anyway thanks again.
    -Arne

  • How to call Back end Bean method on Refresh (F5 from i.e.)

    I am very much new to JSF. I tried hard learning it. But I am not able to achive one thing.
    Question :
    How do we set some value in Back end bean when user presses F5(refresh from i.e)
    I have some root tag as given below. I tried checking properties of a4j:form but nothing seems to be releveant.
    <ui:composition>
         <rich:panel>
              <a4j:form id="FirstForm">
    I am kind of stuck with one week. Please provide help.

    Pasting the entire sample code. Here bBean is singleton.
    <ui:composition>
         <rich:panel>
              <a4j:form id="FirstForm">
         <table id="table" width="100%">
                        <tr>
                             <td style="margin-top: 8px;" class="fieldLabel" nowrap="nowrap"
                                  align="left" width="15%">
                             <p><h:outputText value="Option Name :">
                             </h:outputText> <span class="requiredField">*</span></p>
                             </td>
                             <td style="margin-top: 8px; width: 120px" class="fieldLabel"
                                  nowrap="nowrap" align="left"><rich:comboBox id="combo"
                                  value="#{bBean.selectedOption}"
                                  enableManualInput="false">
                                  <f:selectItems value="#{bBean.getAllOptions}" />
                                  <a4j:support event="onchange"
                                       reRender="FirstForm" BypassUpdates="false"
                                       ajaxSingle="true"" />
                             </rich:comboBox></td>
                        </tr>
                   </table>
              </a4j:form>
         </rich:panel>
    </ui:composition>
    </html>

  • How do you reload Camera application after it was deleted

    Any suggestions on how I restore the camera application to my iphone? It was erased during transit in a bag.

    There is no way to delete the camera App.
    Has it been moved to a different home page?
    Has it been restricted? Restrictions are covered on page 106 of the manual.
    If neither of these things are the cause then try a reset (page 34) or a restore (page 141).
    http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf

  • How to include HTML tags in a success message?

    I have seen a few posts on this topic in the past, but have not seen a definitive response...apologies if this has been answered.
    I would like to have a dynamic process success message that includes some HTML tags in it - in this case an anchor tag that can jump the user back to the object he/she just edited.
    So, I build up a dynamic success message in a page variable - say P10_SUCCESS_MSG - and set the Process Success Message field in the relevant Process to &P10_SUCCESS_MSG.
    The problem is that when the page template substitutes in my message for #SUCCESS_MESSAGE# it looks like it also escapes any HTML tags, so the markup gets displayed literally on the page.
    Is there any recommended way to override or get around this behavior?
    Many thanks,
    Bill

    I just noticed that it looks like the success message is passed around on the URL - when I look at my URL after a successful form process, I see &success_msg=BIG_UGLY_ESCAPED_SUCCESS_MSG_HERE embedded in the URL. If this is the case, I can see why - technically - it ends up getting escaped. Looks like I may have to figure out my own hack for success message processing - maybe some weird post-processing of a placeholder success token that I replace in a page 0 process or something...

  • HT4623 How to update itunes on iphone re: error message

    I am unable to download updates on itunes without getting an error message re can not connect to itunes. Yes I read all about this error message once you download ios (which I did) update, and how to correct it re: shutting off auto time/date, setting date ahead 1 year then trying to connect to itunes but it still does not work for me. Now I even tried changing my password. Still can not sign in. Now what?

    bobex wrote:
    Just plugged iphone 4 into mac to update my itunes,...
    That's Not how it works...
    bobex wrote:
    ... its saying i need to update my phone to itunes 10.6.3 but how ?
    Incorrect.
    What it is telling you is that you need to Update the iTunes Application on your Computer.
    iTunes free download from www.itunes.com/download
    Incidently... what type of computer do you have and what is its Operating System...?

  • How to update an Encore project after a small PPO change

    Hi guys,
    I am new and I *think* I know how to do this but I wanted to double check with you.  I did google around but was unable to find help.
    I have created a PPO movie with chapters, sent it to encore, and created menus etc successfully. I saw a mistake in the original footage while watching the disc I made. Its a small mistake.  So I went back to PPO and made my correction.
    In order to get this fix into my finished encore project is this how I do it ?
    In Encore :   File / Adobe Dynamic Link /  Import Premer Pro Sequence                ?
    which would result in brining in this sequence with chapter markers .   then I delete the original sequence and rehookup this new sequence to the menus. am I right?
    Please advise  ! thanks !!

    Hi all, I just thought I would update my note.  Turns out, I had to start over.
    Yes, there is the ability to "right click on the timeline and pick Update markers" with the goal of importing new PPO timeline that had changes. I think there is a point of no return once you burn a disc or disc image - which is what I had done.  With all the rendering that went on Encore can't deal with the project that way, at least right now.
    So, I first saved the menus I had created for the project to disk. Then I got into PPO and "send to Encore" again. It was just time consuming to reconnect all the chapters.
    FYI to anyone out there in the same situation.
    Oh and another interesting thing; The "mistake" I needed to correct in my project was an unwelcome clip that got stuck onto the very end of the timeline. I didn't know it was there until I saw the entire DVD. I think it was one single frame. So I googled "clip cut" etc in Encore and found that there is the ability to click on the clip and drag the small red/black icon with the arrow to the left to reduce the timeline.  I did that 4 times in a row each time generating an Encore crash.  Just think, if that had worked I wouldn't have had to start over.  Oh well!
    have a great day everyone.

  • How do I remove duplicate applications after installing Tiger 10.7.2?

    After installing Lion 10.7.2 I have ten duplicate applications, all are applications that are generally included in MAC software (ie DVD playe, iChat, iTunes, Mail, etc.). How do I remove the duplicates? I tried deleting one from the folder where I generally kept it, then replaced it with the newer version that loaded with 10.7.2. However, that created a duplicate again.

    Hi,
    I can (somewhat) speak for iChat.
    iChat should always be kept in the  Applications folder - so much so that it should not be put in any sub folder (I have heard of people putting it in an IM apps folder or lumping all Apple Apps in one folder).
    This unfortunately causes problems in Updating (iChat gets updated from time to time in OS Updates) and in Upgrades (Such as moving to Lion) as the Apps are not "in the right place".
    Does this help ?
    8:41 PM      Friday; November 25, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How to update/reinstall Adobe Application Manager?

    I have the Photoshop CS6 program, and I went to download the free trial, and the Application Manager opened up, finished the download, only to end with a pop-up box saying that "Adobe Application Manager failed to install". There was also a message that came up that said "Adobe Application Manager is corrupted and must be reinstalled". Not sure what to do here, someone help me out please?

    Hi Cdawg100,
    Welcome to the Community!
    Please update Abobe Application Manager manually from adobe website and restart the machine. Try the installation after that.
    Links to download application manager are:
    Windows : http://www.adobe.com/support/downloads/detail.jsp?ftpID=4773
    Mac  :  http://www.adobe.com/support/downloads/detail.jsp?ftpID=4774
    Thanks!
    Ankit

  • How to disable my java application after a few days

    I have a java application as a MyApplication.jar file. On clicking this .jar my application starts. I want to distribute this jar to my friends so that they can run the application and use it. However, I want my application to run only for a few days. The jar should become unusable after say 10 days and no one (including the people holding the jar) should be able to execute it.

    >
    ...I want to distribute this jar to my friends so that they can run the application and use it. However, I want my application to run only for a few days. >Just a wild guess. You don't have many friends*, do you?
    In any case, the usual way to approach this task is to write a key to the system that contains the first date the software was run, then check it each subsequent launch. If the 'first date' + 'allowable days' is before 'today', pop a message telling the user that the software has expired.
    As to how/where to store this information..
    You might use the Properties class to read/write the date property.
    Problems with this approach are
    a) Users adjusting their system clock to a previous date to get software to work again.
    b) Users finding and deleting the file containing the 'first date' property.
    c) Users leaving the software running for 173 consecutive days.
    d) * Users hating the software so much that they come and burn your house down.
    ( That last one is the real worry. ;)

Maybe you are looking for