SMTP Server changes on Mac now causing error "remapping record identifiers"

I had some problems all of a sudden with outgoing smtp server settings as I traveled from place to place. I finally got all that resolved through trial and error. Now when I sync my iPhone, it tells me "iTunes could not sync mail accounts to the iPhone "my name" because an error occurred remapping record identifiers. iPhone mail is working fine. Did the smtp server setting changes cause this? How do I fix it? Would appreciate your comments and suggestions.

Check Damon's answer in this thread.
http://discussions.apple.com/thread.jspa?messageID=6073736
Did you make these changes on your iPhone, or with the Mail.app on your MBP?
FYI - the sync process for email account setup information in a transfer process in one direction only - from your computer to your iPhone. Any changes made to account settings on your iPhone will not be transferred to your Mac. Email account settings are not synced.
If you made the changes to the account settings on your iPhone only, the changed settings will be overwritten with the account settings on your Mac when syncing. Transferring email account settings via the sync process only needs to be done once - unless you make changes to the account settings on your computer that you want transferred to your iPhone - without having to manually change the account settings on your iPhone.

Similar Messages

  • Remapping record identifiers error

    I crashed 10.5.2, had to reinstall 10.5.1 then combo update and since then when I sync my iPhone I get this error in iTunes:
    "iTunes could not sync mail accounts to the iPhone "Mark Richardson's iPhone" because an error occurred remapping record identifiers."
    I deleted the email account from iPhone, re-entered the email account again and got same error on syncing. BUT I sent a test email to this account and got an email. So the account works but its not recognized in iTunes sync.
    Any suggestions?

    This was addressed in a previous post:
    On the next sync, try going into the info tab in itunes and uncheck sync email accounts.
    Then click apply in the bottom right corner.
    Close itunes and disconnect the iphone.
    Now open isync in your applications folder.
    Open the isync preferences.
    Reset sync history.
    Once sync history is reset, you can try opening itunes, connect the iphone and try syncing again.
    If the error still occurs, you can leave the option to sync accounts to the iphone unchecked since this does not mess with sending or receiving mail on the iphone.

  • Help!  iTunes could not sync mail accounts to the iphone "iphone" because an error occurred remapping record identifiers.

    error message after trying to sync iphone:  iTunes could not sync mail accounts to the iphone "iphone because an error occurred remapping record identifiers.  What does this mean?   how do I fix it?

    You can either setup your mail account settings manually or sync your settings to your phone. If your mail accounts are already setup on your phone, there is no need to have this box checked in itunes.

  • "iTunes could not sync mail accounts to the iPhone because an error occurred remapping record identifiers.

    When I sync my 3g iPhone to my laptop - windows , I am getting a new message that "iTunes could not sync mail accounts to the iPhone because an error occurred remapping record identifiers.
    Can anyone help me to solve this issue ? relly its a major problm

    iTunes is running into a conflict between mail account information already on your iPhone and the accounts you are trying to sync.
    Connect your iPhone to your computer. In the Advanced section under the Info tab, check the box next to "Mail Accounts". This will replace the mail account info on your iPhone with the accounts you are trying to sync.
    If this does not work, then reset your sync history by opening the iSync application, going into the preferences, and clicking Reset Sync History.

  • SMTP Server Changing Unpredictably

    I am experiencing weird behavior in my JavaMail program. At first, mail sending works fine through a remote mail server. After the program has been running for a while, though, it starts trying to send messages through localhost.
    I am creating my session once as follows and use it and only it for all mail handling in my program:
        Properties properties = System.getProperties();
        properties.put("mail.smtp.host", smtpHost);
        properties.put("mail.smtp.auth", "true");
        // Disable the TOP command.  Otherwise, JavaMail will raise an
        // exception in calls to folder.fetch() and message.getContent()
        // when dealing with a qmail server and messages that begin with
        // a dot.  See
        //   http://forum.java.sun.com/thread.jspa?messageID=4395487?
        // for details.
        properties.put("mail.pop3.disabletop", "true");
        Authenticator authenticator = new FixedAuthenticator(userName, password);
        Session session = Session.getInstance(properties, authenticator);I create a message to send as follows:
        MimeMessage mimeMessage = new MimeMessage(session);
        toAddresses = InternetAddress.parse(to, false);
        mimeMessage.setRecipients(Message.RecipientType.TO, toAddresses);
        ccAddresses = InternetAddress.parse(cc, false);
        mimeMessage.setRecipients(Message.RecipientType.CC, ccAddresses);
        mimeMessage.setSubject(subject);
        InternetAddress fromAddress = new InternetAddress(from);
        mimeMessage.setFrom(fromAddress);
        Address replyToAddresses[] = { new InternetAddress(replyTo) };
        mimeMessage.setReplyTo(replyToAddresses);
        DataHandler dataHandler = createDataHandler(inputStream, contentType);
        mimeMessage.setDataHandler(dataHandler);I send the message as follows:
        Transport.send(mimeMessage);I dug around in this forum's archives and found various references to multithreaded apps having this problem due to use of statics and system properties. I'm thinking I can fix the problem by getting an instance of the Transport class from the Session and sending the message through it instead of calling the static Transport.send() method. Sound right? Or do I also have to change the way I'm setting up the Properties object?

    Here is my thinking, which may or may not be valid:
    1. My POP3 server is establishing connections with
    SMTP servers on the SMTP port.
    2. When my app (running on the same machine as the
    POP3 server) tries to send mail using a remote SMTP
    server, the app needs to open the SMTP port that is
    already tied up by the POP3 server.You would have to be doing something very unusual for that
    to happen. The client port is assigned arbitrarily and is unrelated
    to the server port you're connecting to. Two clients using different
    client ports can connect to the same server port on the same server.
    3. In response to the busy SMTP port, somehow
    JavaMail is somehow retrying the send using the
    default SMTP server (localhost).No, it doesn't do that.

  • Photoshop Elements 11 Change harddrives on Mac now get Error 213:5

    What's the solution?

    Racer_C
    If your program is Photoshop Elements 11, you have posted in the wrong forum. Somehow your thread has been posted in the Adobe Premiere Elements Forum (video editing).
    Please repost your thread in the Adobe Photoshop Elements Forum or wait for a moderator here to see your thread here and move your thread from here to there.
    Photoshop ElementsPhotoshop Elements
    While you are deciding on your direction on this, please check out to determine if any of that applies to you...what is your computer operating system?
    Elements 11 on Mac OS 10.8.2.. error 213.5
    Thanks.
    ATR

  • Outlook 2011 quit sending email - iCloud SMTP server changed?

    Anybody else notice that SMTP parameters to connect to Apple's iCloud mail servers have changed?
    I use Outlook 2011 for Mac for my email client under 10.6.8. and today I noticed that my outgoing mail from Outlook on my iCloud mail account was hanging up and timing out connecting to Apple's SMTP servers.  Had not seen this problem before.  The same messages were sent successfully through Mail.app.  What was the difference?
    It turns out that the outgoing server name used by Outlook - previously smtp.me.com - needed to be changed to smtp.mail.me.com and I also needed to use the alternate port 587.   I had used the previous settings successfully as recently as last week but it wasn't working this morning, so the change must have been only in the last few days.
    Hope this helps somebody else who's frustrated trying to keep their Outlook email functioning on Apple's servers.

    Hi paulfrom34,
    Welcome to the Apple Support Communities!
    I understand that you are unable to send email on your Mac unless you use your iCloud account. To troubleshoot issues with sending email, please read over and work through the suggested steps located in the attached article. 
    If you can’t send or receive email on your Mac - Apple Support
    Best regards,
    Joe

  • Mail SMTP-server changing the port by itself!

    Hi!
    My mail app keeps changing the smtp port from 25 to 547! I dont know how i can fix this..! It happens even though i havent put my macbook pro to sleep, over intervals of a couple of hours. Ive assigned mail to use a custom port 25 because for some reason it doesnt use port 25 when assigned to "Use default ports"..
    Any ideas of how to fix? Couldnt find any case like it on the interwebs.. :/
    -Tormod

    Hi!
    I have my own domain, so port 25 works for that mailaccount, none of the others..

  • Changed universe and now getting errors

    Hi All,
    I use WEBI BOXIr2
    I had an original report that had 2 queries to 2 different universes. One universe we stopped using so I emptied out that query and pointed it to the same universe as teh first query. Now when I open the report and go to Edit Query I get a message saying
    The current query contains objects that are missing from this version of the universe. The query will be updated.
    My boss wants me to get rid of this message. So i went to the query and threw in a random object into the results objects pane.
    now I get this message
    A filter is defined on an object that is incompatible with all the objects selected on the Result Objects pane. Remove the filter from the Query Filters pane or remove the objects from the Result Objects pane. (Error: WIS 10702)
    There are no filters anywhere on the queries. Not even on the first query.
    Can anyone help me figure out what this means.
    Thanks,
    Preya

    Have a look here http://www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache/

  • Mail account Sync Error "an error occurred remapping record identifiers"

    I hope someone might be able to shed some light on this problem I am having.
    I have a POP and an IMAP (mobile.me) mail account on my Mac which I also have on my iPhone. Email works fine on both devices but on every iPhone Sync attempt in iTunes I get the same error message as per the following image.
    !http://www.wrxownersclub.com.au/forum/syncerror.jpg!
    The following is from the AppleMobileSync.00.log from within Console.
    2009-01-30 13:04:59.682 AppleMobileSync 1440:2689074976 SyncClient.m:- ConcreteSyncClient remapRecordIdentifiers:dataClass: ERROR: Exception NSInvalidArgumentException calling clientChangedRecordIdentifiers: ISDSqliteRecordIdMapper replaceLocalId:withLocalId: : you can't change the local id 501CDE24-46B5-476F-A21A-1C9AD7E0DA60 -> 8769B17E-D91B-4E85-B960-457AFCA85949: both the new and old ids are already mapped to global ids
    I've tried deleting both accounts from my iPhone but on Syncing again they are not re-created anew as I thought they would be.
    Does anyone have any suggestions.
    Chris

    Before the next sync, try going under the info tab for your iPhone sync preferences and uncheck sync email accounts. Select apply in the bottom right corner.
    Quit iTunes and disconnect the iphone.
    Launch the iSync application in your applications folder and go to iSync preferences.
    Select Reset sync history.
    After resetting sync history, restart your Mac. Launch iTunes and connect your iPhone. Select syncing the email account settings for these email accounts under the Info tab for your iPhone sync preferences. Select Apply, followed by a sync.
    If this works, you can deselect syncing the email account settings for your iPhone sync preferences. This transfers email account settings only from your Mac to your iPhone. After the account settings are successfully transferred to your iPhone, there isn't any reason to include this with every sync. You only need to do this if your email account settings change for these email accounts on your Mac, which shouldn't happen very often.
    If this doesn't work, leave the option to transfer the email account settings under the Info tab for your iPhone sync preferences and manually re-create the accounts with the iPhone's mail client.

  • Sync problem - Outlook Exp -- "error occurred remapping record identifiers

    What does this mean? It's preventing me from syncing my iTunes as well. Thanks.

    Hmm, I think I just solved this, at least for me: on the Info pane of the iPhone's settings in iTunes, I checked Mail Accounts down in the Advanced section, so it replaced the info on the iPhone with the latest Mac settings. Then I synced again, and didn't get the message.

  • How do i change my smtp server password

    I have been getting messages saying that my connection was refused by the smtp server. The help screens said to delete the smtp server password and I now cannot find an option to replace it

    If there is no password you will be asked for it when it is needed.

  • Getting problem when connecting to SMTP server through java code

    Hi all,
    I am getting problem when i am going to connect with "Kerio SMTP server" through java code. The error what i am getting is :
    "[16/Sep/2008 15:59:09] Sent: Queue-ID: 48cf8a73-000000f9, Recipient: <[email protected]>, Result: failed, Status: 5.3.2 554 5.0.0 Too many hops (101, max 100), message looping" when sending an email from [email protected]

    Looks like something is set up wrong on your server that's causing messages
    to be forwarded around a loop too many times without ever reaching the destination.
    For instance, if server A forwards to server B, and server B forwards to server A,
    this would happen.

  • TS3276 if smtp server yahoo is offline, what exactly does that mean? did yahoo take the server offline?

    IF YAHOO SMTP OUTGOING MAIL SERVER IS OFFLINE, DOES THAT MEAN YAHOO HAS TAKEN DOWN THAT SERVER?, OR IS THAT SERVER BEEN TAKEN DOWN FOR SOME SORT OF MAINTENANCE?, OR IS THAT SERVER HAVE PROBLEMS? WOULD APPRECIATE A KNOWLEDGABLE
    ANSWER, IF ANYONE KNOWS ABOUT THIS ISSUE.
    THANKS.....FRANK

    well it's back online, so i guess they(yahoo) fixed their SMTP server. I can now send mail from my mac. Other
    people have also had this issue, so i hope they're able to send mail.

  • Cannot edit outgoing SMTP server list in mail.app

    Did a fresh install of Snow Leopard on a new 13" Macbook Pro unibody and was trying to add an IMAP email account. After failing to connect, I was trying to specify the outgoing port and realized that I could not edit the outgoing SMTP server list.
    Steps to reproduce error:
    1. Open mail.app
    2. Go to Mail > Preferences
    3. Select "Accounts" tab and select any mail account
    4. Select "Account Information" tab and click Outgoing Mail Server (SMTP) drop down menu
    5. Select "Edit SMTP Server List..."
    After that point the instead of opening the list of servers with their settings, it simply returns to the "Account Information" screen. I'm a bit confused because I've never had this happen before in any other version of mail app. I cannot edit or delete any outgoing mail server accounts because of this. Any help will be much appreciated. Thank you for your time and consideration.

    This should not happen. Had you migrated back to the fresh install the Mail folder in User-Library? Or is this a clean setup? I would go to User-Library-Preferences, and drag the com.apple.mail.plist to the trash, then open Mail and try again.

Maybe you are looking for

  • No data loaded to the cube

    hello, I have created four dimensions, all validated, deployed and loaded successfully. I created a cube, and used a joiner to load the keys from the tables. It has just one measure, and I am loading it from a different table. I ran a query with a jo

  • How can I sync my ipad with a computer that no longer can connect to the internet?

    All of my music and pictures are on this laptop. It cannot connect to the internet via wireless or ethernet anymore and I need to "authorize" my account on this computer to be able to sync to Ipad 2.

  • Example of  BAPI_CUSTOMER_CREATEFROMDATA1

    anyone have an example of this bapi?

  • Debugging MAU 1.0 in NWDS

    Hi all. I am running into problems while trying to debug MAU 1.0 in NWDS. When i start the debugger the MI is starting, the IE is starting and trying to display the start page: http://localhost:4444/MAU/start I receive an Error 500 caused by the foll

  • No CD/DVD drive

    Hi, My wife's Satellite A205-S5804 doesn't recognize the CD/DVD drive.  It doesn't show up in "my computer" or device manager.  It has power to the device (it will open and the little light comes on.)  She is running Vista. Here is what I have tried