Mail db had no sync anchor for account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114. Will erase local messages, perform full sync.

Hi
Does anybody experience similar issues? And if yes do you know if any solution exists?
I can see often the following logs on the iOS devices:
Feb 13 08:50:03 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |mail db had no sync anchor for account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:03 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |server returned null sync key for sync of account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:03 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|DA|Error|failed to download body for message "114:1354"
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |mail db had no sync anchor for account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |server returned null sync key for sync of account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|DA|Error|failed to download body for message "114:1357"
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |mail db had no sync anchor for account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |server returned null sync key for sync of account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|DA|Error|failed to download body for message "114:1357
The result of this error is all the time full re-sync of the iOS device which odd behavior especially if you have large mail file. To me it seems it is connected to the MS Exchange, but the truth is that there is MDM solution in front of Exchange.
I will be happy for any advice.

Hi
Does anybody experience similar issues? And if yes do you know if any solution exists?
I can see often the following logs on the iOS devices:
Feb 13 08:50:03 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |mail db had no sync anchor for account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:03 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |server returned null sync key for sync of account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:03 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|DA|Error|failed to download body for message "114:1354"
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |mail db had no sync anchor for account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |server returned null sync key for sync of account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|DA|Error|failed to download body for message "114:1357"
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |mail db had no sync anchor for account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|EAS|Warn |server returned null sync key for sync of account:78D15F06-D105-4D89-881C-52CE68E274ED, folderID 114.  Will erase local messages, perform full sync.
Feb 13 08:50:04 Tobiass-iPhone MobileMail[4239] <Notice>: 0x17487c6c0|DA|Error|failed to download body for message "114:1357
The result of this error is all the time full re-sync of the iOS device which odd behavior especially if you have large mail file. To me it seems it is connected to the MS Exchange, but the truth is that there is MDM solution in front of Exchange.
I will be happy for any advice.

