Undelivered JMS messages get deleted on startup. Why?

          WebLogic 6.1 (SP2), NT4 (SP6), native IO enabled.
          Here's what happens:
          1. A JMS client posts a number of messages (say 8000) to a Weblogic JMS queue backed
          up by a database store.
          2. The JMS consumer (i.e. Message driven bean's onMessage()) is slow - it has 5 seconds
          of processing to do for each message.
          3.The JMS monitoring screens show 100 messages have been processed - this is ok;
          the client can post much faster than the server can consume. This would imply 7900
          messages undelivered.
          4. We do a controlled shutdown of the server.
          5. A select count(*) from JMS_JMSStore reveals all 8000 messages have been persisted.
          6. We start up the server. The JMS recovery message in weblogic.log indicates that
          a scan of 8000 records has been made.
          7. I would now expect 7900 undelivered messages to be passed to the mdb's onMessage()
          method (remember before shutdown, 100 messages were processed by onMessage()).
          8. This doesn't happen; onMessage() gets nothing, and a select count(*) from JMS_JMSStore
          reveals zero records! Why have these messages been deleted?
          Presumably on startup, the JMS recovery tries to ensure that the JMS store only holds
          messages that have yet to be delivered. But in this case it's deleteing everything.
          Note that there are no error messages or stack traces to report.
          Any ideas, anyone?
          simon.
          

It has to be durable, or there wouldn't be anything in the store.
          What happens if you undeploy and redeploy the MDB (instead of shutting
          down)? Do your messages have a time-to-live? Your configuration has not
          changed? Try it without the MDB. That is just a program that creates
          durable subscriber. Have it receive 100
          messages. Shutdown the server and restart, then restart the durable
          subscriber program. This would prove it is JMS or if the MDB container is
          doing something ugly like an unsubscribe.
          _sjz.
          "DanS" <[email protected]> wrote in message
          news:[email protected]...
          > Simon,
          >
          > The JMS consumer, is it created as a durable subscriber? As far as I knoe,
          > weblogic will keep the messages in the queue / topic only if the consumer
          is
          > registered as a durable subscriber.
          >
          > Dan
          >
          > "Simon Spruzen" <[email protected]> wrote in message
          > news:[email protected]...
          > >
          > > WebLogic 6.1 (SP2), NT4 (SP6), native IO enabled.
          > >
          > > Here's what happens:
          > >
          > > 1. A JMS client posts a number of messages (say 8000) to a Weblogic JMS
          > queue backed
          > > up by a database store.
          > >
          > > 2. The JMS consumer (i.e. Message driven bean's onMessage()) is slow -
          it
          > has 5 seconds
          > > of processing to do for each message.
          > >
          > > 3.The JMS monitoring screens show 100 messages have been processed -
          this
          > is ok;
          > > the client can post much faster than the server can consume. This would
          > imply 7900
          > > messages undelivered.
          > >
          > > 4. We do a controlled shutdown of the server.
          > >
          > > 5. A select count(*) from JMS_JMSStore reveals all 8000 messages have
          been
          > persisted.
          > >
          > > 6. We start up the server. The JMS recovery message in weblogic.log
          > indicates that
          > > a scan of 8000 records has been made.
          > >
          > > 7. I would now expect 7900 undelivered messages to be passed to the
          mdb's
          > onMessage()
          > > method (remember before shutdown, 100 messages were processed by
          > onMessage()).
          > >
          > > 8. This doesn't happen; onMessage() gets nothing, and a select count(*)
          > from JMS_JMSStore
          > > reveals zero records! Why have these messages been deleted?
          > >
          > > Presumably on startup, the JMS recovery tries to ensure that the JMS
          store
          > only holds
          > > messages that have yet to be delivered. But in this case it's deleteing
          > everything.
          > >
          > > Note that there are no error messages or stack traces to report.
          > >
          > > Any ideas, anyone?
          > >
          > > simon.
          > >
          >
          >
          

Similar Messages

  • Why are my messages getting deleted?

    My older text messages from one contact keep getting deleted. How do I stop this and why is it happening?
    I know for a fact there are many messages before where the conversation appears to begin on my phone.

    Nomoreapple4me wrote:
    I've posted several discussion questions &amp; how strange they get deleted? All I'm trying to let everyone know is how pathetic apple customer service is.
    I can't help it if I was lied to &amp; scammed.
    If your posts are being deleted, it is because they are in violation of the Terms of Use (https://discussions.apple.com/___sbsstatic___/apple/tutorial/tou.html), which you agreed to when you signed up here, even if you didn't take the time to read them.
    If you have a technical support question or issue you would like assistance with, post it. If you want to rant and complain, you will need to go elsewhere.

  • JMS Messages getting stuck in queues

    Hi,
    I am facing this peculiar issue with queue messages not getting picked up.
    Application Architecture: There is 1 JMS queue ( which resides in WLDomain1 with in a Unix Box) and there are 2 windows boxes having 2 weblogic domains each with 3 instances of MDB deployed on each of the domains. So total of 12 consumers (2 Box * 2 Domain * 3 Instances of MDB) listens to the JMS queue.
    Issue: After bringing everything up I am able to see 12 consumer count listening to the queue. But when I run the application which writes total of 13 messages in the queue only 7 of them are getting processed and 6 messages are always getting stuck in the queues. Interestingly this 7 messages are mostly getting processed by consumers with in the same windows box. And the selection of windows box is completely random. To confirm whether both the windows boxes are configured fine I tried to test them individually and it works fine individually, the problem happens only if I bring up both the boxes together.
    Another observation is, if I bring down the non working domains, the pending messages start getting processed by the working domains. It gives an impression that the non working domains seem to lock the messages for processing but doesn't actually process it. Only when I bring down the domains it releases this lock.
    Below is the JMS Life cycle events I captured from log files :
    1. Start domain1 in WIN Box1
    ####<Nov 24, 2009 7:54:00 PM CST> <> <> <1259114040304> <783400> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session60.consumer62)> <> <>
    ####<Nov 24, 2009 7:54:00 PM CST> <> <> <1259114040309> <239900> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session63.consumer65)> <> <>
    ####<Nov 24, 2009 7:54:00 PM CST> <> <> <1259114040313> <2100> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session66.consumer68)> <> <>
    2. Start domain2 in WIN Box 1
    ####<Nov 24, 2009 7:54:55 PM CST> <> <> <1259114095403> <38600> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection69.session70.consumer72)> <> <>
    ####<Nov 24, 2009 7:54:55 PM CST> <> <> <1259114095407> <335400> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection69.session73.consumer75)> <> <>
    ####<Nov 24, 2009 7:54:55 PM CST> <> <> <1259114095410> <997700> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection69.session76.consumer78)> <> <>
    3. Start domain1 in WIN Box 2
    ####<Nov 24, 2009 7:56:12 PM CST> <> <> <1259114172061> <316500> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection79.session80.consumer82)> <> <>
    ####<Nov 24, 2009 7:56:12 PM CST> <> <> <1259114172066> <324300> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection79.session83.consumer85)> <> <>
    ####<Nov 24, 2009 7:56:12 PM CST> <> <> <1259114172072> <757000> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection79.session86.consumer88)> <> <>
    4. Start domain2 in WIN Box 2
    ####<Nov 24, 2009 7:56:54 PM CST> <> <> <1259114214000> <142800> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection89.session90.consumer92)> <> <>
    ####<Nov 24, 2009 7:56:54 PM CST> <> <> <1259114214005> <38200> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection89.session93.consumer95)> <> <>
    ####<Nov 24, 2009 7:56:54 PM CST> <> <> <1259114214009> <22400> <> <> <JMSModule!Queue> <ConsumerCreate> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection89.session96.consumer98)> <> <>
    At this point console shows 12 consumers listening the queue which is absolutely fine.
    5. Run application
    --Message Production
    This produces 13 messages ( I have not pasted the complete log)
    -- Message Consumption ( Only 7 messages are consumed)
    ####<Nov 24, 2009 8:00:05 PM CST> <> <> <1259114405953> <576400> <ID:<1047832.1259114392542.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session63.consumer65)> <&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:JMSTimestamp&gt;1259114392542&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:00:10 PM CST> <> <> <1259114410091> <310100> <ID:<1047832.1259114393181.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session66.consumer68)> <&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:JMSTimestamp&gt;1259114393181&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:00:10 PM CST> <> <> <1259114410130> <364600> <ID:<1047832.1259114400626.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session63.consumer65)> <&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:JMSTimestamp&gt;1259114400626&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:00:10 PM CST> <> <> <1259114410134> <540700> <ID:<1047832.1259114393125.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection69.session76.consumer78)> <&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:JMSTimestamp&gt;1259114393125&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:00:10 PM CST> <> <> <1259114410137> <632400> <ID:<1047832.1259114393128.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection69.session73.consumer75)> <&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:JMSTimestamp&gt;1259114393128&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:00:12 PM CST> <> <> <1259114412026> <984200> <ID:<1047832.1259114393123.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session60.consumer62)> <&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:JMSTimestamp&gt;1259114393123&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:00:16 PM CST> <> <> <1259114416045> <41800> <ID:<1047832.1259114400005.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection69.session70.consumer72)> <&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:JMSTimestamp&gt;1259114400005&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    6. At this point Admin Consol shows 6 messages pending in the queue
    and From consumer numbers it is evident that consumers in WIN Box2 domains have not processed any messages
    Now if I stop server in WIN Box2 Domain1, WIN Box1 picks up the messages instantely
    ####<Nov 24, 2009 8:13:22 PM CST> <> <> <1259115202343> <897600> <> <> <JMSModule!Queue> <ConsumerDestroy> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection79.session80.consumer82)> <> <>
    ####<Nov 24, 2009 8:13:22 PM CST> <> <> <1259115202346> <421900> <> <> <JMSModule!Queue> <ConsumerDestroy> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection79.session83.consumer85)> <> <>
    ####<Nov 24, 2009 8:13:22 PM CST> <> <> <1259115202379> <582300> <> <> <JMSModule!Queue> <ConsumerDestroy> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection79.session86.consumer88)> <> <>
    ####<Nov 24, 2009 8:13:24 PM CST> <> <> <1259115204888> <4600> <ID:<1047832.1259114400029.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection69.session76.consumer78)> <&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:JMSTimestamp&gt;1259114400029&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:13:32 PM CST> <> <> <1259115212820> <256700> <ID:<1047832.1259114400258.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session66.consumer68)> <&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:JMSTimestamp&gt;1259114400258&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:13:43 PM CST> <> <> <1259115223579> <280600> <ID:<1047832.1259114400032.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session60.consumer62)> <&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:JMSTimestamp&gt;1259114400032&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    7. At this poing Admin Consol shows 3 messages pending in the queue
    Now if I stop server in WIN Box2 Domain2, the remaining 3 gets processed
    ####<Nov 24, 2009 8:16:08 PM CST> <> <> <1259115368998> <193400> <> <> <JMSModule!Queue> <ConsumerDestroy> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection89.session90.consumer92)> <> <>
    ####<Nov 24, 2009 8:16:08 PM CST> <> <> <1259115369000> <885500> <> <> <JMSModule!Queue> <ConsumerDestroy> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection89.session93.consumer95)> <> <>
    ####<Nov 24, 2009 8:16:09 PM CST> <> <> <1259115369002> <902500> <> <> <JMSModule!Queue> <ConsumerDestroy> <<anonymous>> <MC:CA(/<IP_BOX2>):OAMI(server.jms.connection89.session96.consumer98)> <> <>
    ####<Nov 24, 2009 8:16:25 PM CST> <> <> <1259115385151> <123700> <ID:<1047832.1259114400324.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection69.session70.consumer72)> <&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:JMSTimestamp&gt;1259114400324&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:16:29 PM CST> <> <> <1259115389660> <836600> <ID:<1047832.1259114400535.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection59.session63.consumer65)> <&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:JMSTimestamp&gt;1259114400535&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    ####<Nov 24, 2009 8:16:37 PM CST> <> <> <1259115397823> <610200> <ID:<1047832.1259114400432.0>> <> <JMSModule!Queue> <Consumed> <<anonymous>> <MC:CA(/<IP_BOX1>):OAMI(server.jms.connection69.session73.consumer75)> <&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:JMSTimestamp&gt;1259114400432&lt;/mes:JMSTimestamp&gt;&lt;mes:Properties/&gt;&lt;/mes:Header&gt;&lt;/mes:WLJMSMessage&gt;> <>
    Kindly throw some light on this issue. Also do let me know if you need any more specific details about this.
    Thanks,
    Abhijeet
    Edited by: user5240164 on Nov 25, 2009 11:35 AM
    Edited by: user5240164 on Nov 28, 2009 1:21 PM

    Hi,
    The problem may be conflicting names in your configuration. To ensure proper operation of WL Security, JMS, JTA, and JDBC, make sure that (A) each domain has a unique name, and (B) no two WebLogic servers have the same name (even if in two different domains).
    To ensure a more even distribution of messages, either simply send more than a token amount messages (eg, a hundred or so, rather than just 12), or configure a custom connection factory on the domain that hosts the queue, reduce MessagesMaximum on the connection factory to 1, and then modify each MDB to refer to the custom connection factory. The MessagesMaximum setting controls the number of messages that can be pre-pushed (pipelined) to a single asynchronous consumer.
    For more information see "Best Practices for JMS Beginners and Advanced Users" in the latest versions of the JMS admin guide, and "JMS Performance & Tuning Check List" in the WebLogic Performance and Tuning guide.
    Tom

  • Why do some portions of text messages get deleted on their own?

    Text messages on iPhone 4 seem to disappear on their own.

    Hello clew1983,
    The following article details a few steps that can be taken in order to get through the restore process (although the article does indicate 'when trying to sync').
    iOS: 'Not enough free space' alert when trying to sync
    http://support.apple.com/kb/TS1503
    Cheers,
    Allen

  • Will newly added contacts and messages gets deleted after restoring old backup on iphone..??

    Hey everyone, i backup my iphone 4 a month ago after that , i defeated the final remaining enemy 'ryth' in infinity blade 2
    than after 3 months i bought my new 4th gen ipad 32gb with cellular i installed unfinity blade 2 on it an when launches it it started from begining, don't know why icloud saves didn't worked. But the problem is that now on my iphone it also sarted from begining. Some discussion said backup your phone for this problem but if i backup my phone from that one month old backup will it delete my new added contacts, new messages on phone and on whatsapp?
    and if anyone have solution for IB2 without restoring the hone that would be great....! Plz halp...!!

    This is what is backed up
    iTunes will back up the following information
    Contacts* and Contact Favorites (regularly sync contacts to a computer or cloud service such as iCloud to back them up).
    App Store Application data including in-app purchases (except the Application itself, its tmp and Caches folder).
    Application settings, preferences, and data, including documents.
    Autofill for webpages.
    CalDAV and subscribed calendar accounts.
    Calendar accounts.
    Calendar events.
    Call history.
    Camera Roll (Photos, screenshots, images saved, and videos taken. Videos greater than 2 GB are backed up with iOS 4.0 and later.)
    Note: For devices without a camera, Camera Roll is called Saved Photos.
    Game Center account.
    Home screen arrangement.
    In-app purchases.
    Keychain (this includes email account passwords, Wi-Fi passwords, and passwords you enter into websites and some other applications. If you encrypt the backup with iOS 4 and later, you can transfer the keychain information to the new device. With an unencrypted backup, you can restore the keychain only to the same iOS device. If you are restoring to a new device with an unencrypted backup, you will need to enter these passwords again.)
    List of External Sync Sources (MobileMe, Exchange ActiveSync).
    Location service preferences for apps and websites you have allowed to use your location.
    Mail accounts (mail messages are not backed up).
    Installed Profiles. When restoring a backup to a different device, installed configuration profiles are not restored (such as accounts, restrictions, or anything which can be specified through an installed profile.) Any accounts or settings that are not associated with an installed profile will still be restored.
    Map bookmarks, recent searches, and the current location displayed in Maps.
    Microsoft Exchange account configurations.
    Network settings (saved Wi-Fi hotspots, VPN settings, network preferences).
    Nike + iPod saved workouts and settings.
    Notes.
    Offline web application cache/database.
    Paired Bluetooth devices (which can only be used if restored to the same phone that did the backup).
    Safari bookmarks, cookies, history, offline data, and currently open pages.
    Saved suggestion corrections (these are saved automatically as you reject suggested corrections).
    Messages (iMessage and carrier SMS or MMS pictures and videos).
    Trusted hosts that have certificates that cannot be verified.
    Voice memos.
    Voicemail token. (This is not the voicemail password, but is used for validation when connecting. This is only restored to a phone with the same phone number on the SIM card).
    Wallpapers.
    Web clips.
    YouTube bookmarks and history.
    * Your contacts are part of the backup to preserve recent calls and favorites lists. Back up your contacts to a supported personal information manager (PIM), iCloud, or another cloud-based service to avoid any potential contact data loss.
    You will see that contacts are backed up

  • N97 messages get deleted on phone shut down

    Hi!
    I am having a problem with messages stored on the Mass Memory of my Nokia N97. Each time I switch the phone off or change the memory in use, all the messages stored on my mass memory - inbox, drafts, sent, and email - are deleted. Each time, I have to set-up my yahoo email account all over again. However, this does not happen to the messages on the Phone Memory. My requests are these:
    1. Does anyone know how to ensure that each time I switch the phone off, my messages will still be intact?
    2. How can I retrieve all the messages I had lost from the Mass Memory.
    Thanks!

    Is that data saved in a Flash cookie or in a normal cookie or as a file on your computer?
    Make sure that you do not use [[Clear Recent History]] to clear cookies.

  • Email messages get deleted !

    Hi there,
    I have set up an email account on my N900. It is a POP3 account. I made sure "leave messages on server" is ticked.
    I am able to receive and see the emails on the N900 and if I log onto the webmail account on the internet, I can see that they are still there. So that works fine.
    However, if I delete an email on the N900, the same message also disappears a short time later on the actual server.
    I thought that they would stay there. Have I done something wrong in the settings or is this just the way it works ?
    Cheers
    Fred

    Go into settings and the 'mail and contacts' tab, then explore that account set up (accounts set up differently so I can't give specific directions) and see if you see an option to 'delete off server when deleted off device'
    You may also need to access the mail account on the web and see if you have to give it permission to allow a mobile device to control it (I had to go into hotmail adn tell it that it was okay if the mobile device controlled the server)
    Ultimately what you need is for your iPad to delete the messages off the mail server so they go away for good.

  • Do my messages get deleted when updating firmware?

    Subject asks it all ^_^

    Nothing should be deleted when updating firmware. However, standard practice when updating ANY computer's OS is to do a complete backup first. With the iphone, that means either performing a sync(first part of the sync process is a backup), or right clicking the phone in the device pane & selecting backup. That way, should anything go wrong, you have a current backup to restore from.

  • HT1766 when i connect my iphone to pc the last stored ringtone get deleted from sound

    when i connect my iphone to pc the last stored ringtone get deleted from sound why so ??

    Non c'est normal: "appareils"= iPhone, iPod, iPad... Votre ordinateur est dans "Ordinateurs autorisés"

  • JMS Messages Stuck in Pending

    Hi,
    We have Weblogic JMS provider and we use spring JMS listener to read messages of the queues. Our Spring listeners are running inside a webMethods Integration Server container. For a few of the queues, we have been seeing messages that are stuck in the "Pending" state on the JMS queues. The state string inside webLogic is shown as "receive". We don't have any evidence from our logs that the message actually is received by the listener or by subsequent processes down stream. The messages gets cleared when the Weblogic server is restarted.
    Has anyone faced a similar issue or any ideas as to what might be causing this stuck messages?
    Our weblogic version is 9.2
    Regards,
    Aneel
    Edited by: user3127831 on Mar 24, 2009 7:02 AM

    Hi Aneel
    Typically JMS messages get stuck in pending state between components because of XA issues - due to configuration on one side of the fence or another, transactions aren't committed successfully, so a JMS message is placed on a queue successfully, but is not available due to the transaction that created it not committing successfully.
    What is creating the messages being placed on the queues? What's the difference between how you're creating messages for the queues you can read successfully and the ones that are not becoming available?

  • Price on PO getting deleted once you reference an item with a contract

    Hi,
    We are using SRM5.5, ECS, and I am trying to create a standalone PO with a line item reference with material/service ID and also I want to reference it to a contract line, but once I add the contract line for that material, the price is getting deleted. Any clues?
    The second point is that I am not able to create a limit item with reference to contract in BBP_POC, in other words, I can't even see the contract field if I select limit item, any thing missing?
    Thanks,
    CS

    Hi Peter,
    Thanks for your reply, but I have no price on the contract line, and I tested with a contract with price too, but still once I reference the item from a PO line item, the price is getting deleted. Wondering why this is happening?
    Thanks,
    CS

  • Workflow gets deleted but dependant steps are not deleted

    Hi Experts,
    When OMR_DELETED event of BOR object ECO is raised, as per design the workflow instance is logically deleted. But all the dependant steps of the workflow are not getting deleted logically.
    Why is this happening?I mean why workitems generated for child steps are not deleted when parent workflow instance is logically deleted?
    Thanks,
    Sonali.

    Hi,
    as per design the workflow instance is logically deleted. But all the dependant
    steps of the  workflow are not getting deleted logically.
    Are you using wait to delete logically or through Function Module. Can you tell where you doing this.
    Regards,
    Surjith

  • Sms getting deleted automatically in 5220

    Hello
    I have been using nokia 5220 for the past 4 years and did not have any problem. couple of days back it got switched off due to low battery and later i switched on after charging to my surprise only 236 sms were there in inbox out off 800. Now also only 236 sms are there and if I get any new messages old messages get deleted automatically. kindly help me in resolving this issue
    Thanks

    Hi, I have a similar problem with my Nokia 113. When the device has been shut down, all the text messages in the inbox are automatically deleted. Very strange. Resetting date and time doesn't work, neither does resetting it to default settings...
    Any other ideas or solutions please?

  • SMS gets deleted automatically in blackberry Perl 8120 model

    Hi all,
              I am using blackberry Perl 8120 model.
    My sms got deleted automatically even the have set "forever" for "Keep Messages" option.
    Because of this i had lost many important sms etc. Can somebody suggest how to resolve this.
    Thanks in Advance.
    With Regards
    Hemant

    JSanders wrote:
    hem_kec wrote:
    The free file status is changed from 2355272 bytes to 6334580 bytes after reboot.
    Is it bug ?
    No, it's not a bug. It's called low memory. You were at 2MB file free, after reboot, at 6MB file free.
    Neither of which are really acceptable.
    Read this: http://www.blackberryforums.com/general-blackberry-discussion/116396-managing-your-bb-memory-lost-ca...
    And this: http://www.blackberryforums.com/general-blackberry-discussion/112029-losing-call-logs-sms-emails-opt...
    Additional links to read:
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB15345&sliceId=SAL_Pub...
    http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB14320&sliceId=SAL_Pub...
    http://www.blackberry.com/btsc/dynamickc.do?externalId=KB14213&sliceId=SAL_Public&command=show&forwa...
    I was having the same problems, and this answered it for me.  However, it seems to me that this is a poor design in how the device handles insufficent memory situations.  It seems to me that the device should alert the user to the situation first, and then ask whether to crash abort what it's doing, or to allow it to continue at the risk of messages getting deleted.  I would've never had a clue as to what was happening, except to suspect that my device was bad.  Maybe this could be a future design fix.

  • Email, how do I protect Emails on my Treo so that they don't get deleted?

    I find that every couple of days, my received Email messages get deleted automatically.  There are some that I want saved but I can't seem to find any settings to do this.  I don't want Emails deleted unless I delete them.  Is there a way to do this?
    Post relates to: Treo 800w (Sprint)

    Yes.  This tutorial describes how to go about it: #9a - Archiving an iPhoto 7(08)/8(09)/9(11) Book for Editing and/or Ordering at a Later Date. For future books I suggest you start out with a new library and copy the needed photos to it from your current library with iPhoto Library Manager .
    OT

Maybe you are looking for

  • Data Extraction to Cube is very slow

    Hi Experts, I am working on SAP APO project .I have created a cube to extract data(Backup of a planning area) from Live cache.But the data load is taking lot of time to load.We analysed the job log found that for storing data in PSA and in datatarget

  • Windows vista tells me iTunes has stopped working when I try to sync iPod

    I recently downloaded the newest version of iTunes (8.0.2.20), thanks to its incessantly asking me to. Since I downloaded, every time I attempt to sync to my iPod classic, Windows tells me iTunes has stopped working and forces me to close the program

  • Production order corresponding to sales document and sales item

    hi experts how to get the production order no corresponding to sales document(vbeln) and sales item(posnr)?

  • Front window desing

    while writing code in block window my block window scrolls right and so is the front window . i want that my fron window shouls not scroll irrespective of the length of the block window. i want to display the controls at specific postion on front win

  • Openbox cairo-compmgr or xcompmgr, no "real" compositing

    Hi everyone, I apologize in advance for my bad inglish. I just baught an old thinkpad x61, equiped with an intel GMA965 chip and an intel X3100 GPU. At first, I installed xfce with compiz-fusion. Everything worked perfectly, my terminals had a real t