Is there a replacement for 10g $ESBREQUEST variable in Mediator 11g?

In SOA ESB 10g, I have used $ESBREQUEST variable for data enrichment. I have used it the following way:
<xsl:param name="ESBREQUEST"/>
  <xsl:template match="/">
  <top:AffDataSyncWipCollection>
  <top:AffDataSyncWip>
  <top:recordId>
  <xsl:value-of select="concat($ESBREQUEST/s3:AccountField,$ESBREQUEST/s3:Code)"/>
  </top:recordId>
  <top:acctField>
  <xsl:value-of select="$ESBREQUEST/s3:AccountField"/>
  </top:acctField>
However, we are migrating to SOA Mediator 11g now, and for the same code, I get the following error:
ORAMED-01201:[Error in transform operation]Error occurred while transforming payload using "xsl/AcctCodeSegmentExistsResponse_To_AffDataSyncWipCollection.xsl" for target part "AffDataSyncWipCollection".Possible Fix:Review the XSL or source payload. Either the XSL defined does not match with the payload or payload is invalid. Cause:XML-22036: (Error) Cannot convert result tree fragment to NodeSet.
Would anyone be able to help me how to fix this issue in Mediator 11g?
I have read that data can be accessed using $initial.request variable. Could anyone provide detailed steps please?
Thanks much and any white paper or suggestion will be greatly appreciated.

May be you are looking on polling ability of DB Adapter which is definitely an option but I always suggest to use Oracle GoldenGate for such use cases.
Regards,
Anuj

