Attempt to register more than one resource in transaction

Hi,
What is the solution to the error message " Attempt to register more
than one resource in transaction"?
I received this error today after converting some DataSources in an
existing project to TXDataSources. The database is Oracle 8 using the
Thin drivers.
I'm certain that I've been able to have multiple resources in the same
transaction in past projects on other servers, so it must be some
server configuration issue. Thanks.
Frank

Hi Frank
Are you using an XA driver ?
sree
"Frank LaRosa" <[email protected]> wrote in message
news:[email protected]..
Hi,
What is the solution to the error message " Attempt to register more
than one resource in transaction"?
I received this error today after converting some DataSources in an
existing project to TXDataSources. The database is Oracle 8 using the
Thin drivers.
I'm certain that I've been able to have multiple resources in the same
transaction in past projects on other servers, so it must be some
server configuration issue. Thanks.
Frank

Similar Messages

  • Register more than one recipient in SM36 Recipient Determination

    Dear all
    Is it possible to register more than one recipient in SM36?
    I want to send the function report by backgroud job and send the report to multi-parters automatically.
    Now I have to use third party mail address as a transfer and config the route in external mail exchange to carry out such case.
    thanks a lot.
    Slam

    Hi,
    You can create a distribution list in the transaction SO23...Then use that distribution list in the spool recipient..
    In the distribution list you can give multiple email addresses..
    Thanks,
    Naren

  • WebLogic Error : Registered more than one instance with the same objectName

    HI there, I'm facing a big problem. I have two environments installed on the same physical machine.
    I have ALSB and WLI servers running out there.
    Environment 1 - WLI port running at 7011 domain name : stp_wli_domain and ALSB port running at 8011 domain name: stp_alsb_homo1 - folders- stp_wli_domain / stp_bea_alsb_homo
    Environmnet 2 - WLI port running at 7211 domain name : stp_wli_domain2 and ALSB port tunning at 8211 domain name : stp-alsb_homo2 - folders - stp_wli_domain2 / stp_bea-alsb_homo2
    Everything was working fine, but these days I had install new deployments on both environment and I got this error :
    java.lang.IllegalArgumentException: Registered more than one instance with the same objectName : stp_wli_domain:ServerRuntime=wli_wls01,Name=stp_wli_domain,Location=wli_wls01,Type=AIRuntime new:com.bea.wlai.management.AIRuntimeMBeanImpl@bcf22dc existing com.bea.wlai.management.AIRuntimeMBeanImpl@de02e6c
    The weird is : There is no same object name, as you can see, domains are different, folders are different and ports are diferrent, including multicast addresses.
    Have you guys seen this before ?
    I'm under pressure here, 'cause some projects had stopped to work.
    Please I would appreciate any help.
    Tks.
    Edson

    HI there, thanks for attention..
    See ...
    There's a lot of confusion with these env's .
    I did not built this, so... I'm cleaning my hands.... anyway... :)
    I must fix....
    Well basically if we have two env's, so we have different project each one right ?
    Ok, but I was told that if you have on the same network and same physical machine the name of AdminServer as "AdminServer" in all domains, so it goes with problems... I never heard about it... but is a good practice you put the names for example :
    WLI - WLIAdminServer
    ALSB - AlsbAdminServer
    WLI2 - WLiadminServer2
    ALSB2 - ALsbAdminServer2
    I would do it.. this way..
    But how it wasn't me...
    We got..
    WLI - WliAdminServer
    ALsb - AdminServer
    WLI2 - AdminServer
    ALsb2 - AdminServer
    Have you got it ?
    So... I was told that this could be a problem, almost all AdminServers with the same name... guess what ?Some Projects are back to work. but not at all.. only some.. so I 'm breathing better now... but I would like to know if you seen this before ?
    I would appreciate your help again.
    Unfortunately there's no detailed stack trace to track this
    Tks.

  • "A script is already running" while attempting to run more than one item

    We upgrade recently to ODT 11.2.0.3.20. Since then, attempting to run more than one item from the Solution Explorer (by selecting the items, right-clicking, and selecting "Run") results in a popup error of "Oracle Developer Tools. A script is already running". If many items are selected it results in many error messages and only a random few of the items are actually executed on the server. Also, choosing "Run On" now results in it prompting for the target database for each item selected (rather than once for all items selected like it used to). This all used to work fine in the earlier release we were using. Has anyone else run into this? Any fixes? We used to use multi-select and "Run" or "Run On" to deploy multiple items at once, but this no longer works -- doing one at a time works, but if you have hundreds of items to run, this quickly becomes unusable.
    Thanks for any insight.
    - Josh

    cshay wrote:
    I don't believe that the intention was for you to be able to run a bunch of scripts one after the other. Often there are dependencies between scripts anyway and so you you have to order them. Because we're generally deploying a large set of stored procedures (and not just one-time scripts) the order doesn't really matter -- even if a stored procedure gets created before one it depends on, once all the SPs are on the server, the ones that are "invalid" will compile correctly once you execute them.
    I think a lot of people are creating master scripts that references child scripts using the "@" sql plus syntax.... have you tried that?
    I'll give that a try as a work around. Only issue I have with that solution is every time we add or remove something from the solution, we also have to update the script.
    We are doing a lot of enhancements to our script generation in the coming year. Keep an eye out for a beta to test.
    Like I said, this used to work fine in the older versions of ODT. It seems like the new version is attempting to execute multiple items at once on the same connection simultaneously, thus resulting in the "A script is already running" error. The old version used to be smart enough to execute them one at a time -- so something changed in a more recent version to completely break "Run" and "Run On" when you have more than one item highlighted (even just highlighting 2 items and choosing "Run" runs the first item, but then gives the error for the second item).
    Christian- Josh

  • Exception MDSLockedSessionManager already registered. Can't register more than one.

    I've migrated my application from 11.1.2.1 to 12.1.2 using JDev 12c.
    I can deploy it to my standalone weblogic  without problem.
    But when I access it I get exception:
    java.lang.Exception: MDSLockedSessionManager already registered. Can't register more than one.
            at oracle.adf.share.mds.MDSTransManager.registerMDSLockedSessionManagerInst(MDSTransManager.java:131)
            at oracle.adf.share.mds.MDSTransManager.registerMDSLockedSessionManager(MDSTransManager.java:123)
    The stack trace starts in my custom filter:
        public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException,ServletException {
                chain.doFilter(request, response);
    What do I wrong?
    Thanks,
    Lukas

    Check all meta data in any descriptors. I bet there is a duplicate entry in one of them (e.g. weblogic-application.xml)...
    Timo

  • Can you register more than one PayPal Account?

    Can you register more than one PayPal Account?

    Hi;
    You can register multiple PayPal accounts with Adobe FormsCentral. (However, you cannot register the same PayPal account in multiple Adobe FormsCentral accounts.) The most recently registered account appears in the PayPal account text box by default.
    Thanks,
    Josh

  • Can I register more than one iTunes account on my Apple TV

    Hi all, am I able to set up more than one iTunes account on my Apple TV? My flatmate and I have different files on our computers, so we'd like to have both of our stuff on Apple TV. Is there a way that we can either register both of us or just switch between the users?
    Thanks

    Your question states that you already have an tv, so I'll restrict the answer to the current model only. You also ask if you can both have stuff ON the tv, from which I then assume you are asking if you can sync from both computers to the tv which you can't.
    Only one computer can provide the primary library and sync content to an tv, you can of course set the other computer up to provide a secondary library and stream content to the tv from it when it is on with itunes running.
    (Please excuse my unsupported nomenclature)

  • Synching with more than one computer and attempting to delete more than one

    Rage is not the word. I have been having the worst time with this thing! UGH! 1st I have more than one computer that has different music on each, but this thing will only sync with 1 and delete anything from another library already added. CRAZY! Second I wanted to rip my cds to my computer without being connected to the internet and itunes won't recong the music added at a later time. I have to be connected to the internet for it to Id the music as I am ripping...CRAZY! Then I was attempting to delete the duplicated music that was not Id and it would only allow me to delete one song at a time...CRAZY! Is there a way to have this thing synch with more than 1 computer? Delete songs in a group and not everything in sight. If so how and if anyone has any remedies for the rest of this craziness I would be most appreciative. I took me forever to even figure how to get to the point to post this. I beginning to feel very sorry I bought this thing. I thought I could rip my cds, and use my work and home computers to synch with it. Please someone tell me I wasn't wrong for making this assumption. Will I be able to sych with other ipods? I bought this thing thinking I could was I wrong. I haven't even attempted that yet. I have an 80 GB ipod

    "I have more than one computer that has different music on each, but this thing will only sync with 1 and delete anything from another library already added"
    You can't "sync" that is automatically update an iPod from multiple libraries or computers. If you want to connect and use an iPod on more than one computer you need to change the update preference in the iPod Summary tab to "Manually manage music and videos" and click Apply.
    Using iPod with Multiple computers
    Managing content manually on iPod
    "I have to be connected to the internet for it to Id the music as I am ripping"
    That's correct, iTunes (and other music programs) downloads the information from an online database that contains the details of many thousands of CDs.
    "Delete songs in a group and not everything in sight"
    Click on the first track you want to delete in a list, hold down the shift key and click on the last one, this highlights everything in between. Press the delete key
    "Will I be able to sych with other ipods?"
    What do you want to sync with other iPods, iTunes? You can't sync one iPod with another, you can only update from iTunes. If you are adding a second iPod for your own use, just connect the new iPod to your computer and follow the on screen instructions. It will update from your existing library. Depending on the size of your library and the type of iPod you choose you can have it update all songs and playlists, selected playlists only or you can manage it manually. You can also have a look at this page:How to use multiple iPods with one computer
    You might also be interested in this page: iPod Fast Start: The New User's Guide to iPod

  • When attempting to view more than one PO PDF in a row in BWC-Orders, the following error occurs.

    1. Responsibility: Purchasing
    2 Navigate to Buyer Work Center
    3. Go to Orders (View: My open orders)
    4. Choose the first PO on the list, then select 'View PDF' and then 'Go'
    5. 'Save' or View PDF
    6. Close PDF
    7 Back in 'Orders' page again
    8. Choose the next PO on the list, then select 'View PDF' and then 'Go', Getting error:
    "You cannot complete this task because you accessed this page using the browser's navigation buttons (for example, the browser Back button)."

    Any one give the reply

  • ITunes Won't Burn More Than One CD at a time...

    (I am sorry if this is in the incorrect forum)
    When I attempt to burn more than one CD (one right after the other) using iTunes I get an error message stating that the computer cannot calibrate enough laser power...and it spits the CD out. If I wait a few hours/restart it works again— anyone know if this is just an iTunes problem?
    Thanks,
    Krista

    Maybe I misunderstood your post, but this sounds like a suggestion rather than a problem.
    You can provide iTunes feedback here:
    http://www.apple.com/feedback/itunesapp.html
    If your post was a question, post back and I'll see if I can help.
    I hope this solves your problem!

  • ITunes refusing to sync more than one podcast

    I'm having a bit of trouble syncing desired podcasts to my new Nano. I'm using manual sync, and if I attempt to add more than one different podcast by dragging, as suggested by iTunes help, the program is nonresponsive and refuses to sync. It's necessary for me to use manual sync, as I need to pick and choose the exact episodes I want. I've found nothing anywhere in help referring to this, anything anyone has to offer would be appreciated.
    Will

    i have exactly the same problem with my iphone 4. if i create a new ringtone, it will synch temporarily. It gives me enough time to fool me into thinking i've managed to fix it and even allows me to assign the new tones to contacts. I can even synch several times without issue. But give it 24hours and good ole marimba is the default, and all but one ringtone remain.
    If it makes any difference, these ringtones are self created using a CD i own and have ripped into itunes, then converted using the itunes method (resize to less than 30s, export to aac, then change the postfix to .m4r and reload).
    Also worth noting is that they show up and can be played in the itunes>library>ringtones.
    Any help would be oh so appreciated (before i pull any more hair out).

  • HT2731 can i have more than one apple id on a computer? As when we go away we want to facetime from our macpro to our main mac at home and both are registered under the same apple ID. Thanks

    Can you have more than one apple id on a computer. We are going away and want to facetime from our macpro to the mac computer at home but both are registered under the same apple ID. What should we do ?

    I will share with you what I have done to manage this with my family.  While the solution isn't without flawes, it seems to do the trick.  First, you need to have one person who is managing the synching of everyone's devices.  In my family, I have three iphones, about to be four, and five ipads.  We all synch to the same apple ID to allow one another to take seemless advantage of our Itunes, which is on our Imac.  To synch individual music or video interests, we simply select which playlists we want and manually synch that way.  A couple of us use imatch and the cloud to make the entire library accessable as well.  With respect to the imessage, mail, contacts, etc. we each have a gmail account for our individual emails, contacts etc.  So for instance, my forth grade daughter has a gmail account that we choose to synch her contacts, calendar, etc to and then that is also the account where she receives her imessages from on her ipad and itouch. My son, who has an iphone and ipad, does the same thing, but under settings, he goes to imessage and checks his phone number and his email as his preferred way to receive imessages and texts.  My wife and I do the same thing.  To avoid having everyone see one anothers contracts etc, we only synch contacts from our individual email accounts.  Here is the downfall to this:  When you update your phone or add a new device, apple always wants to reset everyone's facetime and imessage settings and then low and behold we are all receiving imessages from one another's friends etc.  To work around this, I simply take each of their devices and go to their imessage settings and only check the email and phone numbers relative to their devices.  I dont' know is this is the best solution, but it seems to work for us. 

  • How do people register for more than one person on a form?

    We had a lot of complaints last year from organizations who sent several employees to our training.  It took a long time for them to process these one at a time.  How do people register for more than one person on a form?

    Hi thearcca,
    This entirely depends on the form you create, you can add multiple choice button and ask for the no. of employees the organization wants to register.
    Also, you can add corresponding text field for the names.
    Thanks,
    Vikrantt Singh

  • More than one accounts in a resource

    I am trying to load the SQL table, but I can pass only one row at a time to the resource.
    I do see in the manual that there is a logic(as per the manual) to add multiple accounts to a resource i.e.
    The accounts attribute contains a list of objects for each account linked to the dentity Manager user. Each account object contains the values of the account ttributes retrieved from the resource. The name of each account object is typically the name of the associated resource. If
    more than one account exists for a given resource, the object names take a suffix of the form |n where n is an integer. The first account on a resource has no suffix; the second account has the suffix |2. The third account on a resource has |3, etc.
    I tried this, but this was not working. Can anyone help me with this.

    I am trying that thru my workflow: The followings is my code
    My table name is userroleable. and i canot enter a 2nd account after the first one is completed.
    <appendAll name='user.accounts'>
    <list>
    <Object name='userroletable|2'/>
    </list>
    </appendAll>
    <appendAll name='user.waveset.accounts'>
    <list>
    <Object name='userroletable|2'/>
    </list>
    </appendAll>
    <set name='user.accountsuserroletable.randomid'>
    <concat>
    <invoke name='nextInt' class='com.waveset.util.RandomGen'>
    <i>9</i>
    </invoke>
    <invoke name='nextInt' class='com.waveset.util.RandomGen'>
    <i>9</i>
    </invoke>
    <invoke name='nextInt' class='com.waveset.util.RandomGen'>
    <i>9</i>
    </invoke>
    <invoke name='nextInt' class='com.waveset.util.RandomGen'>
    <i>9</i>
    </invoke>
    </concat>
    </set>
    <set name='user.accountsuserroletable.userid'>
    <ref>userid</ref>
    </set>
    <set name='user.accountsuserroletable.roleid'>
    <get>
    <ref>roleList</ref>
    <i>1</i>
    </get>
    </set>

  • More than one trusted resource for OIM 9.1.0.2

    Hi all,
    I just heard that in OIM 9.1.0.2 it is possible to have more than one trusted source, as it is not necessary to configure it to Xellerate User Resource Object. Is that correct?
    To configure OID Connector as Trusted Source on OIM 9.1.0.2 do I have to import its XML file?
    Regards
    Hossam

    From what i recall, the OID connector does not come with a second object for the trusted one. I think it comes with the Xellerate User object updated.
    To make a new trusted resource, create the resource object, check the trusted source box. On the recon fields, add in all your recon fields you want to use. On the recon action rules tab, set your rule for match not found to create a user, and entity match to link to user. Create a reconciliation rule for this object and the xellerate user object. Create a provisioning process defintion with no additional tasks. On the reconciliation field mappings tab, map all your recon fields to OIM user fields. You'll want to create any entity adapters/event handlers needed to provide required fields such as User Type, and User Role, and Organization and so on.
    Now when you get a recon event for this object, it will be a trusted object and can create new users for you and update the OIM profile.
    -Kevin

Maybe you are looking for