Might I have messed up my directory somehow?

Hello,
I was cleaning up (I thought) some junk on my computer. I'm not a real whiz at this...
Anyways, now when I try to use iTunes I get an error message saying "The required
directory was not found or has a permissions error. Correct this permissions
problem and try again or deauthorize this computer if the permissions cannot be
changed."
The friendly folks at iTunes customer support tried to help me. They deauthorized all computers on my account. I can log in to my Apple account with no problem, and see that there are no authorized computers. When I try to authorize, I get the message that I copied above.
They also suggested I try the Disc utility, which I have done. I clicked both verify and repair disc and it said it had done so. Still the same error message.
I fear I have deleted or moved a required directory by accident...
Can anyone help me?
Thanks
Tim

Navigate to your iTunes folder on your hard drive and do Command + i (Get Info) and make sure you have Read and Write access to the folder AND that it applies to all folders inside. (You may need to click on Details under Ownership and Permissions.)
Message was edited by: Diane Wordsmith

Similar Messages

  • Cannot claim points; Salesman might have messed it up.

    Yesterday I purchased a Macbook Pro from a Best Buy location. Never bought big from best buy before so I never had a credit card. Applied, got it, and put the laptop on the card. He asked before if i was a rewards member and i said no, but id like to be one so I can get the points for this big purchase as well. He said it would take a while in store so just do it at home and I can claim them on here. I tried to do that but this system said I cannot add the points as I was not a member before the purchase.'
    That was what I was attempting to do at the store, yet he said it would be better to do it online.
    Is there any way I can claim these points? It's obviously a hefty amount and would be disheartening to see them go to waste. I have the receipt, number, everything. 

    Hello jkdecke01,
    Welcome to the Best Buy forum.
    If you were approved for a Best Buy credit card when you purchased the MacBook Pro, then you would have been automatically enrolled in the My Best Buy program.   You in-fact might actually have two My Best Buy accounts if you went onto BestBuy.com to enroll in the program, as directed by the cashier.  We can look into merging any active accounts you may have if they share the same information (name, phone #, mailing address).
    With that having been said, I am going to send you a private message so that I can go over your My Best Buy account(s) with you to ensure the MacBook Pro you purchased is properly attached and to see about possibly merging any active accounts.  You can check your private messages by logging into the forum and clicking on the yellow envelope located at the top of the page.  I look forward to further speaking with you.
    My Best Buy™ Program Terms
    Thank you for posting and for being a My Best Buy™ member.
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Might not have been initialized

    I've seen this posted in here before and i've gone through a search but still can't figure out what i've done wrong.
    Here are the error's:
    A:\Chapter04\Tuition.java:101: variable tuition might not have been initialized
              total = tuition + fees;
    ^
    A:\Chapter04\Tuition.java:101: variable fees might not have been initialized
              total = tuition + fees;
    ^
    2 errors
    Tool completed with exit code 1
    Here is the code:
    public static void displayTotal(double total)
              double tuition, fees;
              total =  tuition +  fees;
              DecimalFormat twoDigits = new DecimalFormat("$#000.00");
              System.out.println("Your cost for tuition is; " + twoDigits.format(total));
    when I change ' double tuition, fees' to ' double tution = 0, fees =0; '
    it compiles fine but when run it does not return the right values, i'm sure its something silly like the last.
    Thanks again for your wisdom and patience                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    when I change ' double tuition, fees' to ' double
    tution = 0, fees =0; '
    it compiles fine but when run it does not return the
    right values, i'm sure its something silly like the
    last.So you set the tuition and fees to zero, added them to
    the value passed in, and expected to come up with
    something other than the original value? You need to
    get the right values for tuition and fees somehow. I
    have no idea how since I don't know anything about
    your application.I'm srry here is all the code:
    import java.io.*;
    import java.text.DecimalFormat;
    public class Tuition
         public static void main(String[] args) throws IOException
              //Declare variables
              int hours;
              double fees , rate, tuition;
              //Call methods
              displayWelcome();
              hours = getHours();
              rate = getRate(hours);
              tuition = calcTuition(hours, rate);
              fees = calcFees(tuition);
              displayTotal(tuition + fees);
         public static void displayWelcome()
              System.out.println("Welcome to the Tuition Calculator");
              System.out.println();
         public static int getHours() throws IOException
              //Declare variables
              BufferedReader dataIn = new BufferedReader ( new InputStreamReader(System.in));
              String strHours;
              int hours;
              hours = 0;
              // Get value from user
              System.out.println("Enter the total amount of Credit hours to be taken:");
                   strHours = dataIn.readLine();
                   try
                        hours = Integer.parseInt(strHours);
                   catch(NumberFormatException errNum)
                        System.out.println("Your entry was not in the proper format." + errNum.getMessage());//message prints with Java-generated data
              //Return a value to main
              return hours;
         public static double getRate(int hours)
              //Declare variables
              double rate;
              boolean done = false;
              if (hours > 15)
                   rate = (44.50);
              else
                   rate = (50.00);
         //Return a value to main
         return rate;
         public static double calcTuition(int hours, double rate)
              //Declare variables
              double tuition;
              tuition=0;
              tuition = hours * rate;
         //Return a value to main
         return tuition;
         public static double calcFees(double tuition)
              //Declare variables
              double fees;
               fees = tuition*.08;
         // Return a value to main     
         return fees;
         public static void displayTotal(double total)
              total =  (double)tuition +  (double)fees;
              DecimalFormat twoDigits = new DecimalFormat("$#000.00");
              System.out.println("Your cost for tuition is; " + twoDigits.format(total));

  • I guess I should not have messed with my file sharing pref...now I'm toast

    I use my Airport to connect to my DSL.
    I was "messing around" with my SHARING configuration (Apple...System Pref....Sharing...) and did something awful. I no longer have wireless connection to my Verizon router. I can hook up and get online (as I'm doing now) with Ethernet , but not Airport.
    The Airport ICON is now GREY and has an ARROW (pointing UP) though it. Never seen that before.
    And when I click on the icon I can't find my net work. The other Macs in the house work fine with airport.
    Verizon tech support could not help.
    How can get my Sharing preference back to normal (I was trying and guessing how to connect my other imacs around my home , without really knowing what I was doing. And I did something in there to screw this up).
    Help please
    JON

    Sys Prefs Sharing should not have messed up your ability to connect wirelessly to your router.
    Click on the  on your menubar, click on "About This Mac" then click on "More Info..." Find "Airport Card" under "Network" and click on it. Does it say something like "No information found" or is your Airport card being recognized? If Airport is recognized as existing, I would next look in Sys Prefs Network, authenticate on the padlock in the lower lefthand corner, click on AIrport then click on Advanced, then check stuff in there, like on the Airport tab, is your home network listed there anymore? Try deleting it and readding it. Under TCP/IP, are you using DHCP (or whatever you use)? Or might it have gotten changed to a setting that is incompatible with your router's settings?
    To get the Sharing Prefs "back to normal," just uncheck all of the checkboxes in Sharing and it will be back in its OEM state.

  • I had an iPhone 4 and recently upgraded to iphone5 now iCloud will not back up new phone.  Under iCloud it shows 2 iPhones and my iPad. Is it trying to write new phone over the old one?  What should I do?  I a, afraid I might lose everything messing with

    I had an iPhone 4 and recently upgraded to iphone5 now iCloud will not back up new phone.  Under iCloud it shows 2 iPhones and my iPad. Is it trying to write new phone over the old one?  What should I do?  I am afraid I might lose everything messing with

    I see.  If you go to Settings>General>About>Name, that is the current name of your phone.  The backup bearing that name should be the more recent one, and therefore the one you want to keep.  I would delete the other one (presumably the one set up by Best Buy under your real name, assuming you changed it later), then see if that gives you enough space to back up again.
    If it still reporting insufficient storage, use this guide: http://support.apple.com/kb/HT4847 to try to determine what's taking up all your room.  In them meantime, you can perform a manual backup on your computer so your have a current one while you're troubleshooting this.  To do so, connect your phone to iTunes, then right-click on the name of your phone on the left side and select Back Up.

  • TS2446 I just got my iPad,  I have an iPod. When I go to put apps on it says my apple I'd Is disabled. I have reset the passwords. Somehow I have two id's?  I've gone into settings for apps signed out and back in with the new p.w.  I can't think of what e

    I just got my iPad,  I have an iPod. When I go to put apps on my new ipad it says my apple ID Is disabled. I have reset the passwords. Somehow I have two id's?  I've gone into settings for apps signed out and back in with the new p.w.  I can't think of what else to do to get the disabled block off.  Any ideas?? Thanks

    See this Apple document for help...
    http://support.apple.com/kb/ts2446

  • I am trying to re-install itunes. I get error message "Verify that you have access to that directory"

    I am trying to re-install itunes.
    I removed all Apples software, and restarted.
    still get error message: "Verify that you have access to that directory"
    (as administrator)
    now what?

    Thanks so much.  This definitely worked.  I'm sorry I did  not think of using IE.  I use Foxfire exclusively so seldom even think of IE as an alternative.

  • When downloading iTunes, I got a message about error writing to file and it told the file. Then it said to verify that you have access to that directory. I have no idea how to fix it. I could really use some help, please.

    I was trying to download iTunes on my computer, and while doing so, I got this message: Error writing to file: C:/Program Files (x86)/Common Files/Apple/Apple Application Support/Apple Versions.dll. Verify that you have access to that directory. I have downloaded iTunes numerous times and I have never had this problem. If anyone knows what's going on, I would really appreciate the help.

    Well, there's definitely a mac and a Windows version. And you're at the right page. I think the problem is that someone forgot (or decided not to) to update the text at teh bottom of the page to have Mac and Windows.
    Just push the button, you'll get the Mac update no problem.
    Regards,
    Bentley Wolfe
    Senior Support Engineer, Flash/Flash Player/Digital Editions
    Adobe

  • I only show one iCloud on my IPhone that can do a restore. I synced it with my MacBook Pro and I think that may have messed things up. Prior to that I have several backups. Will a "genius" be able to access the info I need?

    I only show one iCloud on my IPhone that can do a restore. I synced it with my MacBook Pro and I think that may have messed things up. Prior to that I have several backups. Will a "genius" be able to access the info I need?

    If things seem to be going haywire with your phone, it seems that it MAY be a software issue.
    Now, that being said, that does not necessarily mean that it is a virus. Software issues do happen sometimes. It is probably just coincidence.
    What you need to do is restore the device using iTunes. This will fix any software issues. After you have done this, you can restore from an iCloud backup.
    iCloud does not back up the actual software, so no, the "virus" would not have gotten into the backups.
    The link below provides steps on restoring your device using iTunes as well as how to restore from an iCloud backup.
    http://support.apple.com/kb/ht1766
    Don't worry! Everything should be back to normal if you follow these steps.

  • SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory

    SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory
    after retry..again SharePoint Designer requires the following component require to install Microsoft.NET framework version 4 i have downloaded and try to installed but fail not work please answer what to do?
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    For running SharePoint Designer 2013, you need to install Microsoft .NET 4.0 Framework or higher.
    Please uninstall the Microsoft .NET 4.0 Framework, and install it again. After that, reboot your machine.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • When accessing shared folder - 'You might not have permission to use this network resource" .. A device attached to the system is not functioning

    On a Windows 2008 R2 server that had been working fine, all of a sudden some shared folders became inaccessible.  Clicking on them returned the following: "<Folder> is not accessible.  You might not have permission to use this network
    resource.  A device attached to the system is not functioning."
    If I create another share with a different name for that same folder, it works fine.  If I delete the original share then recreate it with the same name, I get the same error.  However, if I right click on the problematic share and select 'map
    network drive' that works.  So this would not appear to be a permission issue.
    I discovered this problem because the path for mapping the home folder as a property of their AD account stopped working.
    I have tried most of the common things found on the internet.  I've tried accessing via IP, same issue.  While I only have a couple 2003 servers, those can access this resource.
    At this point, I'm pretty much out of ideas.  Any help would be appreciated.  I also have some reports of potential issues with some printer mappings too which I will have to investigate in the morning.
    If anyone has a solution to this I would be extremely grateful.  Thank you.

    Hi,
    Can you access the shard folder locally? Is a specific server cannot access the shared folder? Please try to Boot your server in Clean Mode to check if some third-party software cause the issue.
    How to perform a clean boot in Windows
    http://support.microsoft.com/kb/929135
    Best Regards,
    Mandy
    If you have any feedback on our support, please click
    here .
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error while writing to file: C: \ Program Files (x86) \ iTunes \ iTunes.Resources \ el.Iproj \ iTunesExtrasDownload.png. Make sure you have access to this directory.

    When i try to install iTunes in my Windows 7, this error message apear "Error while writing to file: C: \ Program Files (x86) \ iTunes \ iTunes.Resources \ el.Iproj \ iTunesExtrasDownload.png. Make sure you have access to this directory." Someone help me!!

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • I receive the following error message when trying to install QuickTime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."

    I recieve the following error message when trying to install Quicktime for Windows "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."  I just trying to get the latest version of iTunes.  Thanks

    "Error writing to file C:/Program Files/QuickTime/QTSystems/QuickTimeCheck.ocx. Verify that you have access to that directory."
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Itunes will not install. I get the error message "Error writing to file: C:\Program Files\Common Files\Apple\Mobile Device Support\com.apple.IE.client_main.dll     Verify that you have access to that directory."

    Itunes will not install. I get the error message "Error writing to file: C:\Program Files\Common Files\Apple\Mobile Device Support\com.apple.IE.client_main.dll     Verify that you have access to that directory."

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Variable might not have been initialized, but I can't get around it...

    I'm getting a variable might not have been initialized error, and I know why, but I can't get around it. Basically, this snippet of my code is reading in a map file for a game. The first two lines of the map file are configuration information, and the rest is coordinates for the tiling graphics.
    while ((str = in.readLine()) != null) {
                    if(!read_info){
                        //process first line: tileset image, size, playerpos
                        temp = str.split(",");
                        loadTileset(temp[0],32);
                        size_x = Integer.parseInt(temp[1]);
                        size_y = Integer.parseInt(temp[2]);
                        map = new Tile[size_x][size_y];
                        player.resetLoc(Integer.parseInt(temp[3]),Integer.parseInt(temp[4]));
                        //process second line: impassible
                        str = in.readLine();
                        temp = str.split("!");
                        impassable = new Point[temp.length];
                        for(int m=0;m<temp.length;m++){
                            tmp_coords = temp[m].split(",");
                            impassable[m] = new Point(Integer.parseInt(tmp_coords[0]),Integer.parseInt(tmp_coords[1]));
                        read_info = true;
                    } else{
                        temp = str.split("!");
                        for(int i=0;i<size_x;i++){
                            tmp_coords = temp.split(",");
    boolean ti = true;
    for(int p=0;p<impassable.length;p++){
    map[i][j] = new Tile(Integer.parseInt(tmp_coords[0]),Integer.parseInt(tmp_coords[1]),true);
    j++;
    I'm not including everything.. this should make sense. Impassable is a Point[].
    I can't say how big the Impassable list will be until it reads the second line of the map file. However, that happens in the first run-through of the file-reading processes.
    Is there a try/catch statement I can use to get past this?

    If you set that variable to null you will fix this
    error.
    Object obj;to
    Object obj = null;Beware this may cuase NullPointerExceptions, so you
    should check this variable for being null before you
    try to access it.That's usually the wrong way to approach this. Getting this compiler error is often a sign of a logic error. Only initialize the variable if it makes sense for the variable to have that value. Don't do it just to satisfy the compiler.

Maybe you are looking for

  • Audio is fine in iMovie, but when exported its not?

    I'm using iMovie 09. All the clips I've put in I've detatched the audio from and then deleted. I've put my own audio track over the top of everything. The audio is fine throughout when I'm watching in iMovie, but when I export, in about the last 5 cl

  • Oracle 10g Installation on Red Hat Linux

    Hi I am trying to install Oracle 10g (Downloaded from Oracle Site) in a Linux Installation. I have checked with the following command about the Linux Version # cat /etc/issue and the output is : Red Hat Linux Release 7.1 (Seawolf) Kernel 2.4.2-2 on a

  • Is there anyway to check for duplicate swatches/patterns/gradients?

    Besides looking at each one yourself.

  • Maximun size for  a datafile

    Hi, Oracle Version :10.2.0.1 Operating system:Linux Can any please tell me what is the maximum size that a datafile can grow and the maximum size for tablespace. Here i am having one tablespace which is having 4 datafile in that 2 datafile are 33 gb

  • Just bought second mini but it has different SMC (Firmware?)

    Hi, I just added our second Mini to the mix here, and noticed while setting it up that it has a different SMC # in the System profiler. Both Mini's are mid 2007 models, with the same specs. (2.o C2D, 2G Ram,, etc) and both have the same Boot Rom - MM