Destributed Transaction between Informix and Tuxedo using WLE!!

Hi,
We have a client who is using tandem for years,and we suggest him to use the
J2EE solution for the next generation!So...we need to know whether the WLE
support the JDBC ->informix(or any other database) and jolt (or JET) can be
commit or rollback in a transaction!!It's very important for us to know
which product(WLS or WLE and Jolt) to order!!
Thank you very much!!
Best Regards,
Rex

Hi,
Jolt does NOT propagate transactions from WLS to Tuxedo. So in your example, the Tuxedo service is either called outside the context of a transaction, or if you started a transaction with Jolt, the Tuxedo service executed in the context of a separate transaction unrelated to the WLS transaction you started in the servlet. The ONLY way to get transaction propagation from WLS to Tuxedo is by using the WebLogic Tuxedo Connector. WTC will properly propagate the WLS transaction context to Tuxedo and any called Tuxedo services will occur within the context of a single distributed transaction.
To answer your question specifically about how to keep the transaction status after the Jolt exception, you would need to suspend the transaction prior to making the Jolt call. My guess is that the servlet container is rolling back the transaction as a result of the exception. Suspending the transaction won't affect the way transactions are working right now with your application, although it makes it clearer that the Tuxedo call isn't part of the transaction.
I hope this explains what's happening and hope that you weren't expecting the Tuxedo service to be part of the transaction.
Regards,
Todd Little
BEA Tuxedo Engineering