Similar Messages

  • Had to delete iTunes for computer repair. Downloaded new version 10. Would not open -Message: "iTunes Library.itl cannot be read because it was created by a newer version of iTunes"

    After getting message below iTunes will not open- just disappears off screen.
    Had to delete iTunes for computer repair. Downloaded new version 10. Would not open -Message: "iTunes Library.itl cannot be read because it was created by a newer version of iTunes"

    Unless you've recently attempted to downgrade iTunes this is probably a sign of a corrupt library file. See Empty/corrupt library after upgrade/crash.
    tt2

  • For adding about 70 shift registers to my VI , will it affect the performance of the project or it depends on my PC ??

    I have 70 shift registers to accumulate date from 70 channels to plot it every channel individually , will these shift registers affect the performance of the project or it depends on my PC ??

    Osama90 wrote:
    I have 70 shift registers to accumulate date from 70 channels to plot it every channel individually , will these shift registers affect the performance of the project or it depends on my PC ??
    It will certainly affect your performance and ability to handle/change your code. Change it to an array of plots, either as a 2D array (if using the same sampling rate), or an array of clusters with the channels (1D array?) as data. From a machine perspective 70 SRs should work, but not from a person perspective.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • I had the iPhone 5 for a while and my Macbook Air was sending me the incoming messages from that phone, however I just upgraded to the 6 Plus and was wondering how I can get my laptop to recognize the messages from this phone now on iMessages.

    Okay so my Macbook Air has always allowed me to receive iMessages from my iPhone 5 to my computer. So basically I could use both to text.. However I just upgraded to the iPhone 6 Plus and I would like the same to happen again with my new phone, but I don't know how. How can my incoming iMessages from my new iPhone 6 plus show up on my laptop?
    -I see all the messages from my old iPhone there, but I would like to know how to set it up so that i can view the messages from my new phone.

    Hi,
    If you are signed onto the same iCloud/Apple ID for Messages, then the second number should have been registered with your Messages on the Mac at the time it was verified.
    To check this, open Messages on the Mac, click on Accounts, and see if the number is displaying and checked. If it is not, Sign out of Messages on your new device and then sign on again.
    Again, phones need to be signed onto the same Messages account that you have set up in Messages.
    Cheers,
    GB

  • Mail:-Enter Password for Account?Enter Password for Account?Enter Pas......

    Why does Mail keep asking me," Enter Password for Account..........The POP server"pop.wanadoo.co.uk" rejected the password for user.........
    I enter password, get and read mail but still this message appears so I press cancel. I have never worked out if a password is needed or not. "Remember in Keychain" has been used but again I do not know if this is needed and even then message appears.
    What have I got wrong?
    Any help would be appreciated.

    What is your time interval setting for automatically checking for new mail?
    If set to every minute, change it to every 5 or 15 minutes.
    Also, try using Keychain First Aid.
    Open Keychain Access, located in Applications/Utilities. Choose Window > Keychain First Aid. Select your primary/login Keychain, enter your password, click Repair and then the Start button. A log will appear reporting any problems repaired.

  • I have a problem syncing iCal on my Macbook air (10.7.5) and my iPhone 4s (5.1.1) over iCloud. The following server error message comes up "The request (CalDAVAccountRefreshQueueableOperation) for account "iCloud" failed." Been to Apple - no luck. Ideas?

    I have a problem syncing iCal on my Macbook air (10.7.5) and my iPhone 4s (5.1.1) over iCloud. The following server error message comes up "The request (CalDAVAccountRefreshQueueableOperation) for account “iCloud” failed." Been to Apple Store - no luck instore, or with Super genius over the phone when with genius in store, taking data in real time via ethernet!
    I had to do a full wipe of my system because of time machine back up issues 2 weeks ago, and the error has only occured at some point since then. I only did a drag and drop of my user account folders/files into an External HDD rather than a copy of my user account (advised by the staff in store at Apple to do this) and when reimported, the Mail folders are all present but each message is in a sub-sub-sub folder that is numerically named. I do not have a mirror image of the hard disk prior to the wipe, only a time machine back up from 2 weeks prior to it being done. I am uncertain if this reinstall has caused the issue. 
    I am not happy to upgrade the software in my iPhone until I have the calendars working. I have purchased Mountain Lion, but again am concerned about upgrading until the issues are sorted.
    I have tried the other solutions on here with no luck. HELP please.
    Many Thanks.

    Progress Update.
    I made a back of what existing phtos and Videos I had on my Iplhone.  I used Image capture to do this making an entire back up of photos and videoa that were still intact on the phone.
    Image capture is god for this purpose, as it does exactly what you ask it to do without applying any rules or squishing the files back into iphote (which might also be corupted) 
    Image capture wil do the basic function of retriving the contents of the phone and save them as native files on your hard drive.
    Once I did this I erased my iphone, and re intitialised it restoring an older back up from icloud.
    As the retore was happneing - I did retreive the missing files that cuased the intial beviour as above, and I could play the videos that were missing in the above scenerio.  The wierd ting was however that even though the source files were now back on the device, the thumbnail previews were missing. Where I ahd balck thumb nails for server portions of the resotred content.
    I then went to bed as the restore is a long process.  When I woke up the library had library had cleaned itself up.  Mysteriously the prcess had deleted the files missing the their thumbnails.
    This is very perculiar and bad behavior.
    I am now repeating the process, and will attempt to download the missing content as it is restored and prior to the phone trying to fix itself.
    Here are the lessons learned.
    DO NOT rely on Photo Stream to keep back ups and synchornise videos from you IOS device. IT DOES NOT SUPPORT THIS CAPBILITY
    DO NOT rely on iCloud Back Up alone - always fd an occassional iTunes back up or more reliably still always take a back up of photos and video files using Image Capture to be doubly sure that you a have backd up any content.
    DO THIS NOW - dont wait to loose your phone ofr have your phone repaired by replacement at the apple Store.  (I did both :-(

  • My husband and I had been sharing an iTunes account, which resulted in his apps and music being synced to my iPhone and mine to his. . . very annoying.  So I created a new iTunes account, but now no devices show up in the sidebar so I can't sync my phone.

    My husband and I had been sharing an iTunes account, which meant that when he synced his iPhone, all his apps and music appeared on mine as well, and vice versa.  This was annoying, so I created my own account and have changed the Apple id on my phone.  However, when I try to sync it on iTunes, no devices at all show up in the sidebar.  What am I doing wrong?

    Whenever a menu choice is grayed out, that is because you have Restrictions turned on in Settings.  Be sure to turn it off.
    You are confusing an itunes store account with an icloud account.  You two can continue using the same ID for itunes (thus sharing purchased music, apps, etc.), but you really should have separate accounts (different IDs) for icloud, since an account is intended for one user to keep his/her devices in sync.
    To create a new icloud account, go to
    http://www.apple.com/icloud/setup/
    Then go to Settings>icloud and scroll to the bottom of the screen and tap Delete Account.  (have restrictions turned off)  That will disconnect the device from the account but will not delete data in icloud or other devices.  Then sign in using the new ID.

  • Windows 8.1 Mail App doesn't sync Exchange account on desktop but does on laptop

    I was referred to this forum by another Microsoft engineer, and while I do not believe this is where this problem can be resolved, I'm following his instructions.
    I have Windows 8.1 on my desktop PC and an ASUS X205TA laptop. For several months, the three accounts I have under Mail (two Outlook.com accounts and one Microsoft Exchange work account) synced properly on my desktop. 
    In fact, the Mail app on my desktop worked fine with my Exchange account from the first time I used it under Windows 8 in 2012. The version didn’t seem to matter – whether it was Windows 8 Consumer Preview, Windows 8, or Windows 8.1, the Mail app
    connected to my Microsoft Exchange account simply by filling in my email address and password.
    Sometime this past summer, however, in the July timeframe, the Mail app stopped synchronizing with my Exchange account. In an effort to repair it, I removed and attempted to reinstall the account. This time, it would not let me load the Exchange account, even
    when including additional information (domain, server, user name, et. al.).
    This past fall, I purchased the ASUS notebook with Windwows 8.1 installed, and I was able to successfully load my Exchange account in Windows Mail using just my email address and password, as well as the two Outlook.com accounts, and all three accounts synchronize
    properly. When I went back to my desktop, however, I noticed that the Liberty email account was listed under my Mail app. Apparently, since my laptop and desktop configurations are registered under the same Microsoft account, when they synchronized, the Liberty
    email account which I successfully loaded on my notebook appeared on my desktop system as well. 
    The Mail app on the desktop, however, still can’t synchronize with my Exchange account so, in effect, I’m back to where I was in July. I would also add that I'm running Microsoft Outlook 2013 on my desktop and laptop and, in both cases, all three of my email
    accounts are installed and working properly.
    I don’t know if this information gives you insight into what the problem might be, but it’s apparent that there’s something in the configuration of my desktop Windows Mail app that is causing the problem. It’s working just fine on my notebook.
    I've uninstalled and reinstalled the Mail app multiple times, run the App Troubleshooter, and tried a Clean Boot installation of the Exchange account. None of these fixed the problem.
    As I told the other Microsoft engineer, if this were an Exchange problem, I wouldn't be able to connect to my Exchange account in Outlook 2013 on my desktop and my laptop, nor would I be able to connect to my Exchange account using Windows 8.1 Mail
    on my laptop.
    The problem is specifically with the Windows 8.1 Mail app on my desktop PC, and its sudden inability to sync with my Exchange account after it worked in every iteration of Windows 8 since 2012.
    I have posted this issue in this forum as suggested, but my troubleshooting does not point to an Exchange problem, but rather a Windows 8.1 Mail app problem on my desktop PC.
    Can you help?

    Hello ronontheright,
    Do you mean that only the Exchange account in the desktop Mail app can’t sync?
    Please take a look at the following article.
    http://blogs.technet.com/b/exchange/archive/2012/11/26/supporting-windows-8-mail-in-your-organization.aspx
    Exchange ActiveSync can be used to sync data for email, contacts, and calendar. The Windows 8 Mail app supports Exchange ActiveSync.
    Please open the Windows Store app Calendar and People to check if they can normally sync.
    Please try to remove the account in Mail app and sign in again and check if the issue still exists.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Whenever i try to sync apps, tones, music etc, it says me to authorize my computer. But i had already authorized it and had even signed into my account. Can you please help me? I am facing this problems since long. please.

    Hey there.
    Please help me.
    Whenever i try to sync apps, tones, music etc, it says me to authorize my computer. But i had already authorized it and had even signed into my account. Can you please help me? I am facing this problems since long. please.
    It goes like this.
    Whenever i connect my iPhone5, it starts to sync. later when it reaches the 4th stage of 'Tranferring Purchases' it stops and says me to Authorize my computer.
    But i had already authorized it and even signed my apple id.
    Moreover, i have only authorized 1 out of my 5 computers.
    Please help me.
    I have been facing this from long.
    Thank You.

    Hi Rameez,
    Thanks for visiting Apple Support Communities.
    The steps in this article can help if iTunes is asking you to authorize your computer repeatedly:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/ts1389
    Best,
    Jeremy

  • Had problem with my hotmail account and had to change my password. Ever since then, my default e-mail account set up to hotmail doesn't work...it sends from gmail. How can I correct that?

    Had problem with my hotmail account and had to change my password. Ever since then, my default e-mail account set up to hotmail doesn't work...it sends from gmail. How can I correct that?

    On your iPhone you need to change your password in 2 places:
    - Incoming Mail Server and
    - Outgoing Mail Server
    To get to the password entry for the Outgoing Mail Server you have to tap on cell smtp.live.com and again on the second view.

  • Hi I have been using Thunderbird and Firefox for at least seven years. I do not like Outlook or Internet Explorer. However, I had to sync my PDA phone today with Outlook and now I can't open Firefox at all. I get an error that says:

    I had to sync my PDA phone today with Outlook and had to create an account in outlook , but only for the contacts and calendar. But after synching the phone, can't open Firefox at all. I get an error that says:

    i wish i could paste the error message but it is

  • Can I set Mail.app to default "Permanently erase deleted messages when" to Never, for all new accounts?

    When setting up new accounts in Mail.app, I generally remember to set the "Permanently erase deleted messages when:" setting to "Never", in contrast to its harsh default 1-month setting. 
    When I first switched to a Mac years ago (probably around the time of Leopard, or one before), I didn't know of this setting, as it's somewhat buried and not part of the add new account "walkthrough", and I permanently lost serious business mail on a self-hosted mail server, due to this, in my opinion, really stupid default setting. 
    At any rate, as I said, I usually remember to change this, but I recently synched accounts via iCloud to a new machine (a work machine), and for whatever reason, the setting didn't take on one account (just one account; despite being set to "never" on the primary mac from which things sync).  Same problem all over again.
    So, Is there a way I can simply change the default, in the system, so that whenever a new account is created, Mail.app sets the default "erase messages when" time to "Never"? 
    I need to duplicate Gmail (archiving) functionality and thus far this is the best way I have of going about it; leaving those messages in trash on my regular old everyday IMAP servers.
    I did run into this solution – http://support.apple.com/kb/TA22283, though it was for Mail.app in OSX 10.2 (so things have changed now), but I'm willing to bet there is a similar command, more up to date, that might do something similar?  I'd like to run such a command on all of my machines so that ALL new mail accounts created are set to NEVER permanently auto-empty the trash–that should be done when I chose, and when I chose only.

    Open Mail preferences, click on the Accounts icon in the toolbar then select your mail account, click on the Mailbox Behaviours tab on the right. Set the dropdown menu at the bottom for the Never option.
    However, you cannot change the default options set for a newly created account.

  • The default account option in iOS for contacts is missing; while I have multiple account options for mail and contacts are turned on for iCloud and other accounts.

    The default account option in iOS for contacts is missing; while I have multiple account options for mail and contacts are turned on for iCloud and other accounts.  I previously was able to select between my Microsoft Exchange Contacts (work account) and iCloud (personal), but both those options are now gone.  I tried turning contacts for both off and on and rebooting, but it didn't help.  Any ideas?

    Just a guess but if the exchange account is from your employer, your employer may have installed a security profile to your device preventing you from adding or editing contacts in the exchange account by removing the Default Account setting.  You would need to check with your employer's IT department to confirm this.  You could also test this by adding a Gmail account and turning on contacts syncing with Gmail to see if the setting reappears.

  • HT4864 I am getting a triangle with an exclamation point next to my inbox...it says: There may be a problem with the mail server or network. Verify the settings for account "MobileMe" or try again.  The server returned the error: Mail was unable to log in

    I can send but cannot recieve email
    This is the messege I am gewtting:
    There may be a problem with the mail server or network. Verify the settings for account “MobileMe” or try again.
    The server returned the error: Mail was unable to log in to the IMAP server “p02-imap.mail.me.com” using “Password” authentication. Verify that your account settings are correct.
    The server returned the error: Service temporarily unavailable

    Also if I go to system preferences accounts and re-enter the password it fixes the glitch sometimes.

  • When I pre ordered my iphone 6 i was told I was going to get an additional 1 gig of data per month for a year.  It even shows it on the receipt i received with the phone.  When will I see that reflected on my account.  I have had my new phone for a week a

    When I pre ordered my iphone 6 i was told I was going to get an additional 1 gig of data per month for a year.  It even shows it on the receipt i received with the phone.  When will I see that reflected on my account.  I have had my new phone for a week and used tons more data than usual and am hoping that will save me this month.

    concretedonkey, I'm glad you were able to take advantage of this offer when you ordered your new iPhone 6. I can certainly review your account to ensure this was added for you. Please reply to the direct message I have sent you.
    AndreaS_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for