Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

App store login problem: AMD-Action:authenticate

Hello


Just updated to El Captain, and now I can't sign in into App Store, with an "An unexpected error occurred while signing in." error, with details: AMD-Action:authenticate?guid=3C07544XXXXXX.


Tried to remove Library/Application Support/App Store as suggested on some web pages, and reboot, but with no luck.


Any help is welcome.

Alberto

MacBook Pro, OS X El Capitan (10.11)

Posted on Oct 1, 2015 12:44 PM

Reply
34 replies

Oct 4, 2015 12:21 PM in response to mkeevy

Ok my console also says "deny file-write-data" on the "adi" and SC Info" files.


Do you others that get this problem have a relocated home folder?


In my case, my iMac has relocated it's home folder from the OS X SSD to an internal HDD, while my Macbook Pro still has it in the root folder. The Macbook doesn't have the issue - all is running fine here.

Oct 5, 2015 6:53 AM in response to mkeevy

Ok good news now...


After a lot of tinkering around, I was able to solve the problem by simply copying the relocated Users/Shared folder back to the root Users/Shared.


Here's what I did (and please : YOU DO THIS ONLY AT YOUR OWN RISK and ONLY IF YOU REALLY HAVE A RELOCATED HOME DIRECTORY!!!) :


1) in Preferences / Users & Groups : UNLOCK THE LOCK at the bottom first , then rightclick your username to enter ADVANCED OPTIONS. Verify if the home directory is set to the full path of your relocated home directory (not the simlinked /user/home path. When not, set it to the full path and reboot. After reboot, everything should work as before.


2) go to terminal and do this (!!! AT YOUR OWN RISK):


cd /

sudo rm -rf /Users (this will remove a /Users simlink if you ever created one... if you did step 1 correctly, there should be no issue doing this).

sudo mkdir /Users (this will recreate the Users folder in root)

sudo ditto -V /Volumes/HDD/Users/Shared /Users/Shared (replace /Volumes/HDD/Users with your relocated Users home path - this will copy the Shared Folder of your relocated path to the normal path in root folder that OS X normally expects it to be).


Now that's all... for me - that was the solution.

Oct 5, 2015 1:08 PM in response to yreiser

Yup, great find yreiser!


I had to do some symlink surgery to move /Users/Shared folder back to my SSD without also moving my /Users/Shared/Parallels virtual machines which take a ton of space... but you definitely discovered the problem and solution. You saved me several hours on the phone with Apple (if I even found the right person that could help and just not tell me to reinstall). You probably also fixed a long-standing issue I have had with iBooks (will have to check next). Muchas gracias!


Apple should take note, though... that the user should be able to move the /Users folder wherever they want and core functionality like the App Store shouldn't break. 😟

Oct 7, 2015 10:43 PM in response to yreiser

Note that the sudo rm -rf step is *very* dangerous - it could remove all your user data. Especially if your situation, like mine, was slightly different from the original problem. I had the "unexpected error" problem too, but as a result of having installed El Capitan on my new SSD, without moving my old /Users folder, and data, from my internal HD. So I had a /Users folder on my SSD, with /Users/Shared being a symlink to the folder on my HD. rather than deleting the /Users folder, I deleted the /Users/Shared symlink, and moved the /Users/Shared folder from the HD to the SSD. After this, App Store updates worked!


Thank you Yreiser, with the warning!

Oct 13, 2015 11:25 PM in response to yreiser

MY problem was slightly different. I'd installed an SDD on my Mac Mini and relocated all my /Users/accountXXX home directories individually to "ditto"ed copies on the repurposed HDD, so /Users was still on the SDD boot device. The thing that tripped my up was "ditto"ing /Users/Shared onto the HDD, deleting it from the SDD and recreating it as a symlink.


Obviously I don't want all the junk in the Shared folder on my SDD so I fixed it as follows:-


sudo -i

cd /Users

rm Shared

mkdir Shared

chmod 777 Shared

chmod +t Shared


I then symlinked the stuff I wanted to share from /Volumes/HDD/Users/Shared to /Users/Shared.


I also set up a new folder HDD-Shared on the HDD and symlinked it to /Users/Shared/HDD-Shared so that new Shared stuff can go there and not eat into my SDD.


There must be a better way to relocate the Shared folder than this, but for now it works, which is the main thing!

Oct 14, 2015 12:53 AM in response to iTunes.bro

There is a better way to share "/Volumes/HDD/Users/Shared". Go to System Preferences > Sharing > File Sharing and double-click on "Shared" in the "Shared Folders" list. If it opens "/Volumes/HDD/Users/Shared" in Finder then there's nothing more to do. If it opens /Users/Shared then click the "-" beneath the list to stop sharing that folder, then click the "+" and add "/Volumes/HDD/Users/Shared". You may also need to change the "Shared" shortcut under Favourites in the Finder sidebar.


The problem with the App Store app appears to be with the /Users/Shared/adi directory. See here for info: http://galvanist.com/post/66313155502/userssharedadi

App store login problem: AMD-Action:authenticate

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.