I can't find my ~/Library/Application Support/SyncServices

did the location change? what should i do? i did NOT delete it by hand (so to speak).
ical syncs but address book does not with my iphone.

abriancon,
First, is syncing on this computer enabled in iSync preferences?
If so, try the command line reset option listed in this article that is specific to Mac OS X 10.5:
http://docs.info.apple.com/article.html?artnum=306484
Hope this helps,
Nathan C.

Similar Messages

  • Iweb installed on a new computer but i have this error message: Can't open file "~/Library/Application Support/iWeb/Domain.sites2."

    I have just installed ilife on my  new computer from my disk. I have several backups of my webpage from my  old computer. Everything would be great if I could just run the program. When I click the icon for iWeb I get the following message:  Can’t open file “~/Library/Application Support/iWeb/Domain.sites2.”
    Somebody please help! I desperately need to update my website.

    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    You can download an already compiled version with this link: iWeb Switch Domain.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • Can't open file "~/Library/Application Support/iWeb/Domain.sites2."

    Hello,
    I have been using iWeb for over a year and I have a lot of my work on it. But for some reason, when I went to open iWeb, I get the error message:
    +Can’t open file “~/Library/Application Support/iWeb/Domain.sites2.”+
    Does anyone know how I can fix this and make sure my content doesn't get deleted?
    Thank You!

    Deleting the preference file does not affect the domain.sites2 file. If it's not in the default folder or has a name other than domain.sites2 then that's why iWeb couldn't find and open it. Find it and double-click on it to open it with iWeb 2. You do have a backup copy the domain file, right? If not download and use frequently the Automator application that Varkgirl created. You can get it at Varkgirl's iWeb Tips and Tricks site.

  • Where do I find  User Library Application Support Logic Sampler Instruments in Mountain Lion?

    I can't seem to find (User>Library>Application Support>Logic>Sampler Instruments in Mountain Lion)
    help please?

    Open Terminal in the Utilities folder. Paste the following at the prompt:
    chflags nohidden ~/Library
    Press RETURN.
    This will make the /Home/Library folder permanently visible so you can locate what you need.

  • My iWeb can't open. A sign comes up and says:"Can't open file "~/Library/Application Support/iWeb/Domain.sites2." Help?

    I love iWeb. It has many advantages over on-line web-builders, but finding help is not easy.
    My iWeb just stopped working. When I try to open it, a sign comes up "Can’t open file “~/Library/Application Support/iWeb/Domain.sites2.”
    Can anyone help we fix this error and get back to work?
    David aT [email protected]

    Happens a lot :
    Can't open file...
    Solution is nill other than delete the prefs.

  • Can't open file "~/Library/Application Support/iWeb/Domain.sites"

    I was working on iWeb today, doing the usual adding pictures, and gave a few pages some color, and a few pictures here and there.
    I restart my computer, because as usual, I almost have no memory left. When the computer is running again, I opened iWeb, and I get this odd message:
    Can't open file "~/Library/Application Support/iWeb/Domain.sites"
    Why is this here? I didn't do anything weird to trigger such message. The site was working perfectly fine! I tried taking the domain file to the desktop, then opening it once iWeb launches from there, and same message appears. I put it back to its place, and tried putting the iWeb plist on the desktop, and same deal!
    Everything is back in its place, I haven't changed or triggered anything to deserve this. I ran Onyx, full optimization update. I restarted computer, and conducted a full disk permission repairs. Only 1 error found out of another app.
    My computer is healthy, my programs are running fine. What is going on? Does anyone know how I can fix this?

    Hi
    Whaow 3.1GB. I'm sure iWeb has problems with that. I have the same problem with my iWeb. I have about 100 BLOG pages with a lot of pictures. Although iWeb scales the pictures when publishing (good!) it does not scale them when they are stored in the domains file/dir (bad!) So if you have an 8MP camera, this adds up after a while.
    You can open the comains file and try to figure out what causes the trouble. (Right click/CTRL click, open content) sort on size to see if you have some extremely large stuff in there (Movies???) Take them out and try to make them smaller.
    Good luck!!
    Walter

  • Getting error Can't open file "~/Library/Application Support/iWeb/Domain.sites2." when trying to open iWeb?

    I recently had to replace my harddrive a few months back and tried to open my iWeb to update my website.  When I click to open it, I get "Can’t open file “~/Library/Application Support/iWeb/Domain.sites2.”  I uploaded iLife again but that didn't seem to help.

    Did you confirm that you have a Domain.sites2 file in your Users/Home/Library/Application Support/iWeb folder?  If so double click on it to try to open with iWeb.  If that doesn't work try the following:
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home()/Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    launch iWeb and try again.
    If that doesn't help continue with:
    move the domain file from your Home/Library/Application Support/iWeb folder to the Desktop.
    launch iWeb, create a new test site, save the new domain file and close iWeb.
    go to the your Home/Library/Application Support/iWeb folder and delete the new domain file.
    move your original domain file from the Desktop to the iWeb folder.
    launch iWeb and try again.
    OT

  • Can't find iWeb in application support

    Using iWeb 3.0.4 for website on mobileme.  The site still exists but my files are gone. Tried using Time machine but iWeb doesn't show up when I go to Mackintosh HD/Library/Application Support/.  Any suggestions

    In Lion the Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    To open your domain file in Lion or to switch between multiple domain files Cyclosaurus has provided us with the following script that you can make into an Applescript application with Script Editor. Open Script Editor, copy and paste the script below into Script Editor's window and save as an application.
    do shell script "/usr/bin/defaults write com.apple.iWeb iWebDefaultsDocumentPath -boolean no"delay 1
    tell application "iWeb" to activate
    You can download an already compiled version with this link: iWeb Switch Domain.
    Just launch the application, find and select the domain file you want to open and it will open with iWeb. It modifies the iWeb preference file each time it's launched so one can switch between domain files.
    WARNING: iWeb Switch Domain will overwrite an existing Domain.sites2 file if you select to create a new domain in the same folder.  So rename your domain files once they've been created to something other than the default name.
    OT

  • Can't open file "~Library/Application Support/iWeb/Domain.sites2" from a backup

    I've done my home work on this one. I'm trying to recover the Domain.sites2 files from a backup on to an OS 10.6.8 with iWeb 3.0.4. It allows me to create a new site perfectly but I followed these instructions at iwebformusicians including deleting the .plist preferences file, restarting and running DU/Fix Permissions, running BatChmod based on this suggestion, and even deleting the .plist files from the Domain.sites2 package based on this suggestion. I also tried DomainCracker based on the tips at iwebformusicians since there are 2 domains in the sites2 file.
    At a loss here. I still have all the web pages in the Sites folder. What are my options? Is the file really corrupt?

    Try the following:
    delete the iWeb preference files, com.apple.iWeb.plist and com.apple.iWeb.plist.lockfile, that resides in your Home() /Library/Preferences folder.
    go to your Home()/Library/Caches/com.apple.iWeb folder and delete its contents.
    Click to view full size
    launch iWeb and try again.
    If that doesn't help continue with:
    move the domain file from your Home/Library/Application Support/iWeb folder to the Desktop.
    launch iWeb, create a new test site, save the new domain file and close iWeb.
    go to the your Home/Library/Application Support/iWeb folder and delete the new domain file.
    move your original domain file from the Desktop to the iWeb folder.
    launch iWeb and try again.
    OT

  • How do I find user/library/application support

    I want to back up my Yojimbo Database. BareBones tells me it is in the Application Support Folder in the User Library. How do I find the User/Library!

    The User (meaning your name)/Library is now hidden in 10.7+ so you need to use the Finder > Go and paste
    ~/Library
    and press enter, then open the Application Support folder.

  • Can't find Steam on application support?

    Hi everybody!
    So I wanted to download a costume story to Amnesia - but i couldn't find 'steam' on applications folder. I have tried holding down 'alt' but it still doesn't work! And yes, I have googled, but NOTHING works! Help?

    Steam is not an Apple product, so it will not be found on your system unless you have downloaded and installed it. You can download the framework, presuming you're not referring to some other "Steam", here:
    http://www.macupdate.com/app/mac/33972/steam
    Regards.

  • Can't find iWeb under Application Support and

    therefore can't find my DOMAIN file to copy it and back it up. I've used Spotlight, but to no avail.
    HELP!!!

    Welcome to the Apple Discussions. If the Pref Setter approach isn't helpful (it should pinpoint the location) a search application that will search where Spotlight won't isFind File. A tad slower than Spotlight but searches "everywhere".
    OT

  • Can not find folder to load camera raw presets on MAC.  I have searched and says to drop in the library/application support/adobe/camera raw/settings folder but I do not have this folder or can no locate it. I get as far as lib/appsupoort/adobe/camera raw

    I just made the switch to mac. I am have installed all the new PS6 CC and bridge and I am not trying to add some presets to my  ACR but when I search for the folder to place them it is not there.  From what I researched it says it should be under camera library/application support/adobe/camera raw/settings but I can only get to library/application support/adobe/ and then there are two different camera raw options I have checked both and there are not settings folder. If anyone can help me please thanks

    You want your user library
    Mac(user)/Library/Application Support/Adobe/Camera Raw/Settings
    In finder click on Go then hold down the Option key and then click on Library

  • I installed LR CC , but when i try launching it flashes & it is gone. I tried the solution in the Adobe Site - which says search for the folder Library/Application Support/ Adobe/ Sl Store ...., but i can't seem to find the SL Store or SLCache folders ( i

    I installed LR CC , but when i try launching it flashes & it is gone. I tried the solution in the Adobe Site - which says search for the folder Library/Application Support/ Adobe/ Sl Store ...., but i can't seem to find the SL Store or SLCache folders ( i use the Mac). Only then can i apply the solution. I just cant seem to find the folder in the first place

    That did not work for me & as per adobe site help if signing out does not help- we are supposed to go the above folders & do some additional steps, but i could not find the folders & hence the question

  • Where can i found my Domain of iWeb in the new OS X Lion? Also i can't find the iWeb folder in the Library/Application Support. Help Please

    I want to copy my Domain of iWeb to work in another computer, but since the new OS X Lion, i can´t found it in Library/Application Support/iWeb like in Snow Leopard.
    Help please!
    Thank you!!!

    Can you get to the Library folder via the Go menu?
    Or download and run  Find Any File  to search for the library with the following settings:
    That will give you the following results:
    Are you using a different Terminal front end than the default one for the Terminal applicaiton?  I'm asking because of the "clicked on RUN" statement.  I get no RUN item in my Terminal application.

Maybe you are looking for

  • Adjusting Audio in Slideshow

    I'm trying to adjust the video in an Apple-Themed slideshow, and cannot seem to find a way to maintain the main audio track volume and reduce the inserted video down to zero volume. I can see how it's done in a custom slideshow, but can't find how to

  • Primary/secondary disk question !!

    Need to know the following.... 1. Using what command I can get........" from which disk the system is booted off " (primary or secondary or mirrror ... whatever) 2. using which command I can find out which is the primary boot disk and which one is th

  • Trying to use a page scope variable for commandLink action

    Right now I have a header file that displays breadcrumbs and I am trying to use jsp:include with a jsp:param that includes the current page title (we'll call it "My Page") It looks like this       <f:subview id="header">          <jsp:include page="/

  • Publish destination  mac

    For some strange reason I can only publish my website to the path user/myname mac. I can see the directory in choose folder placement but nothing happens when I choose another destination Any ideas ?

  • MOVED: [Athlon64] keyboard issues

    This topic has been moved to AMD64 nVidia Based board. [Athlon64] keyboard issues