Message lost after rollback

I have three queues setup. A Base queue, Backout queue and a Hold queue.
A test application reads from Base queue and rollback() the session. After attempting to deliver the message two times, the JMS application sends the message to Backout queue after the third rollback().
My application (MsgRequeueApp) reads the message from Backout queue and waits for some time, adds some headers for its own use, sends the message again to Base Queue. The test application reads the re-queued message and rollback() three times. At the end of the third rollback(), the message is lost. I was expecting the message to go back to Backout Queue.
1. MsgRequeueApp does not log any new messages. So, it is not reading any new message.
2. I am monitoring the queues from weblogic's Admin console. The message is not present in Base Queue / Backout queue / Hold queue.
Note: There is a different logic that would send messages to Hold queue. But I am not testing that right now.
Here is the log after I enabled logging (Headers, Body)
####<Feb 4, 2013 10:56:31 AM CST> <> <> <1359996991531> <116727> <> <> <SystemModule-0!TESTBOQ> <ConsumerCreate> <<anonymous>> <MC:CA(local):OAMI(DefaultServer.jms.connection19.session20.consumer22)> <> <>
####<Feb 4, 2013 10:56:31 AM CST> <> <> <1359996991552> <840437> <> <> <SystemModule-0!TESTBASEQ> <ConsumerCreate> <<anonymous>> <MC:CA(local):OAMI(DefaultServer.jms.connection23.session24.consumer26)> <> <>
####<Feb 4, 2013 11:05:11 AM CST> <BEA1-00037A05C5399E472B1E-574C53746F72655F44656661756C74446F6D61696E5F46696C6553746F72652D30> <> <1359997511266> <249265> <ID:<237345.1359997510782.0>> <> <SystemModule-0!TESTBASEQ> <Produced> <<anonymous>> <> <&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message"&gt;&lt;mes:Header&gt;&lt;mes:JMSDeliveryMode&gt;PERSISTENT&lt;/mes:JMSDeliveryMode&gt;&lt;mes:JMSExpiration&gt;0&lt;/mes:JMSExpiration&gt;&lt;mes:JMSPriority&gt;4&lt;/mes:JMSPriority&gt;&lt;mes:JMSRedelivered&gt;false&lt;/mes:JMSRedelivered&gt;&lt;mes:JMSTimestamp&gt;1359997510782&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;mes:Body&gt;&lt;mes:Text&gt;TestCase1&lt;/mes:Text&gt;&lt;/mes:Body&gt;&lt;/mes:WLJMSMessage&gt;> <>
####<Feb 4, 2013 11:05:22 AM CST> <> <> <1359997522152> <866698> <ID:<237345.1359997510782.0>> <> <SystemModule-0!TESTBASEQ> <Retry exceeded> <<WLS Kernel>> <> <&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message"&gt;&lt;mes:Header&gt;&lt;mes:JMSDeliveryMode&gt;PERSISTENT&lt;/mes:JMSDeliveryMode&gt;&lt;mes:JMSExpiration&gt;0&lt;/mes:JMSExpiration&gt;&lt;mes:JMSPriority&gt;4&lt;/mes:JMSPriority&gt;&lt;mes:JMSRedelivered&gt;true&lt;/mes:JMSRedelivered&gt;&lt;mes:JMSTimestamp&gt;1359997510782&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;mes:Body&gt;&lt;mes:Text&gt;TestCase1&lt;/mes:Text&gt;&lt;/mes:Body&gt;&lt;/mes:WLJMSMessage&gt;> <>
####<Feb 4, 2013 11:05:22 AM CST> <> <> <1359997522152> <885695> <ID:<237345.1359997510782.0>> <> <SystemModule-0!TESTBOQ> <Produced> <<WLS Kernel>> <> <&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message"&gt;&lt;mes:Header&gt;&lt;mes:JMSDeliveryMode&gt;PERSISTENT&lt;/mes:JMSDeliveryMode&gt;&lt;mes:JMSExpiration&gt;0&lt;/mes:JMSExpiration&gt;&lt;mes:JMSPriority&gt;4&lt;/mes:JMSPriority&gt;&lt;mes:JMSRedelivered&gt;false&lt;/mes:JMSRedelivered&gt;&lt;mes:JMSTimestamp&gt;1359997510782&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;mes:Body&gt;&lt;mes:Text&gt;TestCase1&lt;/mes:Text&gt;&lt;/mes:Body&gt;&lt;/mes:WLJMSMessage&gt;> <>
####<Feb 4, 2013 11:05:31 AM CST> <BEA1-00077A05C5399E472B1E-574C53746F72655F44656661756C74446F6D61696E5F46696C6553746F72652D30> <> <1359997531207> <716965> <ID:<237345.1359997530728.0>> <> <SystemModule-0!TESTBASEQ> <Produced> <<anonymous>> <> <&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message"&gt;&lt;mes:Header&gt;&lt;mes:JMSDeliveryMode&gt;PERSISTENT&lt;/mes:JMSDeliveryMode&gt;&lt;mes:JMSExpiration&gt;0&lt;/mes:JMSExpiration&gt;&lt;mes:JMSPriority&gt;4&lt;/mes:JMSPriority&gt;&lt;mes:JMSRedelivered&gt;false&lt;/mes:JMSRedelivered&gt;&lt;mes:JMSTimestamp&gt;1359997530728&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;mes:Body&gt;&lt;mes:Text&gt;TestCase1&lt;/mes:Text&gt;&lt;/mes:Body&gt;&lt;/mes:WLJMSMessage&gt;> <>
####<Feb 4, 2013 11:05:31 AM CST> <BEA1-00027A05C5399E472B1E-574C53746F72655F44656661756C74446F6D61696E5F46696C6553746F72652D30> <> <1359997531209> <972000> <ID:<237345.1359997510782.0>> <> <SystemModule-0!TESTBOQ> <Consumed> <<anonymous>> <MC:CA(local):OAMI(DefaultServer.jms.connection19.session20.consumer22)> <&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message"&gt;&lt;mes:Header&gt;&lt;mes:JMSDeliveryMode&gt;PERSISTENT&lt;/mes:JMSDeliveryMode&gt;&lt;mes:JMSExpiration&gt;0&lt;/mes:JMSExpiration&gt;&lt;mes:JMSPriority&gt;4&lt;/mes:JMSPriority&gt;&lt;mes:JMSRedelivered&gt;false&lt;/mes:JMSRedelivered&gt;&lt;mes:JMSTimestamp&gt;1359997510782&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;mes:Body&gt;&lt;mes:Text&gt;TestCase1&lt;/mes:Text&gt;&lt;/mes:Body&gt;&lt;/mes:WLJMSMessage&gt;> <>
####<Feb 4, 2013 11:05:41 AM CST> <> <> <1359997541259> <230216> <ID:<237345.1359997530728.0>> <> <SystemModule-0!TESTBASEQ> <Retry exceeded> <<WLS Kernel>> <> <&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message"&gt;&lt;mes:Header&gt;&lt;mes:JMSDeliveryMode&gt;PERSISTENT&lt;/mes:JMSDeliveryMode&gt;&lt;mes:JMSExpiration&gt;0&lt;/mes:JMSExpiration&gt;&lt;mes:JMSPriority&gt;4&lt;/mes:JMSPriority&gt;&lt;mes:JMSRedelivered&gt;true&lt;/mes:JMSRedelivered&gt;&lt;mes:JMSTimestamp&gt;1359997530728&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;mes:Body&gt;&lt;mes:Text&gt;TestCase1&lt;/mes:Text&gt;&lt;/mes:Body&gt;&lt;/mes:WLJMSMessage&gt;> <>
####<Feb 4, 2013 11:05:41 AM CST> <> <> <1359997541259> <250889> <ID:<237345.1359997530728.0>> <> <SystemModule-0!TESTBOQ> <Produced> <<WLS Kernel>> <> <&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message"&gt;&lt;mes:Header&gt;&lt;mes:JMSDeliveryMode&gt;PERSISTENT&lt;/mes:JMSDeliveryMode&gt;&lt;mes:JMSExpiration&gt;0&lt;/mes:JMSExpiration&gt;&lt;mes:JMSPriority&gt;4&lt;/mes:JMSPriority&gt;&lt;mes:JMSRedelivered&gt;false&lt;/mes:JMSRedelivered&gt;&lt;mes:JMSTimestamp&gt;1359997530728&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;mes:Body&gt;&lt;mes:Text&gt;TestCase1&lt;/mes:Text&gt;&lt;/mes:Body&gt;&lt;/mes:WLJMSMessage&gt;> <>
####<Feb 4, 2013 11:05:41 AM CST> <BEA1-000A7A05C5399E472B1E-574C53746F72655F44656661756C74446F6D61696E5F46696C6553746F72652D30> <> <1359997541304> <943009> <ID:<237345.1359997530728.0>> <> <SystemModule-0!TESTBOQ> <Consumed> <<anonymous>> <MC:CA(local):OAMI(DefaultServer.jms.connection19.session20.consumer22)> <&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;mes:WLJMSMessage xmlns:mes="http://www.bea.com/WLS/JMS/Message"&gt;&lt;mes:Header&gt;&lt;mes:JMSDeliveryMode&gt;PERSISTENT&lt;/mes:JMSDeliveryMode&gt;&lt;mes:JMSExpiration&gt;0&lt;/mes:JMSExpiration&gt;&lt;mes:JMSPriority&gt;4&lt;/mes:JMSPriority&gt;&lt;mes:JMSRedelivered&gt;false&lt;/mes:JMSRedelivered&gt;&lt;mes:JMSTimestamp&gt;1359997530728&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;mes:Body&gt;&lt;mes:Text&gt;TestCase1&lt;/mes:Text&gt;&lt;/mes:Body&gt;&lt;/mes:WLJMSMessage&gt;> <>
Can someone help me figure out how I can debug what is going wrong here?

