You cannot burn the disc because you do not have permission to do so...

Just completed the upgrade from Tiger to Leopard yesterday, and I'm getting this error whenever some of the accounts on the system (that are managed accounts in the parental controls window) ry and burn CDs.
I have verified that the account has permission to burn CDs and DVDs, but I am unable to get this to work; the Error Code is 0x80020061.
Of course, as the administrator I can burn CDs but that's not going to scale...
Is there something I can do to resolve this?
Steve

OK, I tried something simple (?) and this resolved the issue:
(1) As an administrator, remove the Parental Controls
(2) Log in as the managed user
(3) Burn a CD... Works!
(4) Log out and log back in as an Administrator
(5) Re-enable Parental Controls
(6) Log in as the managed user again.
(7) Burn a CD...Still works!
I guess the moral of the story is, don't upgrade; do a clean install...

Similar Messages

  • User Executes Stored Procedure That Executes sp_send_dbmail; receives email but also gets error Cannot alter the queue 'ExternalMailQueue', because it does not exist or you do not have permission.

    Using SQL Server 2012 SP1
    I have a user that is submitting a procedure that uses sp_send_dbmail.  I have also noticed that they have the following code in their procedure
    DECLARE @rc INT
    IF NOT EXISTS (SELECT * FROM msdb.sys.service_queues
    WHERE name = N'ExternalMailQueue' AND is_receive_enabled = 1)
    EXEC @rc = msdb.dbo.sysmail_start_sp
    The user submits the procedure and she gets the email but she also gets the following error message:
    Msg 15151, Level 16, State 1, Procedure sysmail_start_sp, Line 8
    Cannot alter the queue 'ExternalMailQueue', because it does not exist or you do not have permission.
    Mail (Id: 2402) queued.
    (1 row(s) affected)
    I have granted execute to sp_send_dbmail and sysmail_start_sp.  I have also granted select to service_queues.
    Does anyone have any solutions for the above error message?
    lcerni

    The contents of sysmail_start_sp is this:
    CREATE PROCEDURE sysmail_start_sp
    AS
        SET NOCOUNT ON
        DECLARE @rc INT
       DECLARE @localmessage nvarchar(255)
        ALTER QUEUE ExternalMailQueue WITH STATUS = ON
        SELECT @rc = @@ERROR
        IF(@rc = 0)
        BEGIN
          ALTER QUEUE ExternalMailQueue WITH ACTIVATION (STATUS = ON);
           SET @localmessage = FORMATMESSAGE(14639, SUSER_SNAME())
           exec msdb.dbo.sysmail_logmailevent_sp @event_type=1, @description=@localmessage
        END
    RETURN @rc
    The user get the error, because she does not have any permission on the queue in question. To be able to alter the queue, the following applies according to Books Online:
    Permission for altering a queue defaults to the owner of the queue, members of the db_ddladmin or db_owner fixed database roles, and members of the sysadmin fixed server role.
    Note that is would be db_ddladmin or db_owner in msdb. Now, supposedly the queue is already active, and in that case I think that it is sufficient that the user has VIEW DEFINITION on the view. This would permit her to see the row in sys.service_queues,
    why there would be no need to call sysmail_start_sp.
    Altertanively, change the check to:
    DECLARE @isenabled bit
    SELECT @isenabled = (SELECT is_receive_enabled FROM msdb.sys.service_queues
                   WHERE name = N'ExternalMailQueue')
    IF @isenabled = 0
       EXEC @rc = msdb.dbo.sysmail_start_sp
    The idea here is that, if the user has no permission to read the information in the DMV, @isenabled will be NULL, and you just pray and hope that the queue is up and running.
    I suspect that the reason this worked for you on SQL 2005 is that on that instance someone at some point in made all the required configurations for it to work, but all that is forgotten now. That happens to me too.
    If you really want the user to be able to start the queue, I have some better ideas than adding her to a role, but I skip the details for now.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • What does "you cannot open the application because it is not supported on this architecture" mean?

    What does "you cannot open the application because it is not supported on this architecture" mean?

    well my mac lion (10.4.11) will run minecraft.jar, but runs very slow , i tried downloading minecraft.zip it showed the mc logo with a x on it, i tried opening it, and it said it cant open it because there is no application to open it, do i need a higher version of mac? mainly leopard or snow leopard? This is what it looks like

  • I keep getting the message"the IPhoto library is locked, on a locked disc, or you do not have permission to make changes to it" This has never happened before but I have recently downloaded Mavericks  so am wondering if that is the problem? I have tried t

    I keep getting the message"the IPhoto library is locked, on a locked disc or you do not have permission to make a change to it." Prior to downloaading Mavericks OS last week, have neever had a problem with IPhot. What can I do. All the suggestions on the program help had not worked. I cannot find "IPoto Library First Aid" (which was oneof the suggestions)
    JoDri

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • My problems started with an error 50 message when trying to download bought films. After un-installing and downloading iTunes, a number of times, I still cannot open iTunes on my PC and keep getting the message "you do not have permission to open"

    I have removed all spyware, anti virus software and removed all iTunes programs - as suggested by Apple. I still cannot open iTunes on my PC because of the message "you do not have permission to open this file, folder"
    I have changed and checked all permissions to allow this but still get the same message.
    iTunes is located on my C drive and I now do not have the neccesary permissions to open it.

    Hey Chris-
    It has been some time since you posted this message and I see you haven't gotten any replies, but  I have the same issue and I was wondering if you figured out how to resolve it.  Hopefully you were able to figure it out. 

  • Error:Cannot connect to WMI provider. You do not have permission or the server is unreachable

    I'm getting the below message when i try and access SQL Config Manager on my Windows Server 2003 R2
    "Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager.
    Generic failure [0x80041001]"
    Also tries with the below solution but still the error persists
    The solution is to go to a command prompt as administrator and then run mofcomp.
    C:\Program Files\Microsoft SQL Server\90\Shared>mofcomp "C:\Program Files\Microsoft SQL Server\90\Shared\sqlmgmproviderxpsp2up.mof"
    Below was the output of the command:
    Microsoft (R) 32-bit MOF Compiler Version 5.2.3790.1830
    Copyright (c) Microsoft Corp. 1997-2001. All rights reserved.
    Parsing MOF file: C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmp
    roviderxpsp2up.mof
     (1): error SYNTAX 0X8004402f: Error creating temporary file
    Compiler returned error 0x8004402f
    C:\Program Files (x86)\Microsoft SQL Server\100\Shared>
    Can anyone tell how this problem can be solved?

    Sorry for the mistake.The command prompt is
    C:\Program Files (x86)\Microsoft SQL Server\100\Shared>mofcomp "C:\Program Files  (x86)\Microsoft SQL Server\100\Shared\sqlmgmproviderxpsp2up.mof"
    And error i got is
    Microsoft (R) 32-bit MOF Compiler Version 5.2.3790.1830
    Copyright (c) Microsoft Corp. 1997-2001. All rights reserved.
    Parsing MOF file: C:\Program Files (x86)\Microsoft SQL Server\100\Shared\sqlmgmp
    roviderxpsp2up.mof
     (1): error SYNTAX 0X8004402f: Error creating temporary file
    Compiler returned error 0x8004402f
    C:\Program Files (x86)\Microsoft SQL Server\100\Shared>
    I hav checked that sqlmgmproviderxpsp2up.mof is in C:\Program Files  (x86)\Microsoft SQL Server\100\Shared\ folder.

  • I have recently started syncing to iCloud on my laptop and iPad.  It starts to sync and then stops and I get the message:  you do not have permission to sync this folder.  I do what it asks but cannot get past that folder?  Help!

    I have recently started using iCloud on my laptop syncing it with my iPad.  When the syncing process starts it stops and gives me a message something like:  You do not have permission to sync this folder.  Then it wants me to unlock and gives other suggestions.  I have done them all and still cannot get the syncing process past this folder.  I is a folder in my documents.  Anyone have any solutions?

    If you think this is a bug, you can report it here:
    Apple - Mac OS X - Feedback

  • HT5252 I tried to change my metadata date and got this   Aperture was not able to adjust the date and time of the original file "01769_p_h13ajyrm4bm0944.jpg" because it is locked or you do not have permission to modify it.

    I tried to change the metadata date.  It changed the date on my photo, but when I checked the box that said "also change my original file", it gave me this error message.
    Unable to change original file.  Aperture was not able to adjust the date and time of the original file “01769_p_h13ajyrm4bm0944.jpg” because it is locked or you do not have permission to modify it.
    Wassup?

    What is your Aperture version? The older versions of Aperture 3 had a problem to apply Metadata changes to the original file.
    If you are using the current version Aperture 3.4.5, try to repair the permissions on your Aperture library, if you have not already done so:
    Launch Aperture with the key combination ⌥⌘ held down and select "Repair Permissions" from the First Aid PAnel, that will appear.
    If that does not help, post back with more information on your original files - are the referenced or managed? Where is your Aperture library located? Since when do you have this problem? And what did you do directly before noticed the problem for the first time?
    Regards
    Léonie

  • Suddenly cannot connect to server "you do not have permission to access the server"

    I am one of only two Macs in our office.
    Up until now I have been able to connect to our shared folders/server just fine. Occasionally and randomly I would seem to get booted off, but would just log back in.
    Now suddenly I get "Connection Failed You do not have permission to access this server".
    I seem to get it whether its cifs, afp or smb.
    After it denies the connection it also boots me from email. As soon as I cancel the attempt to connect the email recognizes my password again.
    I have tried rebooting, repairing permissions and having our network admin change my password and nothing seems to work.
    If I enter an incorrect pw it recognizes it as such. I only get the above message when I use the correct username and PW.
    Additionally if I go to the other mac in our office I am able to connect using the same credentials without any problem.
    This is via ethernet.

    i also got the same problem on my ipad i have tried every thing i dont knw hw to fix this problme any solution. ???????????????????????????????????????????????????

  • ITunes Get Artwork:  "Artwork for [album name] cannot be found.  You do not have permission to access the requested resource."

    I just installed iTunes 10.5 (latest version as of 11 Jan 2012), onto a computer running Windows 7 Ultimate x64.  I loaded my music library into it, it compiled the list and separated them by album.  But even though I'd assigned most of the albums artwork through my Zune management software (a Microsoft product), almost none of them populated into iTunes.  So I went through and started asking the software to try to find album artwork where possible.
    I did this a few times album by album, then I decided to select multiple albums and see what happened.  No problems.  Then I selected all of the albums I had--about 600 in all--and asked it to get artwork.  It seemed to process for a bit, then came back with the error, "Artwork for [album name] could not be located.  You do not have permission to access the requested resource."  I tried this on several individual albums, only to receive that same error.
    The very first time I did it, I was told I needed an account with the iTunes store to make it work, so I signed in using an old Apple ID (the account had been inactive for so long it had been locked for security, I unlocked it and that seemed to be that).  Then I did what I described above.
    The weird thing--to me--is that I can still add artwork to the albums manually if I want to, from imagery stored locally on my own computer.  The only thing it seems to have a problem with is when I ask it to go find artwork from the iTunes store.
    Do I need to uninstall iTunes and then reinstall it?  Did something go wrong with the process of authorizing the computer to work with the iTunes store?  Do I need to de-authorize and then re-authorize the computer?  Could this be something related to Windows permissions on the iTunes library?

    Right on about how to reset the warnings, it was exactly that.
    I went through the steps to let iTunes through Windows Firewall, but still get the same problem when I access the iTunes store (and even though I followed the steps in the help file to the letter, I notice it still says iTunes is NOT enabled for it).  And now, thanks to the re-enabled warnings, when I try to get it to download artwork for single albums, this is what I get:
    "Artwork for [album name] could not be found.  An unknown error occurred (-50)."
    New results from the diagnostics too:
      Microsoft Windows 7 x64 Ultimate Edition Service Pack 1 (Build 7601)
    Acer Aspire 8930
    iTunes 10.5.2.11
    QuickTime 7.7.1
    FairPlay 1.13.37
    Apple Application Support 2.1.6
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 4.0.0.97
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 0034AA84038F17E0
    Current user is an administrator.
    The current local date and time is 2012-01-13 09:21:52.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    NVIDIA, NVIDIA GeForce 9700M GT
    **** External Plug-ins Information ****
    No external plug-ins installed.
    The drive Q: SEMC CD-ROM Rev 0001 is a USB 1 device.
    iPodService 10.5.2.11 (x64) is currently running.
    iTunesHelper 10.5.2.11 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name: {403AFC2C-1FCE-43B2-B9E8-D414B29FF5D1}
    Description: Intel(R) WiFi Link 5100 AGN
    IP Address: 10.100.3.244
    Subnet Mask: 255.255.248.0
    Default Gateway: 10.100.0.1
    DHCP Enabled: Yes
    DHCP Server: 10.100.0.1
    Lease Obtained: Fri Jan 13 09:00:56 2012
    Lease Expires: Sat Jan 14 09:00:56 2012
    DNS Servers: 202.174.158.10
    8.8.8.8
    Adapter Name: {B50EA825-FB09-459D-8855-77E5A43E18B1}
    Description: Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway: 0.0.0.0
    DHCP Enabled: Yes
    DHCP Server:
    Lease Obtained: Thu Jan 01 04:30:00 1970
    Lease Expires: Thu Jan 01 04:30:00 1970
    DNS Servers:
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Basic connection to the store failed.
    An unknown error occurred (-50).
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2012-01-12 07:09:14.

  • IPhoto Library locked in Yosemite; You do not have permission to open the document "iPhoto Library"

    Long story to get to the iPhoto part but may help someone who is in-the-know about what can be done for me...
    I turned on my computer a few weeks ago (iMac 27" late 2012, 2.9GHz Intel core i5) to access some photos in iPhoto and it would not load to the home screen but gave me the Disc Utilities Menu. From memory the options I had were; (1) Restore from Time Machine Back-up, (2) Re-install OSX, (3) Get online Help, (4) Repair or Erase using Disc Utility.
    I tried Repair in option 4... no success.
    I tried option 1 as I have my internal HDD backed up to an external HDD via Time Machine in case anything goes wrong... no success.
    I tried option 2 (which was Mavericks) and it loaded and took me to my desktop.
    When I tried to opened the iPhoto app in the dock there were no photos in it.
    After searching forums and the internet they suggested it may have been an iPhoto upgrade issue so I tried to update iPhoto but found it was already up-to-date.
    After looking, I found that the "iPhoto Library" in "Pictures" had a red circle with the white dash through it and was locked. When the "iPhoto Library" folder was double clicked I got the message "You do not have permission to open the document “iPhoto Library”.
    In all the trouble I have upgraded to Yosemite 10.10.3 (with Photos 1.0) and am obviously still having the same warning/error message come up when the iPhoto Library folder is clicked.
    Right click won't allow me to view package contents.
    The "Import" function in the "Photos" app won't do anything with the folder, and the "iPhoto Library" folder looks and functions the same in all of the back-ups on my external HDD Time Machine.
    I don't care if I need to use "Photos" or "iPhoto" but I do need to get the photos out because they are irreplaceable. If had know this problem was possible (especially while using Time Machine) I would have manually stored and backed my photos up in folders on another external HDD.
    Any help would be greatly appreciated, feel free to ask any additional Questions (but this is the first time I have posted in the forum so hopefully I can work out what is going on if you do reply to this post )
    Cheers.

    Thanks for the suggestion. I had tried this earlier with no success either. Even with the padlock unlocked I can't even change the tab that says "OPEN WITH". I still get the... "You do not have permission to open the document “iPhoto Library” message. You may also it continues to say "Fetching" where it should say my user name at the bottom.

  • When i click on safari to use the internet it says "safari cannot open the page because it is not connected to the internet", but i am connected to a wifi network so how do i get safari to work?

    when i click on safari to use the internet it says "safari cannot open the page because it is not connected to the internet", but i am connected to a wifi network so how do i get safari to work?

    you may be connected to the wireless network but the question is the internet working properly on the wireless network...
    what i mean is that i can make a wireless network without the internet so i can save and share files and have other devices connected to the same network access them... but you have to make sure that your internet it running properly... may have to reconfigure the router is your using PPPOE or if it was working prior to your post then try to restart your modem... that usually resolves most issues.

  • Safari will not open on my iPad Air...."Safari cannot open the page because it could not connect to the server." There were recent updates on my iPad Air. How can I fix this problem?

    How can I correct the issue of Safari not connecting on my iPad Air? It was working great 2 days ago.....now on September 20 it is not working! I have an internet connection but Safari will not open. "Safari cannot open the page because it could not connect to the server."

    Hello Beckieor,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning network issues:
    iOS: Troubleshooting Wi-Fi networks and connections
    Follow these steps to troubleshoot the above issues:
    Be sure you're in range of your Wi-Fi router (access point).
    Tap Settings > Wi-Fi and turn Wi-Fi off and on. If your Wi-Fi setting is dimmed, follow these steps.
    Confirm that your Wi-Fi router and cable or DSL modem are connected to power, turned on, and connected to the Internet. If not, refer to your network administrator or Internet service provider (ISP) for assistance.
    Restart your iOS device.
    Tap Settings > Wi-Fi and locate the Wi-Fi network to which you're connected.
    Tap and Forget this Network.
    Try to connect to your desired Wi-Fi network.
    Note: You may need to enter your Wi-Fi password again if your network requires one.
    Turn your Wi-Fi router off and on2. If your ISP also provides cable or phone service, check with them before attempting this step to avoid interruption of service.
    Update your device to the latest version of software.
    Update your Wi-Fi router to the latest firmware2. For AirPort Base Stations, install updates using the AirPort Utility.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • When i try to open a web page, a blue screen appears and it is telling me " safari cannot open the page because i am not connected to the internet. i have an iphone, no problem and a laptop with connection - no problem - not sure what the trouble is.

    when i try to open a web page, a blue screen appears - message says - sarfari cannot open the page because it is not connected to the internet. i have an iphone - no proble and a laptop - no problem as well.
    what is wrong?

    There are other things that need attention:
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.0 r32
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • 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.

Maybe you are looking for

  • Get rid of intrusive HUGE and UGLY dark bands behind HUGE icons on Home Screen

    How do I get rid of the intrusive, huge and ugly dark bands behind the huge icons, and reduce the size of the icons on the Home Screen? On my 8320 I can use pictures of my kids for wallpaper. On the 8900 they have wasted half of the beautiful screen

  • I will never buy another HP Product Again!

    I tried to get some help with an issue that I have been having and could not decide where the issue fit best so I posted it over multiple areas ... NOT to SPAM, but because it did not fit into anyone area ... here it is listed below; I have a HP Pavi

  • How to do the Unicode Check for Business Objects ?

    Hi all, How to do the Unicode Check for Business Objects ? Note: All business Objects are stored in BOR (Business Objects Repositary) Thanks in advance Sri..

  • LIST OF TCODES IN SRM

    Hi, Please provide me the list of Tcodes in SAPSRM. Thanks, Manu

  • Fiscal Year wise GR Value display

    Dear SDN, I need to generate the report Fiscal year wise GR Value. Example: Selection Parameters: Material number: Fiscal Year(Apr to March): Output ... like this. Fiscal Year  GR Value in cr 2006          100 2007          200 2008          300 2009