.Mac Sync Error and no syncing

I get a .Mac Sync Error with this notation. *-[NSCFDictionary set: Oject for Key:] nil value
I have Synchronized my G-4 to .Mac. In other words .Mac should be the same as my G-4. When I try to sync my iBook and Mac Mini to .Mac I get the above error message. All 3 machines are running 10.4.2
Help will be appricated
Mac Mini, G-4, and white iBook   Mac OS X (10.4.2)  

I've had the same issue for a while, but I think I have now managed to resolve this.
Using Workgroup Manager:
Select user(s) in question
Select Preferences
Select Mobility
Select 'Rules'
Select 'Home Sync'
Under the Manage Options, add to 'Skip items that match any of the following'
for match choose 'ends with' and add:
.pages-tef
.numbers-tef
.keynote-tef

Similar Messages

  • Hi i have a Mac with lion and wont sync iCal in the online iCloud or my ipad

    I have new apointments in my Mac and wont sync iCloud to my iPad . Help me!!!!

    Gabriel,
    Follow the troubleshooting procedures outlined in iCloud: Troubleshooting iCloud Calendar.

  • Itunes dll errors, APPLE SYNC error on bootup, sync error.....solution!

    One brilliant guy came up with this solution in this forum and has worked on 5 straight PC's. The thing is, I found another thread that helped also. In addition to this, if you are getting the Apple Sync Error, or still have problems after doing this procedure, go into uninstall programs and remove the MobileMe application. It is appearing to be a major contributor to the errors with Apple Sync! Thank you for your help guys!!!!!!
    Okay, we're going to uninstall both iTunes and Apple Application Suppport this time. When we reinstall iTunes, that should reinstall Apple Application Support as well. We'll take a few additional explicit precautions along the way too. Best to print these instructions out, because at one stage of proceedings you won't be able to use a web browser.
    Preliminaries
    Download and save a fresh 64-bit iTunes installer to your hard drive. (Don't run the install on line and don't start the iTunes install just yet.)
    http://support.apple.com/kb/DL925
    Now, quit QuickTime (if you have that open) and Safari 4.0.4 (if you have that installed and open). Both applications use Apple Application Support, and they will interfere with the uninstall if you have them open.
    Uninstall phase
    Head into your "Uninstall a Program" control panel. Uninstall iTunes. Uninstall Apple Application Support.
    (From this point on until we reinstall Apple Application Support, neither QuickTime nor Safari 4.0.4 will be able to run.)
    Next we'll remove any leftover program files and folders.
    (1) Open "Local Disk (C:)" or whichever drive your program files are stored on.
    (2) Open the "Program Files (x86)" folder.
    (3) Right-click on the iTunes folder (if it still exists) and select "Delete".
    (4) Staying in Program files (x86), find and open the "Common files" folder.
    (5) Open the "Apple" folder.
    (6) Right-click on the Apple Application Support folder (if it still exists) and select "Delete".
    Now empty your Recycle Bin and restart the PC.
    Reinstall Phase
    After the PC restarts, do not open any other applications. Disconnect from your network and/or the internet. Switch off all your security software (firewall, antivirus and antispyware).
    Now start the install by doubleclicking the iTunes64Setup.exe file you downloaded earlier.
    Reenable all security software prior to reconnecting to your network and/or the internet.

    Thanks to all on this thread..  same problem, same solution.
    This time it was on Win 7, the setup worked fine for awhile, and then SWMBO "did something" and it stopped working.  Much debug later, found the log message and realized that there was a streaming problem, but could not figure out if it was the router, my wireless network (I'm using it tied to my existing wireless network) or what.  New hardware, fully up to date firmware..  Argh!
    I finally found this post, found the offending file ( ..\Users\xxxxxxx\AppData\Roaming\Apple Computer\Preferences\com.apple.iTunes.plist ) and simply moved it to another folder.  Restart iTunes, and all is copacetic.
    Clearly this is a software issue in iTunes, and is happening accross HW and SW platforms for better than 2 years now.. 
    I love the device, but the only reason I have it is to drive the stereo.  They should fix this one...

  • Sync/Async and Async/Sync Bridge in JMS Adapter

    Hi,
    I have scenarios using both the Sync/Async and the Async/Sync Bridge in the JMS Adapter. In general this works fine. There is just one thing that caught my attention.
    In the Sync/Async Bridge, the correlation in JMS is done
        JMS Message ID of Reqeust --> JMS Correlation ID of Response
    In the Async/Sync Bridge, it is done
        JMS Correlation ID of Request --> JMS Correlation ID of Response
    which seems strange as I would have expected to work the same for both ways...
    I'm following exactly the setup described in the 'How-to correlate JMS' guide.
    Has anybody experienced the same thing or am I missing something important here?
    thanks for your help
    regards,
    Peter

    Hi,
    If I get it right the MQ queue gives a response message back to XI. The message looks okay on MQ queue, but in XI it's empty.
    So I guess the problem must be within the channel that picks it from MQ queue. Did you configure any  modules in it that might screw up the content? Is the the message empty as soon as it arrives in XI adapter engine? Pls. check in RWB Monitoring or End-to-End monitoring.
    Do you have other channels that pick up messages from that or another MQ queue which do not show such an error? Are they configured exactly the same way?
    Regards,
    Kai

  • What's with sync error 1140 when syncing iphone?

    This happened both with my iphone 4 and 4s when plugged via usb into my iMac. Is there a relationship to photo's? Error 1140 prevents syncing.

    I got this form http://maltaphonerepairs.com/how-to-fix-error-message-1140-when-syncing-iphone-5 /
    How To: Fix Error Message 1140 When Syncing iPhone 5
    Posted on October 6, 2012
    The following is done using iTunes:
    Un-select sync | Apply.
    Click on Sync.
    Try and Sync photos. Click on Apply and then press Sync.

  • Trapping sync errors with eVB sync code??

    Hi,
    Is there any way to 'trap' errors that occur when syncing from within an app that is using the sample eVB sync code?
    I'm talking about displaying the same type of error messages msync shows when an error occurs.
    Thanks.

    Hi there,
    The best answer I've come up with so far is to look at what gets written in the file \syncerr.txt on the device, then delete it, so that after the next sync you know that all the errors in the file relate to that sync.
    I haven't implemented this in practice yet, it's just my best guess and I'm putting off doing it until later in my project.
    Does anyone from Oracle have a better answer?
    At the moment, I'm trapping the fact that the sync didn't work using this code:
    On Error Resume Next
    Dim mySync As MSync.sync
    ' Omitted stuff to set up sync parameters etc
    mySync.Sync
    If (Err.Number <> 0) Then
    MsgBox "Sync failed!"
    Else
    MsgBox "Sync completed!"
    End If
    But this doesn't tell me why, hence the theory of looking in \syncerr.txt
    Simon.

  • -54 syncing error, but still syncs

    Okay so over the past week I've been getting an "error -54" when I try to sync stuff onto my iphone 5. This has never happened so I was stumped. I went to look through my phone at what I had just synced over and it was there, yet it gave me the error? It's constantly doing this with music and videos and even apps. I have restored my phone multiple times, even from new and it still does it. I have deleted all my music from my itunes and tried putting them in again; still does it. It's not every song or every app, but it is often and a bunch of them. I just don't know how to fix this and I don't know why it's giving me an error when I backup or put stuff on it, but the stuff still syncs to my phone? (It even showed up when I restored to new and tried to sync just the phone. It popped up). Is something wrong with my phone?

    I guess I should have also said that I just updated to ios 8 and it never happened before that. Not sure if that means anything, but I guess every detail helps.

  • Sync error occurs when syncing contacts

    Hi. The new desktop software was working fine, then all of a sudden, I started getting the following error message: "A sync error occurred. Please retry sync." Of course, when I retry, I keep getting the same message. It comes up during the contact syncing. I am not sure what the problem is. Any ideas on how to find out why it is hanging up and how to fix it??
    Thanks.

    I can say I am having this problem as well. I have scoured the forums and support pages, and tried everything under the sun; uninstall, reinstall, wipe, contact grouping, you name it and the problem persists. Gold medal to the person that can help me.
    It looks like I get a date error in the log window. To be precise:
    2009-10-15 11:13:53.113 INFO     DATABASE_CHLpimSync   Running 'HOST_SUMMARIZE' on Address Book
    2009-10-15 11:13:53.208 INFO     DATABASE_CHLpimSync   Running 'HOST_CLEAN_DIRTY_FLAG' on Address Book
    2009-10-15 11:13:53.213 ERROR*** default     pimSync   Exception during sync: *** -[__NSCFDate dayOfMonth]: unrecognized selector sent to instance 0x16819810
    2009-10-15 11:13:53.213 ERROR*** default     pimSync   An exception of type NSInvalidArgumentException occured because: *** -[__NSCFDate dayOf2009-10-15 11:17:17.109 INFO     default     pimSync   Saved UI config data model.

  • Calendar Sync Error message when syncing my iPhone4 in iTunes

    I get the following message when syncing my iPhone4 in iTunes:  itunes could not sync calendars to the iphone because the sync server failed to sync the iphone.  Any suggestions?

    I'm having the same problem. My Nano will copy the first 275MB of songs over, but after that, I get:
    "Attempting to copy to the disk "(ipod name)" failed. The disk could not be read from or written to."
    I've restored my nano multiple times, and updated to the latest version of iTunes (7.6.0.29). Software version on my Nano is 1.1.3.
    I'm on a Windows XP system and have had no problems until yesterday when I attempted to add more songs.

  • Publish Error and iDisk sync

    I saw a previous post re an unknown error when trying to publish. I am getting the same error, even when trying to publish to a folder.
    In the previous post, someone mentioned an iDisk sync solved the publishing problem. How is this done?

    Okay, I launched iWeb, chose the first template offered ("Welcome"), made no changes, then selected File, Publish to .Mac. I got the same error: "An error occurred while publishing file "/Web/Sites/iWeb/Site", and there are no new folders in my iDisk. I then removed the default image, the Apple logo, and replaced the placeholder text with something short, and tried again. Same error.
    The default name of the site (in the Site Organizer panel) is "Site" and the page is "Welcome".
    More info. The "Visit" button generates this URL:
    http://web.mac.com/[myDotMacName]/iWeb/Site
    I tried File, Publish to a Folder..., and that seemed to work, but that's just a folder on my local machine.

  • Sync error AND can't uninstall AND can't download new iTunes

    So last week I tried to add some stuff to my iPod because I hadn't in a while. When I connected it to the computer and opened iTunes, I got an error message about the sync-up.
    I got on the 'net to download an iTunes update (10.7 at the time, I believe) to see if that would help.  After trying five times, I gave up.  Nothing happens when I hit "Download Now." I'm confident it has nothing to do with pop-up blockers or security settings.  I double-checked them just to be sure.  And it's not like I haven't downloaded other stuff recently.
    OK, so I try uninstalling iTunes to see if that helps.  Nope; can't do that either.  I get a message basically saying I'm not allowed.
    I've been about four hours on this problem by now, including scouring online message boards for an explanation.  Unfortunately, it seems I'm the only one having all of these problems at once.  I'm not sure if this is just iTunes being dumb or if this is part of a larger computer problem I'm having.
    Any help would be appreciated.

    Many thanks. If that's a 64-bit system, try the following user tip:
    "The Windows Installer Service could not be accessed" error messages when installing iTunes for Windows on 64-bit systems

  • Intelli sync error and unable to remove desktop software

    Hi, my problems started when I downloaded v.6 desktop software. Once I installed it i couldn't figure it out so i rolled it back and thought I could resume with my previous version of desktop v.5.05, now when i try and sync with my outlook I get a helpful 'unknown error'. 
    I tried to uninstall the software but got an error message 1316.a, so that doesn't work. I performed the windows install clean-up, but the desktop software is still on my desktop, although when I try and uninstall it from my c drive, it says it's not there! 
    So really no idea what the problem is. I looked at the clean uninstall steps provided on here, but cannot even do that, as cannot get beyond stage 1! Have been on Twitter with this, but no answer yet. 
    HELP! please, everything was fine before

    This article should provide some more steps to remove the BlackBerry Desktop Software from your computer.
    http://bbry.lv/bHe926 Have you tried the utility mentioned in the article to remove the Desktop software?
    You may need to manually delete all RIM/BlackBerry folders from the computer.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • I have read every post I can find on calendar sync errors and nothing has worked

    I know this is a huge problem but there has to be a solution that works. I have read the KB article and done all the task with no luck.  I am using a blackberry 8900 with a laptop with vista and Outlook 2003.  I recently downloaded DM 5.0.    Emails, Task, and Contacts have synced with no problems but the calender I continue to get an error message. 
    Can someone tell me what to do to fix this problem that wiil work
    Thanks

        D13, thanks for these details. This an awesome clue. Are you able to connect to this Wi-Fi connection with other devices? Let's try a few steps to resolve this issue.
    First, reset the network in Settings>General>Reset>Reset Network and power your device off/on.
    Secondly, delete the Wi-Fi connection in Settings>Select your Wi-Fi>Forget this Network and the try to connect to that Wi-Fi again.
    Lastly, try creating your Wi-Fi connection. Tap Settings>Enable Wi-Fi ON. From Choose a Network, select Other. Enter the Wi-Fi network name. Select Security. Select the Wi-Fi network type then select Other Network. Enter the Wi-Fi network password then select Join
    Keep us posted.
    LasinaH_VZW
    Follow us on Twitter @VZWSupport

  • DFSR Errors and Initial Sync slows down Network

    Hello
    I have a Windows 2012 Server (primary member-site A) where i created one Replication Group which replicates one folder with the amount of 104 GB of Data over WAN to another Windows 2012 Server (site B)
    I added the Namespace-Server, created the Replication Group with 24 GB Staging quota and now it's waiting for the initial sync which slows down my network on the primary member site badly. Ping-timeouts, 6 times slower ping, i almost can not work remote.
    It created the folder structure on site B, ~4GB.
    If i stop the DFS-Replication service, network traffic is normal again. I also get a couple of errors in event viewer:
    DFSR ID 5012 error 9026
    DFSR ID 5014 error 9033
    Anybody got an idea? Thanks

    Hi,
    Sorry for the delay in reply.
    Robocopy is sometimes recommended to customers as well as Backup-Restore. For DFS initial replication, the important part is to get most files ready in the other side - it is fine to level some difference such as permission, newly updated files etc. These
    difference will be updated soon with finishing initial replication.
    Hope the issue was already fixed in these days!
    If you have any feedback on our support, please send to [email protected]

  • Sync error, unable to sync

    I recently started to use DM for Mac. I have my settings for my calendar set to only sync events 30 days in past and 90 days in the future, but today it gave me a problem with reoccurring events that I have (birthdays, holidays, etc) all the way back to 2007?!?
    When I restored my data from last sync to try to override the problem - it completely cleared my calendar of ALL events.
    Now, if I try to sync I receive an error that DM is unable to sync - please retry. But it doesn't say what the error is preventing the sync. ???
    In the log the following exists:
    2010-03-09 20:14:17.998 ERROR*** default     pimSync   Exception during sync: Session <ISyncConcreteSession: 0x156c9d20> cancelled. *** -[NSCFArray initWithObjects:count:]: attempt to insert nil object at objects[0]
    2010-03-09 20:14:17.998 ERROR*** default     pimSync   53MB An exception of type ISyncSessionCancelledException occured because: Session <ISyncConcreteSession: 0x156c9d20> cancelled. *** -[NSCFArray initWithObjects:count:]: attempt to insert nil object at objects[0]  (no stacktrace available)
    Any one have a similar experience, know what this may mean, how to fix it?
    Right now I cannot complete a sync because of it - so any help is greatly appreciated. Thanks!
    Pearl 8130 - Verizon - OS 4.5.0.175

    DM for Mac Release Notes
    Took me 2 days to find - but apparently RIM knows about ALOT of problems and doesn't know how to fix them yet!
    Pearl 8130 - Verizon - OS 4.5.0.175

Maybe you are looking for

  • Unable to read data from an excel document of 365*24 values ( all rounded to 4 decimal points)

    I have an excel sheet containing data of hourly loads in MW( rounded to 4 decimals) of one year.  So, I have 365*24 values that I want to import to Labview using Read from spreadsheet.vi. However what i get in the output array is 0's and randomly som

  • Install OEM 12c fails on "start oracle management service". win2008

    Windows Server 2008 R2 Enterprise SP1 x64 Oracle Database 11g release 11.2.0.3.0 I install OEM 12c(12.1.0.3) following this manual: Installing Enterprise Manager System before start i've installed WebLogic Server 10.3.6 and aplied 2 patches specified

  • Can Animations created in InDesign CS6 now work on an ipad?

    I have version 5.5, but discovered that the Animations I created in InDesign don't work on an ipad (you have to export the SWF files to Wallaby etc). I can't find any documentation that states if Animations for ipad now work in CS6 - does anyone know

  • Adding Form Fields

    I am creating an online application form for family or group reservations and accommodations. I want the user to fill out Names and Birthdays of each member in the family or group, but I don't want to have too many or too little textfields in the for

  • McAfee not working

    After Installation McAfee Real time scanning not working. Contacted McAfee technician. Antivirus software uninstalled and again tried to install. Finally un able to install. Stinger64.exe application error. Please help to install Antivirus.