Permission to delete resources?

Once a resource has been made Inactive, is it only someone with Administrator group permissions that can then fully delete the resource or can that permission be enabled for another group?
rgds
Steve

Hi Steve,
The permission "manage users and groups" is required to delete users. By default, only the admin group has this permission and you should be careful not to give this permission to other groups of users who might mess up your resource pool.
Hope this helps,
Guillaume Rouyre, MBA, MVP, P-Seller |

Similar Messages

  • Error in Deleting Resources

    I need help on figuring why we are getting this problem on resources. We have admisitrator that are having problem on deleting resources and some have no trouble at all. I looked at the way we are set-up on the roles and permission and we are granted the same permission sets in OLMS. What am I missing?

    what is the error you are getting? post the error or java stack to the forum. I got similar problem while deleting courses/offerings and oracle provided a code fix.
    Ram G

  • HT1923 In trying to delete the Apple file in the Program/Common File I can delete all contents except the Internet Services folder.  Thus preventing me from deleting the Apple FIle.  Error message says I need permission to delete this file.  How do I proc

    Trying to delete the Apple Folder from Program Files/Common Files.  I can delete all the contents except for the Internet Services folder which prevents me from making the deletion.  The error message says "you need permission to delete this file".
    Discovered this problem when trying to upgrade from my 3G iPhone to a new 5S iPhone unsucessfully.

    See note 3 of Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Turn "Delete Resource Account" for Active Directory into rename/move/unlink

    My Windows sysad would like me to stop deleting Active Directory users; he's tired of cleaning up from dangling SIDs, and I don't particularly blame him. Instead, he would like the process of "deleting" an AD account to be more like:
    1. disable
    2. rename from cn=user to cn=user_999, where 999 is replaced with an incrementing number (jsmith_001, jsmith_002, etc.). (Or maybe he;d be Ok with jsmith_yyyymmddhhmmss...)
    3. move (probably in the same "rename" above) from ou=Employees to ou=4Delete.
    4. unlink account from user.
    We are assigning AD accounts through roles, and so the Delete Resource User (or Delete Resource Person?) task is invoked. Does anyone have a customized version of this task that differentiates between resource account types and handles the "disable/rename/move/unlink" AD account paradigm my sysad would like? -Les

    Hi,
    did you ever resolve this? If so, how did you work it out as we would like to do the same.
    Thanks.

  • HT4623 my phone says that i do not have permission to the resources required to update my phone

    my phone says that i do not have permission to the resources required to update my phone, how do i fix that ?

    No, your computer says that. Not your phone. This is a Windows problem, not a phone problem.

  • How to delete resources that have been reference or used somewhere else ?

    Is there a way to delete resources even if they have been referenced in some other resource or used in PPMs or Orders etc ?
    I'll look forward to replies.
    Regards,
    Ranjini.

    Thanks Sai but I cannot delete resources using /sapapo/res01 or /sapapo/scc07 unless I remove the resources from all the planning versions which in turn cannot be removed unless we remove all their dependencies which can be a really time consuming process.
    Thats why I wanted to know if there is some report to delete the resources inspite of these dependencies.

  • Permission to delete pictures on Mac + Bridge

    I read the forum answer to go into Finder and to make sure the Adm. has read + write permission. Which I do, but still can not delete pictures from Bridge without pop up window saying I do not have sufficient permission to delete picture(s). Any other ideas on my Mac to try?

    Only if you have a backup of them.

  • Don't have the permission to delete ringtones

    Hi all,
    I discovered yesterday that I couldn't delete the ringtones on my iphone. As you see in the screencaption of my itunes (Dutch version), I don't have the permission to delete my synced ringtones on my iphone. a while ago I could manually add ringtones to my iphone without the ringtone sync function on the itunes, but right now I can only add a ringtone and not delete it. i already tried a clean restored iphone, it's not a problem everything works fine, I mean the manually add and remove ringtones.
    can someone help please?

    Hi Linc,
    Thanks for replying so quickly.
    I actually figured out what was wrong and I feel so foolish not for looking here first. But the folders themselves were not locked, it was each individual song that was. So all I did was open up the folder and the following sub-folders to reveal the songs. I then would right click on each song > get info > and then the locked button at the top would be highlighted in blue. All I had to do was click the button, and poof the song was unlocked and subsequently the entire folder was unlocked, then I could delete the whole thing. I had to do this about 150 times for each song hahaha but it all worked out.
    Thanks again for your time

  • After-Delete Resource Action Fails with "the authenticity of host  ..." Err

    I created two Resource Actions (see below for format used). Both actions are being referenced in an Shell Script resource adapter (RA) that's used to create/delete a home directory on a Sun Solaris box. The RA also performs other setup/cleanup activities. The After-Create resource action call to ssh works. The After-Delete resource action call to ssh fails with the following error:
    com.waveset.util.WavesetException: Script failed waiting for "_,)#+
    (:" in response "The authenticity of host 'localhost (127.0.0.1)' can't be
    established. RSA key fingerprint is db:98:c4:cf:84:0a:f9:52:12:14:7...A key
    fingerprint is db:98:c4:cf:84:0a:f9:52:12:14:7e:74:23:f7:8f:df. Are you sure
    you want to continue connecting (yes/no)? " com.waveset.util.WavesetException:
    Script processor timed out with nothing to read and the following unprocessed
    text: "The authenticity of host 'localhost (127.0.0.1)' can't be established.
    RSA key fingerprint is db:98:c4:cf:84:0a:f9:52:12:14:7e:74:23:f7:8f:df. Are you sure you want to continue connecting (yes/no)? The authenticity of host 'localhost (127.0.0.1)' can't be established. RSA key fingerprint is db:98:c4:cf:84:0a:f9:52:12:14:7e:74:23:f7:8f:df. Are you sure you want to continue connecting (yes/no)? ".
    By the way, we are currently using Sun Identity Manager 7.0.
    Thanks in advance for your assistance.
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE ResourceAction PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <ResourceAction name='ResAction:myProj:Resource-After-Create'>
    <ResTypeAction restype='Shell Script' timeout='20000'>
    <act>
    #!/bin/csh
    echo "Account ID" >> /myProjFolder/.$WSUSER_accountId.txt
    echo $WSUSER_accountId >> /myProjFolder/.$WSUSER_accountId.txt
    ssh -l someuser localhost /myProjFolder/exe/someExecutable $WSUSER_accountId &
    exit 0
    </act>
    </ResTypeAction>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </ResourceAction>
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE ResourceAction PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <ResourceAction name='ResAction:myProj:Resource-After-Delete'>
    <ResTypeAction restype='Shell Script' timeout='20000'>
    <act>
    #!/bin/csh
    echo "Account ID" >> /myProjFolder/.$WSUSER_accountId.txt
    echo $WSUSER_accountId >> /myProjFolder/.$WSUSER_accountId.txt
    ssh -l someuser localhost /myProjFolder/exe/someExecutable $WSUSER_accountId &
    exit 0
    </act>
    </ResTypeAction>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </ResourceAction>

    You've probably already fixed it...
    Just log on in the console yourself, instead of IdM. After answering yes, key fingerprint will be added to the ~/.ssh/known_hosts, and IdM will be happy.
    Milan

  • I have no permission to delete documents at my Time Capsule. What i need to do?

    I have no permission to delete documents at my Time Capsule and I dont know what i need to do.
    I can save and use documents at Time Capsule, but i cannot delete the documents (no permission).

    No app is required.                                               
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it.
    - Apple will do nothing without a court order                         
    Reporting a lost or stolen Apple product                                        
      - iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number

  • DTR delete resource with backslash in filename

    Hi,
    using the dtr repository browser (Browser application), "Add new resource", I added a file with name "C:\tmp\filename" to dtr by mistake. Now I cannot delete it. If I try using the "Delete resource" button, I get an error message, If I try using dtr client in NWDS it complains the file does not exist (of course I cannot create a file named "c:\tmp\filename" on a Windows file system).
    Any ideas how to get rid of this?
    Regards
    Rolf

    Hi Rolf,
    yes, most likely this could be the anwer. Perhaps not because DTR console is stronger and meant for nwdi admins but simply because it is related to DI usage type so if one adds only usage type portal or whatever, why would we fill up the filesystem with non related data, but as discussed I also treat this as the answer.
    What also changed I am aware of (and this changed even earlier as of the appearance of 711) that NWDS' eclipse folder is not including any cmd tools (like for cbs tool, cms tool, dtr shell, dc tool, etc) but these are wrapped into the SCA DICLIENTS (inside that there is another sda tcdicmd_tools~sda.sda that includes these tools) and which can be downloaded from the SMP from the same place where the DI_* SCs are available. This is not related to the server side dtr console but related to NWDI command line tools so I thought I mention it for the sake of completeness.
    Best Regards,
    Ervin

  • How to enable permission to delete iPhone photos from my computer

    I have an iPhone 6 running iOS 8.3. I use a PC. I like to pull pictures of my kids off of my phone and save them on my computer in different files. I plug my phone in via USB, open the folder with the pictures and transfer photo files where I want them to be. Once I've moved it, I right click to delete the original photo in my iPhone folder to remove it from my phone. This is how I've done it for years. Since I've upgraded to the new iOS 8.3, my computer tells me I don't have permission to delete these files out of my iPhone folder. I'm very frustrated and can't find any solutions, and I can't figure out if this is a phone setting or computer setting. Any suggestions? Thanks in advance.

    Yes, that is always an option, but not what my issue is. For speed and efficiency of what I'm doing on my computer, I want to be able to delete them as I always have been able to do before iOS 8.3. I'm sure there's a setting somewhere, I just can't find it.
    Your issue is, that you updated to iOS 8.3, and that does not allow deleting photos from the iPhone like before.
    Even a Mac can no longer delete the photos from the iPhone after the iOS 8.3 update, if iCloud Photo Library has been enabled on the iPhone in the Settings > Photo & Camera. Then you have to delete the Photos in the Photos application to delete them from iCloud.

  • Permission to assign resource?

    [idm6]
    When trying to create a user with user form I assign 2 resources to waveset.resources like this:
    <Field name='waveset.resources'>
    <Expansion>
      <list>
       <ref>doelgroep</ref>     <!-- variable containing correct value 'ambtenaren' -->
       <ref>doelgroep_db</ref>
      </list>
    </Expansion>
    </Field>But when running this form and press save I get following exception:
    WavesetException: User helpdesk1 does not have rights to add the following Resource to User 1100000000303 :<br>- ambtenaren <br>What is the AdminGroup or permission that I need to assign in order to be able to assign resources to a user? the ambtenaren resource is just an LDAP resource that I can assign without problems via active sync form.
    Thanks,
    Marcel

    Hi Marcel,
    your issue is not about capabilities but about scope. "helpdesk1" controlles an organization that does not controll the org that "ambtenaren" is a member of.
    Long ago i used that as a feature, putting resources in hierarchical orgs in order to make them non assignable to admins that do not controll that org. While that works you have to be aware that an admin that can not see an org is till able to remove a resource in that org from a given user and therefore cause the account to be deleted. While this is fine from an audit point of view it can end up very destructive.
    I now put resources either to #ID#All (can't be done in the GUI) or i create a dummy org where all resources are put in and add that org to the controlled orgs of my account admins using an admin role to define those. Then i define the privileges to assign and remove resource accounts with form logic. This is more efford but makes sure that an admin that may only assign minor resources does not have the power to remove whatever he likes.
    Regards,
    Patrick

  • Don't have permission to delete files in Preview or Adobe Bridge CS3

    Help!
    I'm unable to delete image files in Preview or Adobe Bridge CS3.
    Workflow:
    1. Take a bunch of photos on my Nikon
    2. Load them to my MacBook Pro, 10.6.3
    3. Open them in Preview and right-click "Move to Trash" on the photos that I don't want.
    ==> this results in "Move to Trash Failed. Some files could not be moved to Trash."
    4. If I open the bunch of photos in Adobe Bridge CS3 and command-delete the photos that I don't want
    ==> I get "The operation cannot be completed because you do not have sufficient permissions."
    I am logged in as the same user who loaded the image files.
    Permission on the image folder start out at
    me: Read & Write
    admin: Read only
    everyone: Read only
    but even if I change all to Read & Write, I still get the same errors.
    What's going on?????
    Thanks.

    Did you ever figure this one out? I'm having the same issue...

  • Project Online - Can't Delete Resource and User from Delete Enterprise Objects

    I would like to link a resource account to a user account but I ran into an error: "The resource account
    is already in use.".  This is a known issue which I attempted to resolve by following the instructions in KB2881398.
    However when deleting the selected resource from Delete Enterprise Objects I get a message indicating success ("The
    selected Resources and Users have been deleted.") but the duplicate user is still in the listing in Delete Enterprise Objects and when attempting to link the remaining resource to a user logon account I still get the error
    "The resource account is already in use."
    Why is the user not deleted even though Delete Enterprise Objects reports success and how can I delete these duplicates to be able to successfully link the account?

    Hi,
    This might be due to your Exchange Sync issue, where your project workspace is unable to delete that user from local DB. Try following steps to diagnose the problem:
    1) Go to your Resource Pool, DELETE a resource.
    2) While resource is being Deleted, open another window 
    Server Settings -> Manage Queue Jobs
    3) Here you can view the progress of your current Resource Deletion update, check if all goes smooth and your Resource is deleted successfully by showing process completion 100% :
     ( to view any error look at the
    last column of table on Manage Queue Job page)
    4) Cross check your Resource by running Resource Availability Report.
    Basically this will give you a fair idea of your resource deletion problems and how system is responding to it.
    Regards

Maybe you are looking for