Similar Messages

  • Replacement for 10g Forms&Reports standalone server in 11g?

    is there a replacement for the 10g Forms&Reports standalone server in 11g environment? Without the need to install Metadata Repository?
    thx, florian.
    Edited by: fschulze on Oct 16, 2009 1:12 PM

    I believe you can install the equivalent in Forms 11g.
    If you don't install Portal or Discoverer, then you are not required to install any Metadata repository.
    So the steps would be:
    1) Install Weblogic Server 11g
    2) Install Forms and Report Services 11g
    How will you call reports from forms though?

  • Is there a replacement for the canon 7d

    Is there a replacement for the canon 7d

    See this thread
    http://forums.usa.canon.com/t5/EOS/Is-there-going-to-be-another-canon-7d-with-ten-frames-a-second/m-...

  • Is there a replacement for CS6 coming out soon and what will it be called

    Is there a replacement coming out for CS 6 and what will it be called

    Adobe still sells CS6 (for now anyway).
    http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html
    Click the Buy button then I want to buy: Upgrade. Then complete your purchase.
    However, the days of upgrading every other version are gone. Before Adobe released the Cloud, starting with CS6, they amended the upgrade policy and were requiring upgrades with every version.
    But that all disappeared soon after when Adobe chose to discontinue perpetually licensed versions altogether last year and go 100% Cloud (subscription) only when they launched CC. They're still selling CS6 for those who insist on it but it'll no doubt disappear over time and there will be no CS7 perpetually licensed version.
    The future in Adobe's eyes without doubt is the Cloud, requiring monthly payments and automated periodic license checks on Adobe servers via the internet.

  • Is there a chance for 10g this week?

    Well, is there a chance to get the 10g Database for Linux this week?? Oracle said 10g Software will be out this year... that would be great because I am on holidays at the moment and this is exactly the very correct time to learn...

    I was talking to an Oracle rep last month and I joshed them about this. Basically, Oracle perceives no great demand from its customers for the 10G database. There are a lot of customers out there who are still running 8i (consider the posters to this site): if these people haven't made the transition to 9i in the last two years they are hardly likely to be gagging for 10g.
    Oracle have released the 10G software for which there is customer demand - App Server (because 9iAS is a bag of spanners) and JDev (because Java is a fast moving environment and there's lots of new, sought-after functionality in the new version).
    But Oracle's database software, even at 8i, is both highly stable and richly featured. The introduction of Regular Expressions and the MODEL clause for SQL might excite us technical types but it's not much of a business case. Apparently most of the companies that want the self-managing functionality are in the Beta test and so have it already.
    In short, 10G database is unlikely to see the light of day before the end of February.
    Cheers, APC

  • I'm unable to run AppleScript.app after upgrading to Mavericks, is this as it should be, and is there a replacement for AppleScript?

    When I navigate to the Applications/Utiilities folder, and attempt to open the AppleScript editor I get an error popup with:
         The document "AppleScript Editor.app" could not be opened.
    Has AppleScript gone away, or is my OS Installation broken?
    Thanks,
    CraigP
    Ok, so it's broken.  Any idea how to un-break it?  For example, is there Installation Media for Mavericks that I can burn and attempt a re-install with?

    Your installation is broken.

  • Is there any rule for the JAVA_HOME variable?

    Is there any rule or guideline about the JAVA_HOME variable regarding what should be its contents and how java applications should treat it? Or does it only depend on the particular application?
    If there is such rule, could you give me a URL?
    Thanks

    garava wrote:
    JAVA_HOME
    is an environment variable. It tells you where is your JAVA installed. It can be used to specify PATH for JAVA. It also tells you which JDK you have in your machine, alternatively you can also do the same using java -version.
    Bottom line is it is an environment variable for Java applications.This is misleading. The environment variable JAVA_HOME is used by some applications to find the JRE but it is not mandated by the JRE or the compiler.

  • Search/Replace for/with php variable name

    Hi all.
    I have just updated from Dreamweaver 5 to 5.5 and now I am missing a very handy functionality.
    What I want to do is to replace all occurences of $a with $b.
    In Dreamweaver 5 that was very easy by using "Find and replace":
    Find in: All open documents
    Search: Sourcecode
    Find: $a
    Replace: $b
    Active options: Match case and Match whole word !!!!
    Now in Dreamweaver 5.5 the option "Match whole word" is automatically disabled as soon as I enter a $ (dollar) in the search field.
    I assume this has something to do with regular expressions but I do NOT check the option "Regular expression" in the search and replace dialog.
    Is this a bug?
    What are my options now.
    If I don't have the possibility to to tick "Match whole word" my search does also replace all occurrences of $abc and $answer etc. with $b.
    Thank you for your help

    samet2011 wrote:
    I have Dreamweaver 5 and 5.5 running parallel on my computer.
    I can confirm that the way I described and used to use is working on Dreamweaver 5.
    I was the person who informed Murray that Dreamweaver CS5 and CS5.5 both behave the same way. I have just checked as far back as CS3, and it also disables "Match whole word" when you enter a dollar sign in the Find field of the Find and Replace dialog box. In fact, that option is disabled whenever you enter any nonalphanumeric character (except an underscore) in that field. It's not limited to dollar signs.
    Why it's not disabled in your version of CS5 is a mystery.
    However, to solve your problem, you don't need either a regex or "Match whole word". Simply type the name of your PHP variable followed by a space into the Find field. Also add a space after the name of the variable you're using as the replacement.
    What "Match whole word" does under the hood is to use a regular expression to find a word break. As long as you leave a space between your variables and any following code, simply adding the space to your search will do the trick.
    However, if you have cases where a variable is followed by a comma, closing parenthesis, or some other character, you will need to use the following regex:
    Find: \$variable_name\b
    Replace: $new_name
    The \$ looks for a dollar sign. The variable_name matches the literal text of the variable name (replace it with the actual text you're looking for). The \b matches a word break in exactly the same way as "Match whole word".
    In the Replace field, $new_name is the literal name of the new variable.

  • Is there a replacement for Lazarus (form recovery extension for Safari)?

    I used to use Lazarus to save form content (e.g., when a poorly designed site's page validation flushes all the content after finding something to nitpick).  After upgrading to Mavericks a few weeks ago, I noticed that Lazarus was no longer working.  The developers site (http://getlazarus.com ) is still active (though the "contact us" form fails to accept any submissions), but there doesn't appear to have been an update to the extension for over a year.
    Is there any other extension/trick for saving Safari form content (and repopulating it when returning to a form/field)?

    I, too, was sad to see Lazarus break.  It appears the developers abandoned it, and certainly aren't paying attention to Safari usage.
    I've found this to be a passable alternative:  http://userscripts-mirror.org/scripts/show/42879
    This can be installed via any Safari extension that can inject userscripts into webpages, like the old "NinjaKit" or the new "Javascript Blocker."

  • HT204266 Is there a replacement for Adobe flash for ipad2?

    I am trying to watch a video, which pops up from a website.

    No Flash for iPads, iPhones, or iPods
    Here's why there's is no Flash available for iDevices or other mobile devices. Adobe was unable to provide a product that was suitable to the needs of battery powered mobile devices used for Internet browsing. Existing Flash technology used too much memory, ate battery life, and was buggy. Simply put Flash did not work well on mobile devices.
    Apple's Steve Jobs led the escape from Flash dependency when Apple introduced the iPhone, and later introduced the iPad. There was a hue and cry over the omission. Time proved Jobs was right on target.
    So this is why there is no Flash for your iPhone or iPad or iPod nor for most SmartPhones. Flash has been abandoned by many sites in favor of supported technologies such as HTML5 or by providing their own custom app.
    Here is Steve Jobs official comment on his momentous decision to omit Flash from iDevices: Steve Jobs on Flash.
    Here is Adobe's later announcement to cease development of Flash for mobile devices: Adobe on Mobile Flash.
    Now, you are not necessarily out on a limb. There are some apps that can display some Flash, but don't count on there ability to display anything using Flash.
    Apps that can display some Flash from the Web:
    Puffin
    SkyFire
    Photon Flash
    Browse2Go
    iSwifter
    Also, note that many sites that use Flash provide their own app for accessing their material. So check with your favorite sites and find out if "there's an app for that."

  • Is there a replacement for Adobe Flash Player?

    An Adobe vulnerability was recently used to access many U.S. Government sites including my own personal Information data, along with thousands of others. Is there any way to break the Adobe monopoly? For more info on the break in, see
    http://www.justice.gov/usao/vae/news/2013/10/20131028lovenr.html

    Thank you very much. It may take me some time to evaluate the Shumway project, but I truly appreciate the opportunity you have provided me.
    Best Wishes
    ....DriftyPete

  • Is there a replacement for Photosmart Premier photo editor for Windows 8 ?

    I just upgraded to Windows 8 with a new HP computer but I have lost a fabulous photo editor Photosmart Premier. The drivers on my OEM cd would not install so I have downloaded all the drivers for my C4680 colour printer for Windows 8 but Photosmart was not included. Is it called something else now and I have just missed it? Thanx for your consideration. SB

    Hi SnowBird43x80. It does appear the HP Photosmart Premier photo editor is not available for Windows 8.
    The replacement software is called HP Photo Creations and is available here:
    http://www.hp.com/global/us/en/consumer/digital_photography/free/software/photo-creations.html
    I hope you find this helpful.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Is there a replacement for avery labels software in Lion

    I just spent an hour battling one of the clumsiest pieces of software I've ever dealt with in three decades of computer use. Avery labels! Used to be a snap, under (gulp!) Windows, but now it's an unmitigated disaster.*
    I have tried to use OpenOffice without much improvement; and I haven't found anything in Pages that really helps.
    And it's not nice of me to bite my wife's head off when she asks me to do "a couple of labels for my latest submission." It's not her fault -- it's Avery's!
    * I cannot set one format for multiple labels -- neither justification nor size -- and have it stay from one label to the next. Often when I copy and paste an address (or in this instance, title, copyright date and size for a piece of art), Avery decides to change the size on me. But when I change it back to what I had originally set . . . it accepts that. Egad!
         Also, I printed up a bunch of labels, saw some were no good. Decided I'd change them (even more than once) and print them below the existing ones. But on the same page? No way. Avery won't let me erase more than one at a time. Double egad!

    Disregard this request.  I found the Lion version of AM in the \applications\utilities folder.
    I have a similar problem.  The version of AM in my Applications folder does not work since upgrading from Snow Leopard.  When I click on the app file I get a screen splash saying "You can't use this version of the application Activity Monitor.app with this version of Mac OS X. You have Activity Monitor.app 10.5."  I did a finder search and this is the only version of AM.  When I downloaded OS 10.7.2 from the Apple Store there was no instruction to delete the old copy of AM prior to install.  I now have 10.7.5 and still no activity monitor.  Is there any way to download AM as a stand alone program?  Do I have any other options for reinstalling this valuable program?

  • Is there a replacement for proctool in Solaris9 sparc ?

    Hi, we're used to proctool to get rid of some processes, using proctool in Solaris 2.6, but since our upgrade to Solaris9 all we got was prstat ...
    Proctool was easy as right clicking the process and killing it.
    Are there another tool in Solaris SPARCE 9 to replace it ?
    Thks.

    Hi
    Try use sdtprocess.

  • Is there a replacement for an ATI Radeon 9600XT??? and where is it?!

    My ATI Radeon 9600 xt is overheating, sticking and acting crazy...thought about putting a fan (band aid ) on it...but would rather replace it...any other compatible cards with a dual DVI and tv port? Everything online seems to be either discontinued or refurbished for over $200...help!
    thnx in advance

    Most of the AGP cards have been discontinued as PCI-e is just so much better. You might try checking at computer repair shops that aren't big business like Bestbuy & such, they may have older cards you could buy, or try on places like Ebay/Amazon/Pawn shops/etc.
    The 9600 xt isn't dual DVI either afaik. I believe it's just TV, DVI and VGA.
    Otherwise you could take a look at these:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16814187122
    http://www.newegg.com/Product/Product.aspx?Item=N82E16814130465
    http://www.newegg.com/Product/Product.aspx?Item=N82E16814187045
    http://www.newegg.com/Product/Product.aspx?Item=N82E16814130452
    etc. down the list.
    Here's the rundown I was pulling from as well. Some of them have HDMI output instead of the S-Video as well.
    http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&N=100007709%2060000785 0&IsNodeId=1&name=AGP%204X%2f8X

Maybe you are looking for