Do you have a redelivery limit set on the producer or the destination? If you do, a message may be discarded once the limit is reached depends on your delivery-failure-params on the destination. You can configure to have the messages put into an error destination once they reach their redelivery limit.

Similar Messages

  • ADFBC+JSF - Current master record lost after Rollback

    Hi all,
    We've a master-detail page with a 'create new detail' command button that opens a new jspx page with a detail record creation form. From that creation page, if we hit the cancel button (bind to Rollback action) returning to the parent master-detail page, the current row for the master iterator has repositioned to the first row, thus losing the master-detail status where the user had previously.
    Doesn anyone know how to avoid this behavior without having to add code to reposition the iterators? (i.e how to maintain the iterators current rows after a Rollback?)
    Thanks in advance for any help,
    Jordi Lopez
    Message was edited by:
    Ramot

    This has been asked a number of times.
    The latest idea from Steve, to a previous thread of mine, was:
    Create an event for the onRollback, which does not invoke the default event action. This prevents the Rollback from occurring, but allows shouldAllowModelUpdates to return false.
    Since it's an Add a Detail, you could always issue a delete if it's only an add. If it's an [add] or [edit], then you'd need to do a row refresh, remove new rows, or look at an id# (pk) and if that is null or possibly negative depending on how you set it, remove the row via the iterator.
    [this is all based on 10.1.2/jsp/adf/struts]

  • JMS Messages lost after server restart

    Hi All,
    We have an environment where Oracle SOA 11g is configured to use Weblogic JMS (Database persistence). The JDBC stores have been created to hold the persistent JMS messages. However we have observed that after server restart the messages are getting lost from the queue (non consumed messages as well).
    Is there any configuration which we are missing?
    Regards
    Subhankar

    Hello Subhankar,
    Which Weblogic version are you using? What are the configuration parameters of the JMS queue you defined? During server shutdown/restart, do you see any errors in the server log?
    I would suggest you to raise a case with support as it may require an inspection of your environment and settings to find out the root cause.
    Regards,
    Anuj

  • Messages lost after rebuilding mailbox

    Inbox had a message that said it was damaged --rebuilt as suggested and then each message in it said that it had not yet been downloaded from the server. Tried rebuilding it again and now all of the messages are gone. Then tried importing inbox.mbox which produced a selection of email that did not resemble the original inbox.
    Are my original inbox messages retreivable?

    No, it isn't clear. I still don't know what does "I attempted to import files from it (unsuccessfully)" mean, nor what does "I then tried to reconstruct the inbox from the mac back up" mean. These statements are too vague.
    The only items within an *.mbox folder used by Mail 2.x are Info.plist and the Messages folder. Any other files you may see there are almost certainly Mail 1.x files that Mail 2.x leaves there after the conversion. This is poorly explained in Mac OS X 10.4 Mail: Some mailbox files used by Mac OS X 10.3 are not deleted after importing. The article only talks about mailboxes in ~/Library/Mail/Mailboxes/, but the same could also be said about mailboxes in any of the "POP-" account folders.
    As long as you keep a backup copy of the old files for a while (at least, until you're sure everything was converted properly), they can safely be removed from the Mail folder. OnyX has a Cleaning > Misc Options > Temporary and obsolete items option for getting rid of all those files.
    Note that if you see strangely-named Messages-T0x... folders, these aren't old files from previous versions of Mail, but rather an indication that there is something amiss. More specifically, these are temporary folders created by Mail 2.x during an import or a reindexing process (e.g. rebuilding a mailbox) that Mail should have deleted when done. Their presence is a clear indication that something didn't work as expected.
    Importing a mailbox that still has the old files there would produce different results depending on how you try to import it. Importing it as Other, for example, would cause Mail to look at the old mbox file only, ignoring everything else, which almost certainly is not what you want.
    In order to import the current mailbox contents, you must first move all the *.emlx files out of the Messages-T0x... folders and into Messages proper, then get rid of the (now empty) Messages-T0x... folders. In Mail, do File > Import Mailboxes, choose Mail for Mac OS X as the data format, and follow the instructions. Note that Mail wants you to select the folder that contains the mailbox to be imported, not the *.mbox folder itself.

  • Nokia 5233 messages lost after phone restart

    Hi,
    I'm having a weird problem with my nokia 5233.  It happened to me twice now that after restarting the device, I would lose all of my messages including messages in my folders and drafts and even sent messages.  I have opted to save all my messages in my memory card, which is Kingston 4GB. What might be causing the problem and if I can recover my messages, as I have very important messages in there..........And if there is any solution on preventing this catastrophe again................
    Thanks
    Iftikhar

    This seems to be a common issue with the S60 mobile operating system.  No comment from Nokia regarding a resolution so far.
    My E75 phone has also experienced the disappearing-messages-act saved in my SD card when my phone restarted from a low battery shut down.  Inbox/Draft/Sent Items were completely wiped out.
    I tried to change the SMS location from SD Card to Phone Memory then back to SD Card again.
    I also tried to (safely & properly) remove the SD Card then reinserted it back.  Still no go.
    The worst part is that I spent 3 days searching the Internet and found that it's not rare for this problem to occur on an S60 platform yet no resolution from the web nor does Nokia offer any solution to it's customers.
    They're about to lose a 12 year loyal and solid Nokia Fan (along with his friends and relatives to migrate to the Blackberry & iPhone Bandwagon) soon if they can't help us retrieve the important messages that was wiped out from our inbox. <sigh>..
    Pictures and all other files stored in the SD Card are still intact.  It's just my 3,000++ important SMS that's wiped out.

  • IPad  upgrading to iPad2- all messages lost after restore.

    I couldn't find this anywhere, but I thought I saw someone talking about it a couple of weeks ago.
    I have an iPad and just got my new iPad2.
    The 'restore' worked just fine, but all the messages I had on Mail are gone.
    Anyway to get them back?
    Most are still on my Mail application on my Mac, but it was handy having them there.
    (using POP, not IMAP)
    sorry for any reposting.

    From what I u dear stand there is no way to get them back on the iPad.

  • Message Order after Rollback

    Let says I have 100 messages.
    Client 1 pulls message 1 off of the queue. The client encounters an exception and rolls the message transaction back. Also, in that time frame, client 2 processed messages 2 - 10.
    Questions:
    When client 1 reconnects to the queue which message does it get?
    What if client 2 connected first, which message would it get?
    Where did the rolledback message go? The front or end of the line?

    Do you have a redelivery limit set on the producer or the destination? If you do, a message may be discarded once the limit is reached depends on your delivery-failure-params on the destination. You can configure to have the messages put into an error destination once they reach their redelivery limit.

  • I can no longer log into my ichat linked to my gmail.  right after opening up ichat, receive the following message:  lost connection with jabber.  the server has unexpectedly disconnected.

    i can no longer log into my ichat linked to my gmail.  right after opening up ichat, receive the following message:  lost connection with jabber.  the server has unexpectedly disconnected.  how to troubleshoot?  thanks.

    Hi,
    There can be many reasons why the Login is "up the creek".
    Any break in the network at your end whilst logged in will cause  an issue.
    A sort of discrepancy between what iChat thinks the state should be and what the server thinks.
    If they don't agree the server will refuse to accept.
    A Crash at the server end which does not log you out properly will also do it.
    Any file at any time can be come corrupted.
    Luckily with the iChat .plists they are recreated if removed with an iChat Restart.
    If it were AIM you can also get your Account Suspended  and this will not log you in.
    (It tends to happen from Chat rooms where people notify AIM about bad behaviour (as they see it) and you have to apply to get Un-suspended).
    Most of the big IM services use multiple servers.
    Sometimes these go out of Sync.
    In the case of AIM this happens when they remove Old unused Screen Names from people's Buddy List prior to making them available for re-registration.  I am not sure if this happens at Google.
    You seem to be talking about an account that has worked at Work and having new computer at home.
    As I mentioned the Priority thing you have not said that it has coincided with the new computer logging in  (this will kick the work Computer out of Google whether you are logged in  on the Web Mail page or in iChat)
    IN addition to that iChat stays partially logged in for Off Line IMs
    This is done in the background by a support app called iChatAgent
    If your Computer is ON but ichat is not started people can still send you Messages.
    Instead of saving these on the server until you login iChat will start up.
    Depending if the home Mac is effecting the Work Login it may be holding sway over your Login.
    Using your girlfriend's login may have booted her Off Line where she normally uses the name/login.
    The AIM Side can be specifically set to allow Multiple Logins and therefore NOT allow them.  If this happens you get a warning and messages to do something about it.
    You do not get these in any Jabber or Google Login as the Priority setting is supposed to take care of it.
    If the Login works at the Web Mail Login and on one computer then the .plist on the work computer is the most likely issue.
    There is a small chance that a Corrupt Buddy Pic (Home Folder/Library/Caches/com.apple.iChat/Pictures) may be the cause.
    Set this folder to icon view and also use the Finder's View Menu > Show View Options and select icon view.
    This should show all pics as their icon.
    Check that all display properly.
    At this point I would try a COMBO version update install of the last Update you did over what you have.
    This often corrects hard to trace things
    The 10.5.8 COMBO is here
    11:28 PM      Monday; June 20, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Error message: Lost Connection in Ps Touch after trying to sign in to CC

    Hello, Here is the sequence of my steps I do up to when I get the problem. I click on upload to creative cloud in ps touch, then I select files to upload, all fine, then I put in my email and password - I have no problem with them, they work fine, I checked on the website. Right after it should sign me in, I get this message: lost connection. please check your connection and try again. My internet connection is working very fine at the moment I sign in through ps touch - keep that in mind. This message keeps showing each time I try to sign in. I have no idea what is wrong. Please help me!

    Hi Fellow144,
    What operating sytem you are currently using?
    However, please try to perform the following steps.
    Clean up cached user login information:
    Delete the opm.db file.
    Close the Creative Cloud application.
    Navigate to the OOBE folder.
    Windows: [System drive]:\Users\[user name]\AppData\Local\Adobe\OOBE
    Mac OS: /Users/[user name]/Library/Application Support/Adobe/OOBE folder
    Delete the opm.db file.
    Launch Creative Cloud.
    Regards,
    Sumit Singh

  • All music links are lost after installing windows 7!!! HELP!!!

    All music links are lost after installing windows 7!!! HELP!!!
    I upgraded my system to windows 7 ultimate from Vista and installed itunes 64px. but when I copy the old itunes folder into D://music and opened itunes, all my music cannot be played. each link shows the mp3 location as: file://localhost/D://music/itunes... ... I ve tried deleting library file and copy/past the original one again. doesn't work. what should I do now. It's 106 GB songs. I cannot locate them one by one nor lose all my ratings and play counts.
    please help me!!!!!!!! >_<

    Was that Win 7 update from Lenovo, or Microsoft?  If Lenovo, it should have installed those missing features. If it was from Microsoft, you have to manually install the Lenovo drivers and software.
    The easiest way to do that is to first install ThinkVantage System Update and run it.  It should download and install the other drivers and apps.  I'm running Win 7 pro 64 on my T400 - a MS upgrade clean install, then TVSU installed the Lenovo stuff.  Everything works.
    Use the "SUPPORT" button at the top of this page, then "Download drivers and software" enter T400, install TVSU and you should be off to the races.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed

    I cannot install Adobe Flash Player. I have windows 7 64bit and firefox browser. During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed

    Many thanks for this!   I managed to install the Flash Player with this successfully after many failed attempts before.
    Thanks again
    Jason Pearlson
          From: Jeromie Clark <[email protected]>
    To: Jason Pearlson <[email protected]>
    Sent: Wednesday, March 25, 2015 10:46 PM
    Subject:  I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    I cannot install Adobe Flash Player.  I have windows 7 64bit and firefox browser.  During install i get a message 'lost connection', followed by 'trying to reconnect', and then connection failed
    created by Jeromie Clark in Installing Flash Player - View the full discussionPlease use the offline installer Internet Explorer: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player_ax.exe Firefox and other NPAPI browsers: http://fpdownload.macromedia.com/pub/flashplayer/latest/help/install_flash_player.exe If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7349939#7349939 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7349939#7349939 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Installing Flash Player by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Sale orders lost after SGEN ????

    Hi there,
    I am just wondering about something.
    After we installed support packages, users created sales order without to get any error message and I we could only see an error message via SM21 which says:
    Run-time error "LOAD_TYPEPOOL_VERSION_MISMATCH" occurred.
    So after we regenerated the ABAP report: RSM13000 after that everythings seems to be ok.
    When now the user try to get those sales order we do not find them.
    Now the question is: When we try to find the order numbers which the users created before the regeneration we find nothing.
    What about this numbers? Did they have not been created at all or what hapened?
    As I know the generation of any ABAP report  via SGEN or (RSM13000) will not delete anything.
    Thanks in advance
    Hanseatik

    Hi,
    the problem now is not the error message. The problem is: what about the sales order which should be lost after we regenerate the program RSM13000?
    We installed the following support packages:
    1.     SPAM and SAINT      from 26 to 38
    2.     SAP Basis:           From SAPKB62047 to SAPKB62068
    3.     SAP_ABA:          SAPKA62047 to SAPKA62068
    a.     And 2 CRT
    4.     SAP_APPL          SAPKH47022 to SAPKH47033
    5.     SAP_HR:          SAPKE47024 to SAPKE47099
    6.     SAP_IPPE:          SAPKGPIA06 to SAPKGPIA28
    7.     PI:               SAPKIPZI55 to SAPKIPZI59  
    8.     PI_Basis:          SAPKIPYI57 to  SAPKIPYI59 
    9.     ST_PI:               SAPKITLQG7 to SAPKITLQG8 
    10.     EA_APPL:          SAPKGPAA06 to SAPKGPAA29
    11.     EA_FINSERV:          SAPKGPFA06 to SAPKGPFA29
    12.     EA_GL TRADE          SAPKGPGA06 to SAPKGPGA29
    13.     EA_HR               SAPKGPHA10 to u2026u2026  SAPKGPHA99
    14.     EA_PS               SAPKGPPA06 to SAPKGPPA29     
    15.     EA_RETAIL:          SAPKGPRA06 to  SAPKGPRA29
    Thanks in advance
    Hanseatik

  • Data lost after several days running!

    data lost after several days running
    ENV:
    Service Pack 1 for Crystal Reports for Eclipse 2.0
    Tomcat5.5
    Problem:
    There is no problem to export the report as PDF files in the first few days after i upgraded the CR4E.
    But after several days running,the problem appeared : the exported PDF file was incomplete!
    It's supposed to 3 pages,but only 1 page(the first page) exported actually.
    When i restarted the tomcat,the problem disappeared.In several days running,
    the problem appeared again...
    Code:
    reportClientDoc = new ReportClientDocument();
    reportClientDoc.open(Messages.getString("tmpltPath")+tmplt_name, OpenReportOptions._discardSavedData);     
    RptHelp  rptHelp = new RptHelp();
    rptHelp.setDatabaseCtrl(reportClientDoc);
    rptHelp.addDiscreteParameterValue(reportClientDoc,"","userName","admin");
    rptHelp.addDiscreteParameterValue(reportClientDoc,"","start_date",start_date);
    rptHelp.addDiscreteParameterValue(reportClientDoc,"","end_date",end_date);
    for(int i=0;i<6;i++){
         if(!p_name<i>.equals("")){
              rptHelp.addDiscreteParameterValue(reportClientDoc,"",p_name<i>,p_value<i>);
    String exportPath = Messages.getString("reportExportPath");
    String exportName = "test";
    rptHelp.export(reportClientDoc, exportPath+exportName, file_extention);
    File file = new File(exportPathexportName"."+file_extention);
    FileInputStream in = new FileInputStream(file);
    int len = (int)file.length();
    byte[] data = new byte[len];
    int read = 0;
    while (read <len) {
        read += in.read(data, read, len-read);
    in.close();
    response.setContentType("application/x-msdownload");
    response.setHeader("Content-Disposition", "attachment; filename="+ URLEncoder.encode(exportName"."file_extention,"ISO-8859-1"));
    OutputStream ops = response.getOutputStream();
    ops.write(data);
    ops.flush();
    ops.close();
    out.clear();
    out = pageContext.pushBody();

    What is the data? What is displaying the data (graph or chart)? What does your code look like? Why did you post a 4M image to the forum?
    NaN in the data will appear as gaps in plots.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • I cannot recal pages files get message " Lost xmi file any help me please

    I cannot recall pages files and get message "Lost xmi files any ideas please

    First thing is cease all activity on the computer and usb
    drive that the files were on that your trying to recover. Next use
    a friends PC or get access to the internet and obtain a file
    recovery program such as LSoft they have a nice program called
    Active@ File Recovery Professional that even recovers a lost
    partition and formatted hard drives and usb thumb drives.
    The key is to cease any more activity from the time of
    discovery of the lost file to have the best chances at recovering,
    overwritten, lost and acidentally deleted files. I have used it
    recover a relatives overwritten photos from a digital camera only
    two photos out of 47 were not recovered and this was probably
    because of the computer being used three days even after he
    overwrote the photos with similar file names within the same
    directory.
    I recommend the Professional version for the price to others
    that are out there and because this version recovers lost
    partitions.
    http://www.file-recovery.net/
    The standard is $29.95 professional is $44.95 and is has great
    ratings on www.download.com search for it there.

  • Messages lost the connection

    Hi, I am receiving the error message "Messages lost the connection to the Google Talk account [email protected] - A network error occured."   This also accorus with AIM.   I have tried closing Messages and restarting it, but it does not make a difference, although a reboot does resolve the issue until the next time I put the machine to sleep.
    Any thoughts? 
    Thanks,
    Don

    HI,
    Whilst Logged out go to the Messages Preferences > Accounts > Server Settings for the Google Login  and change the port to 443 (Keep SSL)
    If that does not work try deleting the account and re-adding it.
    10:40 PM      Thursday; April 5, 2012
    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.3)
     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

Maybe you are looking for