Error 1476: You do not have the rights to perform this operation

My problem just started this week. On certain users, or workstations I
try and remote control. RC tries to authenticate, but then the error
message in my subject line comes up.
I've checked my RC policies for users and the desktops, and haven't
changed anything. It will work for suer a, but not user b even though
they both have the same policies associated with them. (same for
workstations)
The only thing that has been done recently are the DST updates. I have
tried updating Console1 but that did nothing.
Any help would be greatly appreciated.

Gwsorrells,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
- Check all of the other support tools and options available at
http://support.novell.com.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://support.novell.com/forums)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://support.novell.com/forums/faq_general.html
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/

Similar Messages

  • You do not have security rights to perform this operation exception occurred in CreateComputerVariable method

    I am getting an exception near computerSettings.Put();Its throwing an exception as You do not have security rights to perform this operation..Can i know exactly when does this error occur..
    Details of Error:
    ConfigMgr Error Object:
    instance of SMS_ExtendedStatus
    CauseInfo = "5";
    Description = "CSspMachineExtProperties: ERROR_ACCESS_DENIED: ";
    ErrorCode = 1112017925;
    File = "e:\\qfe\\nts\\sms\\siteserver\\sdk_provider\\smsprov\\sspmachineextprops.cpp";
    Line = 958;
    ObjectInfo = "";
    Operation = "PutInstance";
    ParameterInfo = "";
    ProviderName = "ExtnProv";
    StatusCode = 2147749889;
    stack trace:
     at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put(ReportProgress progressReport)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObject.Put()
       at TestWqlManage.Program.CreateComputerVariable(WqlConnectionManager connection, String siteCode, List`1 variables, Int32 computerId) in /path/path/path
    ComputerVariable Method where exception occurs
    public static string CreateComputerVariable(WqlConnectionManager connection, string siteCode, List<ComputerVariableDC> variables, int computerId)
                try
                    // Get the computer settings.
                    IResultObject computerSettings = null;
                    IResultObject computerSettingsQuery = connection.QueryProcessor.ExecuteQuery(
                        "Select * from SMS_MachineSettings where ResourceId = '" + computerId + "'");
                    foreach (IResultObject settings in computerSettingsQuery)
                        computerSettings = settings;
                    if (computerSettings == null) // It doesn't exist, so create it.
                        computerSettings = connection.CreateInstance(@"SMS_MachineSettings");
                        computerSettings["ResourceID"].IntegerValue = computerId;
                        computerSettings["SourceSite"].StringValue = siteCode;
                        computerSettings["LocaleID"].IntegerValue = 1033;
                        computerSettings.Put();
                        computerSettings.Get();
                    // Create the computer variable.
                    List<IResultObject> computerVariables = computerSettings.GetArrayItems("MachineVariables");
                    foreach (ComputerVariableDC variable in variables)
                        IResultObject computerVariable = connection.CreateEmbeddedObjectInstance("SMS_MachineVariable");
                        computerVariable["Name"].StringValue = variable.Name;
                        computerVariable["Value"].StringValue = variable.Value;
                        computerVariable["IsMasked"].BooleanValue = false;
                        computerVariables.Add(computerVariable);
                    computerSettings.SetArrayItems("MachineVariables", computerVariables);
                    computerSettings.Put();
                    return computerId.ToString();
                catch (SmsException e)
                    Console.WriteLine("Failed to create computer variable: " + e.Message);
                    //throw;
                    //return e.Message;
                    throw e;

    Hi,
    What's the error when you create a computer variable manually?
    Please make sure you have give "Modify Resource" permission to this user. You could see it in Administration workspace -> Security -> Security Roles -> Full Administrator -> Collections -> Modify Resource.
    Best Regards,
    Joyce
    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.

  • Microsoft Outlook 2010 The delegates settings were not saved correctly. Cannot activate Send-on-behalf-of list. You do not have sufficient permission to perform this operation on this object.

    I am trying to assign delegation to a user and I receive the following message.
    The delegates settings were not saved correctly.  Cannot activate Send-on-behalf-of list.  You do not have sufficient permission to perform this operation on this object.
    We are using 2010 for the server and client.  There are only specific mailboxes that this is happening for after being migrated from Lotus Notes.  The user can use their mailfile fine however it is just the delegation that appears corrupted somehow. 
    I'm not sure how to fix this.  I have checked the access through the security tab in ad and that looks fine.
    Any help would be appreciated.

    I did some more digging and I solved it.
    This would be the solution:
    In Active Directory Users and Computers
    -Click on VIEW
    -Click on ADVANCE FEATURES  (this is important otherwise you won't see
    the complete list in the next steps)
    -Click on the USERS container
    -Find the problem user's account
    -Right mouse the account and click on PROPERTIES
    -Click on the SECURITY tab
    -In the top box, click on the SELF account
    -In the bottom portion of the screen make sure the READ PERSONAL
    INFORMATION  & WRITE PERSONAL INFORMATION  should both be checked for
    ALLOW
    If you can compare the permissions for 'SELF' with another user you probably should set them accordingly to be safe. I noticed that for the user where setting delegates (SOB) did
    not work, more than those 2 permissions were missing.
    Good luck!
    David

  • "changes to the distribution list membership cannot be saved. you do not have sufficient permission to perform this operation on this object"

    Running Exchange 2010/latest updates on Windows 2008 R2 servers.
    When I create a new DL that I want someone to manage, they received the following message when trying to add/remove from the DL:
    "changes to the distribution list membership cannot be saved.  you do not have sufficient permission to perform this operation on this object"
    I have followed everything in "http://msexchangeteam.com/archive/2009/11/18/453251.aspx" with no luck
    Any suggestions?

    Piggybacking off of the discussion above, with our deployment of Exchange 2007, we created a set of web-based tools that allowed people to create Exchange Resources including distribution lists.  To allow multiple people to manage the lists for a given
    department, we programmatically created a group, which is populated with one or more users from the "resource department".  We then set the following AD permissions to allow members of the group to manage membership of departmental distribution lists:
    Add-ADPermission -User DepartmentalGroup -AccessRights ReadProperty, WriteProperty -Properties 'Member' -DomainController dc.contoso.com
    Fast forward to Exchange 2010 and the landscape has changed with Exchange 2010's implementation of Role Based Access Control and I'm struggling to come up with a way to programmatically allow a group of users to manage distribution list membership for a
    subset of distribution lists - note that we have approximately 75 departments, with each having its own set of coordinators who should be able to manage distribution lists for their department but not lists created by other departments.  The specific
    error we receive in Outlook when attempting to modify group membership is the same as the title of this thread - "Changes to the distribution list membership cannot be saved.  You do not have sufficient permission to perform this operation on this object". 
    I implemented the settings referred to at
    http://sysadmin-talk.org/2010/06/omg-allowing-end-users-to-manage-distribution-group-membership-in-exchange-2010-2/ which details the process of creating a new management role and revoking the role's ability to create new distribution lists and remove distribution
    lists (which we want because we want those actions to be performed using our web tools). 
    All that to say that the ultimate problem we have is that the above relies on the "ManagedBy" field of a distribution list (viewable by Get-DistributionList Listname | fl *ManagedBy*) to determine group ownership.  When "ManagedBy" is set to a user,
    the user CAN edit a distribution list's membership from Outlook and OWA.  When "ManagedBy" is set to a group, members of the group are UNABLE to edit the membership of the distribution list via Outlook or Outlook Web Access/ECP.   Furthermore,
    Set-DistributionGroup does not allow you to specify a list of users to assign to the ManagedBy field.  However, if "ManagedBy" was set to a specific user and that user logs in to the Exchange Control Panel and adds additional "owners" of the distribution
    list, which I can then see from EMS - both the original owner and any additional owners added can in turn modify group membership for the list using Outlook or Outlook Web Access/ECP.
    My questions:
    1) Is it "expected" behavior that while I can assign a group to the "ManagedBy" property of distribution list, members of that group are still unable to edit the group membership?  ...or is there a fix for the behavior I'm seeing?
    2) Can multiple values be assigned to the "ManagedBy" property when using Set-DistributionList - ex: Set-DistributionList DLName -ManagedBy:user1,user2
    3) Any other suggestions?
    Thanks,
    -Lance

  • Itunes won't sync to my iphone 5s, get error message "you do not have enough access privileges for this operation?

    I keep getting an error message in iTunes when I try and sync my iPhone 5s. Message says "you do not have enough access privileges for this operation?". It is my personal computer and phone.

    Hello magestecal,
    Thanks for using Apple Support Communities.
    To troubleshoot this issue where you're getting a permissions error when trying to sync your iPhone, I'd like you to please follow the steps in the article below.
    iTunes: Missing folder or incorrect permissions may prevent authorization - Apple Support
    Take care,
    Alex H.

  • Error msg You do not have enough access privilegas for this operation

    Am trying to sync my iphone 4s this is the msg am getting:
    The iphone K15KUS cannot be synced. You do not have enough access privilegas for this operation

    I have a similar issue. I can update the music library but iTunes is trying ot automatically update the software on the iPod to v1.2 but I get an error message saying that I do not have the access privileges on this account. I have changed this account to be an Administrator, restarted but still that doesn't resolve my issue. Is it really necessary to have set up a separate profile for this different iPod? (I use two iPods on the same computer, my wife's and mine and set up different profiles with a shared music library). I would like to update the software on this particular iPod but it won't let me.
    PowerBook G4 15FW800   Mac OS X (10.4.7)   1GB RAM

  • Error message "You do not have enough access privleges for this operation"

    I am using Windows Vista, and current IPOD and ITUNES versions. I still get this message when trying to sync IPOD. Help please.

    So it appears iCloud/iTunes Match isn't the issue - the error message would seem to be complaining about where the music is being downloaded to. So with this in mind:
    In iTunes select Preferences and select Advanced. The iTunes media folder should be set to /Users/<your account>/Music/iTunes/iTunes Music. <your account> would be whatever your user account is. If you see something else there I'd guessing it is a folder you don't have permission to write to.

  • Changes to the public group membership cannot be saved. You do not have sufficient permission to perform this operation on this object.

    We have an existing Hybrid Setup
    On-Premise Exchange Version: Exchange 2010 SP3 RU1
    Users are being migrated to Exchange Online every day.
    We've read online that Distribution Group and Public Folder permissions and memberships cannot be modified by Exchange Online users, until and unless all DG and PFs are moved to Exchange online.
    I'd like to confirm the above part.
    -Tushar Shah

    Hello,
    These migrated users who are owners of the distribution group can't manage it in Microsoft Exchange Online, if you want to manage the distribution group, the distribution group owners need to use on-premises tools for Exchange Server such as the following:
    EMC and EMS, and then we need directory synchronization or other tools to sync the changes to Office 365.
    Even though all DG and PFs are moved to Exchange online, I'm afraid that we still need on-premises tools for Exchange Server :EMC and EMS.
    If you have any feedback on our support, please click
    here
    Cara Chen
    TechNet Community Support

  • Error: You do not have sufficient privileges to perform this operation.

    I dun know is it appropraite to bounce this question in this forum or
    not,nevertheless i am asking cuz i dun know where to ask dis silly question.
    I wana view this link it asks me OTN member user and password ,after
    putting the username and password the aforesaid error is displaying ,from where
    can i get such privileges for this link.
    http://www.oracle.com/gateways/gateway_bundles/faq.htmlKhurram

    This is certainly not the appropriate foruma as it is not monitored by Oracle staff
    Try the Feedback forum
    Community Feedback (No Product Questions)

  • Error message 'you do not have enough access privlages for this operation'

    this error message popped up and is stopping me from syncing my ipad with my computer. any help will be greatly appreciated thanks

    Try running iTunes as an Administrator (I assume you are using Windows).

  • I am trying to synced my iphone but I get an error message "the iphone cannot be synced you do not have enough access privileges for this operation"

    I have just installed itune on a windows 8 OS and am am trying to sync my iphone but it cannot import photos and come up with the error message "you do not have enough access privileges for this operation"

    Hey there Opal4,
    It sounds like you are unable to use iTunes due to this error message about not having enough access privileges. According to the following article you may need to change the permissions on the file directly:
    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.
    Windows XP:
    How to set, view, change, or remove file and folder permissions in Windows XP
    From: Trouble adding music to iTunes library or importing audio CD
              http://support.apple.com/kb/ts1387
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • TS2529 The error msg "The iPad "User's iPad" cannot be synced.  You do not have enough access privileges for this operation." appears when I connect my ipad to itunes.  How to resolve?

    The error msg "The iPad "User's iPad" cannot be synced.  You do not have enough access privileges for this operation." appears when I connect my ipad to itunes.  How to resolve?

    If you're running Windows, close iTunes, right-click on the iTunes icon and choose Run as Administrator, then try syncing again.

  • Iphone Sync Error. attempting to copy to the disc c:\ you do not have enough access privileges for this operation sync

    Nothing has changed, all i am trying to do is sync my iPhone 3GS to my iTunes (Latest Update).
    After clicking sync it attempts to do so, it gets to the backing up stage, then soon as this completes i get the following 2 errors right after eachother.
    the iphone "name" cannot be synced, you do not have enough access privledges for this operation
    (Click OK)
    Attempting to copy to the disc c:\ you do not have enough access privileges for this operation sync
    Then Sync cancels and nothing is done,
    Cheers
    KaySee

    Got this stupid issue again, however it only happens when im trying to copy music from anywhere to my itunes, it works perfectly fine if i run as administrator however when i do this i am unable to Drag and drop music into itunes. and i dont want a stupid windows 7 popup every time i run itunes asking if i want to run it.

  • Just recently getting error message when downloading podcasts.  Says "The iTunes Library file cannot be save.  You do not have enough access privileges for this operation."  Doesn't happen every time.  Using Windows 7.  What can I do?

    Just recently getting error message when downloading podcasts.  Says "The iTunes Library file cannot be save.  You do not have enough access privileges for this operation."  Doesn't happen every time.  Using Windows 7.  What can I do?  The files seem to be there but I don't know if they are being backed up to cloud.

    Hi, DickmoAZ.  
    Thank you for visiting Apple Support Communities.
    This sounds like a permission issue most likely with the iTunes Media folder.  Here is an article that will help you troubleshoot this issue.
    iTunes: Missing folder or incorrect permissions may prevent authorization
    http://support.apple.com/kb/ts1277
    Cheers,
    Jason H.

  • I'm getting an error that says "The iPhone "------" cannot be synced. You do not have enough access privileges for this operation." Everything will sync but the music. I am an administrator and all the files are organized. How do I sync my phone?

    I cannot sync my iTunes library or any playlists to my iPhone due to a message that reads "The iPhone "-----" cannot be synced. You do not have enough access priviledges for this operation. I also have music on my iPhone that will not sync to my iTunes library. Any way to sync the two together?

    I hope this helps.    Not the easiest fix, but I suspect it will solve the problem.
    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/itun es-privileges-error-with-windows-7/d616e06f-ecdd-4d34-8d7a-a9936a91ad6e

Maybe you are looking for

  • Bridge CS6 can't open image with Photoshop CS6

    I installed Bridge CS6 and Photoshop CS6 with my Mac Pro with drive 1, which was cloned with drive 2 as a backup. Now every time I try to open my RAW file in Bridge, it opens the file with the Photoshop with drive 2 instead of 1. I have tried to ejec

  • OPC fieldpoint VT_BOOL gives "Bad Value" in Citect

    We run Citects OPC-client and tries to communicate with the Fieldpoint OPC-server. Analog values AI/AO work all fine but DIO-550 I/O-values do not. The data type is VT_BOOL. The error message is "Bad value". The client can be configured to skip "bad

  • Muffeled sound, please help!

    My ipod works perfectly fine except for the fact that if i try to listen to it with headphones the sound is all muffled and broken like. I've tried many different headphones thinkign it might be them but its not. Who knows how to fix. Please help

  • No Sound in Win 7 - Have I tried everything?

    I have no sound in flash (youtube, etc) but sound is working for CDs and other non-flash applications.Video is fine. This is a brand new Dell laptop. I believe sound "may" have been working until I was prompted to update Adobe Flash. I know it did no

  • Transparency???JColorChooser

    Private JColorChooser chooser; Color col=chooser.getColor(); But the problem here is that chooser handles color without transparency. How can i make it to handle color with transparency, is there any other function?