Similar Messages

  • Data Replication Between Sqlserver and Oracle11g using materialized view.

    I have Sqlserver 2005 as my source and oracle11g as my target.I need to populate the target daily with change data from source.
    for that we have created a dblink between sqlserver and oracle and replicated that table as a Materialized view in Oracle.
    problem we are getting here is Fast refresh option is not available.each day it will pick full data from the source.
    is there any way to use Fast refresh in this scenario??
    Thanks in advance.
    Regards,
    Balaram.

    Pl do not post duplicates - Data Replication Between Sqlserver and Oracle11g using materialized view.

  • I need help syncing my contacts between Outlook and iPhone using iTunes. I followed the steps given and ended up with just email addresses showing in my contacts even though I have phone numbers and snail mail in my Outlook Contacts. Using  Windows 7

    I need help syncing my contacts between Outlook and iPhone using iTunes. I used the knowldge document and set it up to transfer my Outlook contacts to the iphone using itunes.
    In contacts on the iphone I only see the email addresses.
    Yet in Outlook I have email, snail mail and phone numbers.
    I followed the knowledge document from iphone.
    I did it once, didn't work so deleted all the contacts from the phone and tried again. Same result. I have a PC using Windows 7 64 bit.

    You can't access an Exchange account via ActiveSync with the Address Book and iCal on your Mac.
    You can access a MM account with Outlook on your PC at work and keep your MM email account server stored mailboxes synced between your PC at work, your iPhone, and the MM "cloud". Not sure about syncing MM contact info and calendar events with Outlook at the same time with an Exchange account.
    This will not provide for syncing your Exchange account contact info and calendar events with the Addresss Book and iCal on your Mac because the accounts are separate.
    You can access an Exchange account and a MM account at the same time with the iPhone's mail client, and sync contact info and calendar events over the air with both accounts at the same time. You can view combined contact info or separately for each account, and the same for calendar events.

  • Is there a way to sync my saved user ids and passwords between Mac and iPhone using iCloud?

    Is there a way to sync my saved user ids and passwords in Safari between Mac and iPhone using iCloud? Like I can do using Chrome for Mac and iOS...

    You three would do better to sync to google directly.  Google has a blackberry app that will allow you to sync your contacts and calendars.  The app isn't perfect, but it works reasonably well, especially if you're just using one calendar to sync.
    Then there's plenty of ways to sync those to your iPad using Google, including Exchange, or simply adding it as a google account.
    As for iCloud, there really isn't any supported or unsupported method to do what you're trying to do, at least at this time.  If there is, it would definitely be a hack and I would be wary of risking your contact or calendar data on it..

  • Transactions between Min and Max dates

    Hey all,
    I have a requirement to extract data between min(transdate) and max(transdate), i got to do this using a single query, i used two queries, ie. 1 select for selecting the max and min dates and my second query to get the transactions. Can some one give me an idea to solve this, as Max & Min functions are not allowed in the where clause.
    Thanks in Advance
    - Eric

    Why single fetch if you want effeciency then use analytic function
    SQL> SELECT empno,ename,hiredate FROM
      2  (SELECT empno,ename,hiredate,MAX(hiredate) OVER (ORDER BY empno) m,
      3          MIN(hiredate) OVER (ORDER BY empno) mi FROM emp)
      4  WHERE hiredate BETWEEN mi AND m;The least and greatest function returns the smallest and greatest value in a list of expressions.
    The syntax for the least function is:
    least( expr1, expr2, ... )
    Khurram

  • Integration between Forte and Tuxedo

    Hi all,
    I have some specific questions regarding Forte and Tuxedo integration :
    - Can I code Tuxedo services using TOOL insted of C/C++?
    - Would this services be available to other aplications coded in VB or
    PB?
    - Who is in charge of the transaction Forte or Tuxedo?
    - If Tuxedo is the transaction mgr, can I include forte transactional
    objects to these transactions.?
    Any other comments about tuxedo and forte will be apreciated as well.
    Thanks in Advance
    Israel Romero
    [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Moderator message - Duplicate post locked

  • Sharing transaction between regions and creating new records

    Hi all,
    To simplify my scenario, I will use HR scema.
    I have a fragment department.jsff. This one is showing records from a Departments table in a panelFormLayout. In here I have a button NEW that is bound to the CreateInsert operation from Deparment collection from HRDataControl. (so the ActionListener for the button is "#{bindings.CreateInsert.execute}".
    This department.jsff has a task flow as a region (customer-tf) with input parameter. So in departmentPageDef, customer-tf is an executable with Refresh:ifNeeded and a parameter value: #{bindings.DepartmentId.inputValue}. The customer-tf, has as a default activity method call - which based on the input parameter value executes a query (viewcritwria) for Customer table, and than shows in a table Customer collection from HRDataControl.
    So far so good. When I run the page, first record from Departnent collection is displayed in the form, the right value #{bindings.DepartmentId.inputValue} is passed as a input value to customer-tf, proper query is done for Customer collection and proper customer records are displayed in the customer region.
    The problem I have is when the New button is pressed.
    If on customer-tf for Transaction behavior I set: <No Controller Transaction> and "Share data controls with calling task flow" unchecked (so isolated), than when New button is pressed, new department record is created, and customer table shows no records. The customer-tf was restarted with a input parameter value of -10 (since DepartmentId is of type oracle.jbo.domain.DBSequence in Department table.) That is excellant.
    But I want to share transaction. So if on customer-tf for Transaction behavior I set: <Use existing Transaction if possible> and "Share data controls with calling task flow" checked (so shared), I am tracing that new record is created in Department entity, but customer-tf is restarted with the old value of DeparmentId #{bindings.DepartmentId.inputValue}. New record is never shown on the page.
    I want to be able to share transaction and data control. Somehow is second scenario, like a sharing prevents bindings value (#{bindings.DepartmentId.inputValue}) to get new value of -10.
    Am I doing anything wrong??

    I have figured it out.
    The transaction management and sharing data controls.
    It is different when the task-flow:
    a) is a region inside a page or fragment (in here you are controlling only sharing data controls declaratively)
    b) is called with a task low call activity from another flow and has a task flow return point (in here you are controlling transaction declaratively + sharing data controls)
    I figured out this by carefully rereading from Fusion Developers Guide: chapter 18.3 (Managing transactions) , and chapter 16.4 (Sharing data control instances)
    Regards

  • Reliable messaging between XI and BizTalk using SOAP

    I came across this document describing how reliable messaging between XI and BTS can be implemented using the SOAP extensions. This document has been authored by
    - André Fischer, Project Manager CTSC, SAP AG
    - Matthias Allgaier, Consultant XI, SAP Deutschland AG & Co.
    - KG Jürgen Daiberl, SAP Program Manager CTSC, Microsoft Corporation
    Does anyone know if the prototype code is available for download from SDN or elsewhere? A search on SDN did not produce any results...
    Thanks.
    - KishenM

    Larry,
    Let me see if I understood this - You need to use the SOAP adapter to integrate with BizLink. Bizlink Provides its own SOAP Header and hence you are not sure how to do this.
    Got a few questions,
    1. Has Bizlink given you a XSD / WSDL. Does this have the entire SOAP Payload including the SOAP Header and SOAP body? If yes, create the mapping as needed and instead of the SOAP adapter use the HTTP adapter or use the SOAP adapter and in the SOAP adapter select option Do Not Use SOAP Envelope.
    2. If you do not have a XSD that contains the entire SOAP Enevelope - SOAP header and body then use XSL or Java Mapping that creates this output structure and use the SOAP adapter with the DoNotuseSOAP Envelope option or the HTTP adapter.
    The SOAP adapter in the DONotUseSOAP Emvelope mode basically becomes a http adapter.
    Regards
    Bhavesh

  • How can i log transaction codes, programes and tables used by a user?

    Hi everyone,
    i need to log transaction codes, programes and tables a user has used in a certain time. how can i trace that and is it possible with timestamps?
    i tried something with the badi workload_statistic but thats not what i need. is there a simple function which can do that or is this really much more complicated?

    In SE13 there is an option to log table changes for a table.
    If you search for "SCU3" you will find plenty of information on this. Also search for "RECCLIENT" (without the "/") and you will find some more specialized threads.
    Cheers,
    Julius

  • ITunes 7 - syncing between Mac and PC using network

    I thought there was an announcement today that Apple had made it easier to copy your iTunes library between Mac and PC with or without using an iPod.
    I have not been able to find such an option in the iTunes 7 menus on my mac or pc. I could copy the library using standard network file copy, but then I would lose the playlists and settings.
    Anybody know the new way to copy/sync a mac and pc itunes library while keeping playlists and settings?
    Intel iMac 20" stock mem & drive   Mac OS X (10.4.6)   OS & apps are excellent; hardware could use some QA

    Welcome to Apple Discussions, saucyandbossy
    If your family uses Windows® and has or will add the latest version of AIM® to their PC, launch iChat on your Mac, add their buddy name(s) (AIM Screen Name) to your iChat Buddy List, and contact them like you would any other iChat contact. If you need help adding buddy names, search your Mac's iChat > Help for "Adding people to the buddy list" (without the quotation marks).
    If your family has problems setting up or using AIM®, or if they choose not to use it, both you and your family can download and install your respective versions of Skype and use Skype as your cross-platform video chat application. Skype offers comprehensive help at their website, including a dedicated Skype Forum. For those who have trouble connecting iChat and AM® (some do), Skype currently seems to offer the easiest to use, free, cross-platform video chat connections.
    EZ Jim
    PowerBook 1.67 GHz w/Mac OS X (10.4.11) G5 DP 1.8 w/Mac OS X (10.5.2)  External iSight

  • Intercompany business transaction between US and France (EU)

    Hi
    Can any one tell how the intercompany business transaction works between a company code in US and another company code in France (EU countries).  I have intercompany where both the company codes are within USA, but not sure how to understand the legal and other things to set up this transaction.
    I would like to know the business process and please do not reply with configuration details.
    Thanks
    Suddu

    You can just try using Search functionality in the forum to find the answers. I am sure you will find plenty of answers for intercompany business process.
    Regards,

  • My startup disk is "almost" and sometimes full, HD space fluctuates between 500 and 900GB used?

    so I bought an HD big enough to prevent this happening but I get the on error that makes me quit all app on a daily basis.  I check on info and says that HD sometimes has nearly 900GB used and other times 500 and bit, in both ocasions have checked after the error appears and despite the difference between available space forces me to quit all applications anyhow.
    1.-  I dont understand why the massive fluctuation!?
    2.-  I resist to believe that you must keep less than 500 GB in your hard drive if you have bought a more expensive HD (1T) so surely there must be something wrong.
    3.- Admitely am a newby to mac so half the posts already answered here do not make any sense to me as they are very high spec with terms am not yet familiar with, if you can help me using basic guidelines and steps to follow you would make my month as I cant even work here anymore, am about to despair, have tried all possible options including the failed Mckeeper which I had to remove with Mac cleaner application in the end, Onyx and I review my files constantly, emptying the bin etc except checking if any email was been sent countless times and stayed stuck somewhere in my system as I read somewhere because I just dont know how to do that, it might be an option.
    I also have an annoying pop up from BT showing up every now and then as well which tell me I have given permission and which havent got a clue how to cancel, this makes me wonder if is there something like a virus trojan or similar mac equivalent on my system causing all of this problem.
    I'm sorry that I migrated to avoid these kind of problems but found a lot easier to run an antivirus on my pc than trying to solve a mac problem! Please help me

    First, empty the Trash if you haven't already done so.
    Use a tool such as OmniDiskSweeper to explore your volume and find out what's taking up the space.
    Proceed further only if the problem hasn't been solved.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To really see everything, you have to run it as root.
    Back up all data now if you haven't already done so. No matter what happens, you should be able to restore your system to the state it was in at the time of that backup.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the page that opens.
    After installing ODS in the Applications folder, drag or copy — do not type — the following line into the Terminal window, then press return:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    I don't recommend that you make a habit of this. Don't delete anything while running ODS as root. When you're done with it, quit it and also quit Terminal.

  • Has anyone tried home sharing between mac and windows using parallels on the same machine?

    I recently purchased a mac, and plan to set up parallels for windows and windows 7 so that I can use the Windows version of Over Drive Media Console from the library and download WMA files in windows (limitation with mac version for wma downloads). I would like to synch to iTunes on the Mac iOS, but will need iTunes available in Windows to transfer the books I download in WMA format from the library to my iphone. Has anyone tried this? Any success or suggestions would be appreciated!

    In case anyone is interested, last night I installed Paralells, Windows, Overdrive Media Console on Windows, and then was able to download my book in WMA format. I was hoping parallels would allow me to crossover sync to iTunes on the Mac and have Overdrive recognize that I had iTunes open, but I had to choose Windows or Mac when connecting my phone through the USB and had to choose Windows in order for it to successfully transfer. I was able to get it to work it is now synced to iTunes in Windows. The nice thing was that it pulled in all my music/apps that I had set up in the Mac side, so I didn't have to go through that exercise again. I tested it on my old phone. Now I need to decide if I want to set up my current phone on Windows or Mac, it seems that once synched it only opens the device in windows, I haven't figured out how to force the choice between mac or window again. If I do windows, I can't take advantage of the cloud or iphoto/imovie directly. I'm totally new to mac, but I think I'll have to import my photos manually.

  • How to introduce Space between currencyCode and number using convertNumber in adf

    Hi,
    We are trying to use the af:convertNumber tag inside the af:outputText to apply the currency code in front of the number.
    We would like to introduce a space between currency code and number by using the currency converter.
    Sample code snippet is as below.
    Eg.
    <af:outputText value="#{pageFlowScope.myManagedBean.annualSalary}" id="aot8">
        <af:convertNumber type="currency" currencyCode="USD"/>
    </af:outputText>
    Output shown from the above code is as: USD11,234.00
    but we want to display as : USD 11,234.00(space after USD)
    Please suggest us as what we can use to achieve the above requirements.
    we are using jdev version 11.1.1.5.0 on windows 7 OS.
    Thanks,
    Shivaji

    Timo,
    if we use value="USD #{pageFlowScope.myManagedBean.annualSalary}", other default formats for the number will not work, it will treat as a string, even if we pass the number/bigdecimal type to the outputtext.
    And if we write two separate output texts that will be bad way, to achieve this, as we have many fields to apply the same in our application.
    Looking for better options on this.
    Thanks,

  • Need help sharing internet connection between pc and mac using airport

    Hello
    I have a PC with an internal modem that connects to the internet via 3g+. it's got wi-fi as my macbook.
    i want to share the internet connection of the pc via wifi (using what is called an "ad hoc" connection ( a pc to pc network)) so that the mac can connect to the pc (via wifi) and use its internet connection.
    i've already tried a bunch of things but they don't work, can someone help me or tell me where i can find a GOOD guide to do this? (i've already looked around but i haven't found anything that works)
    thanks

    Hi. I'm not sure if this helps, but I just found a nice way to do it the other ways around (share the internet from your mac with your pc).
    See: http://echeng.com/journal/2009/07/06/encrypted-internet-sharing-between-mac-os-a nd-windows-xp/
    Specifically, step 4 and 6 are crucial!:
    1. In Mac OS X, enable Internet Sharing to computers using Airport
    2. In AirPort Options, select 128-bit WEP encryption and enter a 13-character password
    3. In Windows, add a new wireless network
    4. Enter the SSID and select WEP encryption with Shared Network Authentication (not Open)
    5. Uncheck “The key is provided automatically” and enter the 13-character password
    6. In the Authentication tab, be sure that “Enable IEEE 802.1x authentication” is unchecked
    The main idea is that MAC-WEP and PC-WEP are not quite the same, so this tweak makes them line up. Perhaps you can do it the other way around from PC to MAC by sort of reversing the idea?
    Hope that helps you!

Maybe you are looking for

  • Device associated with my Apple ID in iTunes

    Hi, There is one more device associated with my Apple ID and I cannot figure it out whose ID that device belongs to. It has been a long time now that device is still linked with my Apple ID for all downloads and purchases from the iTunes App Store. H

  • How to export special characters into an XML file?

    Dear experts, We read files from our customers and save data into our customized table without any character changed, including some address fields. In those address fields, some special characters (not in our code page) are also kept. When we want t

  • AppleScript: Waiting for a user to enter user name and password

    I'm currently working on an AppleScript designed to automate binding a computer to Active Directory and another script to install a login certificate. While you can create a UNIX shell script for the Active Directory binding, I found that you have to

  • Custom Report: Actuals paid by Fiscal Year- multiple Columns

    Has anyone created a "time-scaled" InfoMaker report using "actuals paid"? We would like to create a report that shows actual payments made on each project broken down by fiscal year... so a single project may show actuals paid for FY 07-08, FY 08-09,

  • Since 2.0.2 Google Reader can't keep me logged on

    Hi, I use Google's Reader webapp for reading my rss subscribed feeds on my desktop and iPhone 3G. This used to work great but since I updated my iPhone to v2.0.2 I have to log on to Google Reader every time I open the bookmark. Before 2.0.2 my login