"Access Privilege" error... how I fixed it

After I installed iTunes I was asked if I wanted to set it as my default player. When I checked 'yes' it said something about my not having access privilege. I uninstalled iTunes AND Quick Time Player. I then rebooted and reinstalled Quick Time and iTunes. Then I started Quick Time Player first and iTunes afterward. This solved the problem.
There is a method to my madness, but if you're not a geek like me it doesn't matter why I did things in that order.
If you are a geek like me, you should know this is not a problem with shared folders or administrator accts; although that might also give the same error (and is, naturally, the first drawn conclusion when you read the error... It is the error Macs give when admin acct should be used and is not, I believe). What can I say? It's Apple.

hi thileia or any1 else who can help,seems ive caught this dreaded access privileges business on my itunes??i see u solved the problem on urs,ive been struggling 4days tryin 2sort it but cant,can u guide me through the process of re-setting itunes as my default player cos i keep getting that bloody message comin up n it wont let me download any music to my library now??im not the greatest on computers so u may have to bear with me,thanks,collo

Similar Messages

  • TS3322 While trying to sync my iPhone, I get this message "This iPhone cannot be synced. You do not have enough access privileges for this operation." Why don't I have this access privilege? How do I fix this?

    While trying to sync my iPhone, I get this message "This iPhone cannot be synced. You do not have enough access privileges for this operation." Why don't I have this access privilege? How do I fix this?

    See if the user tip helps: https://discussions.apple.com/docs/DOC-6562

  • Getting as message that says"The folder "Desktop" could not be opened because you do not have sufficient access privileges". How can I get into this folder?

    Getting as message that says"The folder "Desktop" could not be opened because you do not have sufficient access privileges". How can I get into this folder?

    OPen your Users folder, Highlight the Desktop Folder, do a Get Info or CMD+i on it, see if it's locked or if you have Rights & Privileges at the bottom.

  • Checkdb found 6 allocation errors , how to fix ?

    HI Experts,
    checkdb found  6 allocation errors, how to fix ?
    Thanks in Advance!
    Vijay

    Causes
    file system corruption, 
    underlying hardware system issues, 
    driver issues, 
    corrupted pages in memory, 
    problems with the SQL Server Engine. 
    Possible solutions 
    1.best solution if CHECKDB reports consistency errors is to restore from a known good backup.
    2. If you cannot restore from a backup, then CHECKDB provides a feature to repair errors.
    3. If system level problems such as the file system or hardware may be causing these problems, it is recommended you correct these first before restoring or running repair.       4. Allocation error in Index page, please recreate the index.
    Thanks - Vanchan.Please MARK AS ANSWER, if my answer is useful to U.

  • "Access Privileges Error" in iTunes 5

    I get an error message when I close the prefs box in iTunes 5.0.1. The error tells me iTunes tried to update the default player for audio files but I don't have enough "access privileges" to do this.
    This happens the first time I close the prefs box after opening iTunes. If I close the prefs box a second time, I don't get the error message.
    I have the only user account on my computer so I'm the administrator.
    I see a few other people have had this problem. ( b noir, "Error occurred while updating the default player" #1, 12:09pm Sep 8, 2005 CDT) But the fix identified there -- turning off Microsoft Anti-Spyware -- didn't work for me. I tried doing that and reinstalling iTunes, but I still get the error message. I also tried turning off my AVG anti-virus. Still no luck.
    This doesn't seem to affect the operation of the program, but it's an annoyance.
    Anyone found another fix?
    thanks
    Paul D.

    hi Paul!
    This doesn't seem to affect the operation of the program, but it's an annoyance.
    hmmm. how about if you head into the Add/Remove control panel and toggle the default media player setting back and forth a few times?
    (don't know if this works or not, but i once had a thread go silent after suggesting it when the Antispyware thing turned out not to be a factor.)
    love, b

  • Frequent access privileges error when trying to duplicate an alias file

    I am trying to create a set of applescripts to manage a symbolic link that points to an application's database folder. (aside: The application is not bright enough to let us select one of several databases, but a symbolic link named what the application is expecting works just fine - and was the solution suggested by the apps author.)
    So I need to have a symbolic link named "app DB" in my Application Support folder. I have two symbolic links that point to the two database folders I use - one link named "app DB CD" and the other "app DB DVD" but their names don't matter. To switch which database I use with the application, I quit it, discard the "app DB" symbolic link, copy one of the other symbolic links into Application Support, change its name to "app DB" and fire up the application again. Works just fine, but I'd like to make all that an AppleScript, or at least two AppleScripts - one to swap in each database I use.
    I tried to have ScriptEditor record my actions in the Finder but it did not record any of what I did except the renaming of the file. Unix's capability to copy a file and rename it at the same time would be perfect here but I don't have the Unix chops to try it yet.
    I assembled a simple pair of AppleScripts that worked perfectly about a half dozen times. I was so delighted that I had gotten it to work that I just kept switching the symbolic link back & forth and launching the application for several minutes.
    Sadly, like a kid playing with a toy too much it then just stopped working.
    Now most of the time (but not all of the time) when the AppleScript tries to duplicate one of the symbolic links I get the following error:
    "AppleScript Error
    Finder got an error: The operation could not be completed because you do not have enough access privileges."
    The first time I got this I checked the privileges for the files and folders. I had "read and write" for every one. On a lark I made the Group that bore my name "read and write" instead of just "read only". The AppleScript worked again - once. Then I got the same error over and over again. I went back and added "read and write" for Others (I know - not a good thing to do) and it worked again - once.
    In the past day, the AppleScripts have again worked a couple of times along with 20 or 30 failures. I have not been changing the AppleScripts or the symbolic link files during this time. Through testing, it appears to throw this error at the command "duplicate" or "move":
    duplicate alias file "Application Support:DB bits:app db CD"
    I have found that if I try to use as a troubleshooting tool the AppleScript:
    set foobar to (choose file)
    and try to select the symbolic link file, it is not selectable - it is greyed out in the file list.
    If I try:
    set foobar to (choose folder)
    I can choose the symbolic link file, but if I try to do anything with it like duplicate it, it duplicates the folder not the symbolic link file - as expected if I had thought about it.
    Can anyone suggest how to reliably duplicate an alias/symbolic link file in MacOS 10.3.9? Should I instead be trying to write a Unix script and call it from AppleScript?
    This is the first time in over five years that I have tried to use AppleScript, so please keep any explanations at a neophyte level. grn
    G5 2x2 Mac OS X (10.3.9)

    It's difficult to pinpoint your issue without actually seeing the code you've put together. Instead I wrote a script that sets up a situation roughly similar to yours, and then debugged that. What I found is that there are a lot of ways to do this wrong, and only one way to do it right. I could get shell scripts to work half the time, but then they stopped working altogether and I couldn't figure out why. So finally I thought it'd be best to delete the alias and tell Finder to make a fresh alias in its place as necessary.
    The following demo script will work as-is with no configuration or set up. I'm hoping that you can read through the code, figure out how it works, then apply the knowledge to your script. If you need help, feel free to post your code for suggestions.
    click here to open this script in your editor<pre style="font-family: 'Monaco', 'Courier New', Courier, monospace; overflow:auto; color: #222; background: #DDD; padding: 0.2em; font-size: 10px; width:400px">set test_A to "Folder A"
    set test_B to "Folder B"
    set the_alias to "The Alias"
    set test_folder to "Alias Test Folder"
    set my_desk to path to desktop folder as alias
    tell application "Finder"
    -- part 1: set up the test folder on the desktop
    if folder test_folder of my_desk exists then
    set test_folder to folder test_folder of my_desk
    else -- create the folder
    set test_folder to make new folder at my_desk with properties {name:test_folder}
    end if
    -- part 2: set up the test folders inside the test folder
    if folder test_A of test_folder exists then
    set folder_A to folder test_A of test_folder
    set folder_B to folder test_B of test_folder
    else -- create the folders
    set folder_A to make new folder at test_folder with properties {name:test_A}
    set folder_B to make new folder at test_folder with properties {name:test_B}
    end if
    -- part 3: set up the alias inside the test folder
    if alias file the_alias of test_folder exists then
    set the_alias to alias file the_alias of test_folder
    else -- create the alias
    set the_alias to make new alias file at test_folder to folder_A with properties {name:"The Alias"}
    end if
    -- part 4: choose where to link The Alias
    set linked to ""
    repeat
    set msg to "Select a new destination for The Alias:"
    if linked is not "" then set msg to "The Alias now links to " & linked & return & return & msg
    tell me to set toggle to button returned of (display dialog msg buttons {"Quit", "Folder A", "Folder B"})
    if toggle is "Folder A" then
    set linked to test_A
    delete the_alias
    set the_alias to make new alias file at test_folder to folder_A with properties {name:"The Alias"}
    else if toggle is "Folder B" then
    set linked to test_B
    delete the_alias
    set the_alias to make new alias file at test_folder to folder_B with properties {name:"The Alias"}
    else if toggle is "Quit" then
    exit repeat
    end if
    end repeat
    end tell
    </pre>

  • Privilege settings how to fix them and what are they

    trying to download itunes gives me a privilege error message

    Hi mariacrowe,
    Welcome to the Support Communities!
    The article below will help you with issues installing the latest version of iTunes for Windows:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    What version of Windows are you using?  This article explains what file permissions are and gives instructions from Microsoft for changing permissions:
    Trouble adding music to iTunes library or importing audio CD
    http://support.apple.com/kb/ts1387
    Resolution
    These messages occur if permissions are incorrect on your designated music folder or on a folder inside your designated music folder. Permissions are settings that determine who can read, write to, or execute a file or folder on your computer. Every file and folder on your hard disk has an associated set of permissions.
    Example: If permissions are correct on your Music folder, but incorrect on the U2 folder inside your Music folder, you would be able to add other music to your iTunes library, but not that new U2 album.
    Look here for help in correcting the permissions on folders:
    Windows XP:
    How to set, view, change, or remove file and folder permissions in Windows XP
    Note: Permissions and privileges for files are different from authorization to play a song purchased from the iTunes Store. Click here for information on authorizing a purchased song to play.
    Additional Information
    To be able to add new music to iTunes, permissions must be correct on your Music folder and the folders in it.
    Cheers,
    - Judy

  • Access privileges error on all documents

    Dear Sir,
      i am facing error on all fill access denied. please help screen shot attached.
    thanks

    Hi,
    Access denied error is a common error message and occurs mainly due to permission issues. To find the clue of root cause, we need detailed information about the problem, such as when and how the issue occurred?
    If you get the Access Denied message when opening the file or folder, even though you are the administrator of the computer, then most likely you need to reset the file or folder permissions. Note that access permissions are only available on NTFS. There
    are no permissions on FAT or exFAT.
    This situation may occur when:
    a. You transfer the files from a different computer, or a different Windows installation, and the files have custom permissions configured.
    b. You back up the files, reinstall Windows, and try to access the files afterwards.
    Based on the current situation, I would like to share the link below with you to check the issue:
    Solution Center for Access Denied Error Messages:
    https://support.microsoft.com/gp/access-denied
    How do I open a file if I get an access denied message?:
    http://windows.microsoft.com/en-US/Windows7/How-do-I-open-a-file-if-I-get-an-access-denied-message
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Access privileges error message-help

    I have a cd-rw that I want to use and i'm not sure what's on it. I was going to see what is on it and erase it so I could use it to back up a few folders. When I insert the cd I get the message:
    "The operation could not be completed because you do not have enough access privileges."
    I am the only user on my computer and there are no other accounts. Can anyone tell me why I am getting this message and how do I remedy this problem so I can use the cd? Thanks.

    If the CD-RW is owned by someone else that has set the permissions to no access by others, then it doesn't matter if you are an admin or not - you don't have permission, so it won't even mount. If you were the one that burned the CD-RW, you should be able to mount it from the account you created it from.
    Permissions of hard dives can be changed from the Terminal, but I don't know about CD/DVD media - and repairing permissions is not a magic cure-all, it only applies to applications that have receipts in the /Library/Receipts folder.

  • Why java is giving 'attempting to assign weaker access privileges'  error?

    Can some one can tell me why java is giving 'attempting to assign weaker access privileges' compile error while compiling Abhishekchild.java ?
    The two classes is :
    public class  Abhishek {
           void asd()
         System.out.println("hello");
              static String a;
              public static void main (String st[])
    public class  Abhishekchild extends Abhishek {
         private  void asd()
         System.out.println("hello");
              static String a;
              public static void main (String st[])
    }In my opinion, java compiler is showing the error , as method asd has public visibility in Abhishek. java so
    (i)it should be visble to all sub classes of Abhishek.java.
    But if we override this function in Abhishekchild.java, and change the visibility to private then it will not be available for child of Abhishekchild.java. But these children are also children of Abhishek.java*, but this violates rule (i).*
    So java shows a compilation error.

    public class Parent {
         public void asd() {
              System.out.println("Hello");
    class Child extends Parent {
         public void asd() {
              System.out.println("Hello from child");
         public static void main(String st[]) {
              Parent parentReference = new Child();
              // The reference 'parentReference' knows about Parent.
              // Parent has a public method asd, so below code looks ok.
              // But if child could set the method to private,
              // invoking the code below, would hit the object Child,
              // where asd() is not accessible - and everything fails.
              // Note - the compile visibility is checked according to
              // the reference, not the object itself.
              parentReference.asd();
    }See my comments in the code.
    - Roy

  • Access Privileges error, cannot save library

    I have had my iPod for 4+ years but after upgrading software about a year ago, I repeatedly get the error "Cannot save Library. You do not have enough access privileges." I have followed recommendations in previous threads to unmark the read-only button but to no avail. Very frustrating. Please help before I switch to a Zune.

    That error is referring to the iTunes Library.itl or .xml file, as explained in this article:
    http://docs.info.apple.com/article.html?artnum=93732
    WHen are you seeing this error, when you try to close itunes?
    Can you rename that file? Because if you can't, the operating system is confused and thinks something has a lock on it. Restarting your PC should clear that situation.

  • Access Privileges Error

    I have a g4 running MAC OS X 10.5.8 and I'm trying to update the software for safari and it tells me I don't have sufficient access privileges. I've tried using the terminal to fix it, and it asks for my password, but won't let me type it in--won't accept any keyboard input. I am logged in as administrator.

    Did you recently update to XP SP3? On my latop I had to run a special microsoft tool to correct XP permissions. Everything was OK on my desktop PC.
    What's weird was I am the single user on both machines - admin account, and should have had permissions for everything. So I don't know why the laptop went bad.
    I had to run the subinacl thing from ADVANCED TROUBLESHOOTING
    - Method 1 Reset the registry and the file permissions in this article:
    http://support.microsoft.com/kb/949377/
    But maybe you could get by with just booting your PC in safe mode, and taking ownership of the itunes folders & subfolders.

  • Access Privileges Errors

    After renting a movie via iTunes I receive the following error:
    "We could not complete your iTunes Store request. You do not have enough access privileges for this operation. There was an error in the iTunes store. Please try again later."
    The movie downloaded, and this message appeared when trying to process the file. I have
    tried downloading it twice and I get the same message every time.
    I do share my library under the /users/shared and I have checked that access privileges are set to read/write for everyone. Apple didn't seem to be able to help after contacting the iTunes Store support.
    Any ideas why I wouldn't have access privileges after renting a movie?

    Had the same problem when trying to download a game for Nano 4. This library is also shared - seems all folder permissions are correct - first time with this problem.
    Error message is slightly different - It does say "not enough access privileges" but then goes on to say "check network connection" - I'm assuming it means internet connection to iTunes Store - it's running fine. Downloaded a bunch of music with no problem.
    Also should say - this machine has parental controls enabled.
    Anyone have a clue?

  • No SIM card error - How to fix?

    I have started receiving No SIM card error messages and they are increasing with regularity.
    Suggested solutions that I have tried but still get the message.
    I had AT&amp;T replace the SIM card.  Results:  Worked for 2 days.
    Revisited AT&amp;T and they told me it was a bad port &amp; needed to go to the Apple store.
    Researched Apple support and found quite a few people are getting this error message and Apple doesn't know why either.
    I am currently making an appointment but thought I'd see if anyone out there has had succes fixing this error.
    Read on a non-Apple support site that it could be a "new case" that is causing the problem and since I did get a new case, I removed it and still get the error.  Since it was only intermittent, I could restore the service by turning the Airplane mode "on &amp; off".  This is working less &amp; less.
    Has anyone had this error and successfully fixed it?

    Ryan1414 wrote:
    My iPhone 4 is giving me a "no sim card" error...how can I fix?
    The obvious solution... insert a SIM card or replace the existing damaged SIM card.

  • Iphone 4 0xE8000004 error how to fix. help me

    my iphone 4 could not activate with itune. showing 0xE8000004 error. how to activate my phone help me...

    What did your carrier say when you contacted them about your invalid sim?
    Are you using a supported carrier http://support.apple.com/kb/ht1937

Maybe you are looking for

  • Cancellation Document no accounting doc but cancellation of credit memo

    Hi experts, I have cancelled a billing doc then instead of the cancellation document producing an accounting document another cancellation of Credit Memo (S2) was generated. I believe this is SAP standard bug but have anyone of you encountered such s

  • Importing unencrypted dvd video files

    I have always brought in video from DVD through a converter and used batch capture. However, I was given the following instructions for bringing in the files without a converter: "Use imovie and do import and select dvd as source, will copy raw dv fo

  • Can't sync my new ipad Air to my Leopard iMac

    I just bought a new iPad Air and discovered that I can't sync to my iMac (Leopard).  I was going to upgrade to Snow Leopard but could not as I don't have enough space (2 GB). Don't know what to do as I would like to transfer most info from my current

  • Working With HD Template in FCP 6

    Hey All, I just started messing around with the HD templates in FCP 6 and they are very cool. However, they seem to take a very long time to render. A 23 seconds is taking roughly 10 minutes. Does that seem right? Any suggestions on how to cut the re

  • ORA-00926: missing VALUES keyword | when importing data

    Hello, I get the missing VALUES keyword error when importing data from an Excel spreadsheet. Until yesterday everything worked fine. Today I'm having this problem because OSD does not build the DML correctly. See: insert into WFT_GROEPEN (CODE,OMSCHR