Permission to create keywords?

Permission to create keywords?
Hi.  We're currently on 2006.0.6.  I'm trying to give a user access to create and manage keywords without giving them complete administrative access to RC.   I tried adding the user to the group "Manage and organize portal categories and keywords".  They can now browse and update existing keywords, but the option to create a new keyword isn't available for them.  Is there a way to let a user create new keywords without giving them complete admin access to RC?

Tylor,
Yes - you can accomplish this in RC06 by also giving this person the "Change Site Parameters" site permission. This, along with the "Access ServiceDesigner" and "Manage and organize portal categories and keywords" site permissions will allow them to create keywords. Because you are not giving them access to ServiceCommunity, the "Change Site Parameters" site permission is limited only to actions taken with ServiceDesigner.

Similar Messages

  • Permission to create file in directory

    Hi all,
    I want to check permission in directory. ie. if user have permission to create a file in directory.
    how can i check this.
    for testing i wrote this program and i disabled all permissions for user (like read, write ) from security tab of directory properties.
    so i was not able to open the directory
    but it seems that canRead and canWrite are not working
    public class Check {
          * @param args
         public static void main(String[] args) {
              File s = new File("c:/testing/thisdir");
              if (s.exists() && s.isDirectory()) {
                   System.out.println("exists");
                   if(s.canRead()&& s.canWrite()){
                        System.out.println("read n write possible");                    
                   }else{
                        System.out.println("read n write impossible");
              } else {
                   System.out.println("does not exists");
    Output :
    exists
    read n write possibleAny comments why its so...

    hi dcminter ,
    just now changed the code ... and rechecked the permissions also ... and found that program is unable to write file inside directory...it throws following exception "java.io.IOException: Access is denied"
    but still
    canRead and canWrite method returns true ... i dont know why it is so
    public class Check {
          * @param args
         public static void main(String[] args) {
              try {
                   File s = new File("c:/testing/thisdir");
                   if (s.exists() && s.isDirectory()) {
                        System.out.println("exists");
                        if (s.canRead() && s.canWrite()) {
                             System.out.println("read n write possible");
                        } else {
                             System.out.println("read n write impossible");
                        File ss = new File("c:/testing/thisdir/a.txt");
                        ss.createNewFile();
                   } else {
                        System.out.println("does not exists");
              } catch (FileNotFoundException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
    }

  • Don't Have Permission to Create Nodes

    I'm working with the File example and I'm getting the
    following error:
    Error: MessageManager.createNode : insufficient permissions
    to create node
    I'm creating the node on a SYNCHRONIZATION_CHANGE event as
    follows:
    I've got the room set up so that guests are automatically
    promoted. Does that not work as far as Node-creating permission?

    Hi Ryan,
    You can create a new node only if you are owner of the room
    or you are promoted to have host role i.e. role = 100 . When you
    autopromote someone, that user gets promoted to a role = 50 i.e. a
    presenter role. If you do not autopromote , the default role = 10 ,
    i.e. that of a viewer.
    Hence you need to promote the incoming user further to a role
    = 100, merely autopromote won't give him enough permission to
    create a new node.
    Thanks
    Hironmay Basu

  • Project Server 2013 - User does not have permission to create a WSS site

    We have Auto-Publish enabled for the project by the Owner. The issue is that when a user submits his updates,  the updates are auto approved and auto-published but it also ends up showing below error to the user. 
    General
    •User does not have permission to create a WSS site.:
    ◦GeneralSecurityAccessDenied (20010). Details: id='20010' name='GeneralSecurityAccessDenied' uid='---'. 
    •Queue:
    ◦GeneralQueueJobFailed (26000) - CreateWssSite.CreateWssSiteMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='---' JobUID='---' ComputerName='---' GroupType='CreateWssSite' MessageType='CreateWssSiteMessage' MessageId='1' Stage='' CorrelationUID='54a0c79c-da9b-c011-2554-5fb474e440c6'.
    For more details, check the ULS logs on machine --- for entries with JobUID ---. 
    And in the Project Queue, the failed job type and job state are
    Job type- Project Site Update
    Job State - Failed But Not Blocking Correlation
    We have disabled Site Provisioning for Project publish.
    Can anyone point us on how auto-publish works and what all permission is required by users or owners?

    Hi Goahh,
    It might be that your issue has nothing to do with the rules set to auto-publish the project. Try to inactivate the auto-publish for a test project and try if the publication by itself works. Or simply try to publish a project from MS Project Pro and see
    if you still get the error message. 
    Has it been working before?
    Check also that the "Manage SharePoint Foundation" permission is enabled for the security groups in question.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Grant permission to "Create Database" Only

    I want to create a user in SQL,
    user just need a permission to create a new database nothing else,
    how can i accomplish this?
    Regards
    k

    use [master]
    GO
    GRANT CREATE ANY DATABASE TO [LoginName]
    GO
    -Prashanth

  • Issue with permission while creating incident

    We have an issue. Sometimes our analytics get "no sufficient permission to perform the operation".
    First of all they assigned roles with different queues. They have access to edit incidents with user role profile advanced operators and queue for incidents with status New. And they have access to read incidents with user role profile read-only operator
    and queue for incidents with statuses Closed or Canceled.
    When open new form for creating incident and wait a few minutes they may can't save incident and get permission error. But object in newly opened incident form isn't added in any queues. And then I find that incident was actually created.  
    Also when they save incident successfully, they can't even see it for up to 5 minutes while incident isn't in queue.
    That's really annoying and confusing. As I can't get any way to troubleshoot what exactly form can't save.
    Any workarounds to this? Or how do you separate access to closed and active incidents?

    Hi 
    Rather than creating queues for these, you may be better creating Views for this instead, unless you specifically need to deny access to work items in these states.  
    Queue membership is calculated on a schedule and incurs a performance overhead.  Therefore I tend to use these sparingly for things like support group separation and SLO targeting.
    Also, if your analysts are opening an incident and waiting for a while, it is likely that a background workflow is updating the incident while the analyst has the record open.  This will prevent the changes from being committed and will generate an
    error.
    HTH
    Shaun

  • How to grant user permission to create "Credential" and "Proxies"

    Hi Team,
    Kindly let me know how to grant permission for user to create "Credential" and "Proxies" on server:
    Thanks in advance
    Santosh

    Can I revoke this permissions once I grant?
    You can use DROP and REVOKE commands to do the opposite.
    USE [msdb]
    GO
    ALTER ROLE [SQLAgentOperatorRole] DROP MEMBER [TestLogin1]
    GO
    USE [msdb]
    GO
    ALTER ROLE [SQLAgentReaderRole] DROP MEMBER [TestLogin1]
    GO
    USE [msdb]
    GO
    ALTER ROLE [SQLAgentUserRole] DROP MEMBER [TestLogin1]
    GO
    use [master]
    GO
    REVOKE ALTER ANY CREDENTIAL TO [TestLogin1] AS [sa]
    GO
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Create Keywords at highest hierarchical level  in Lightroom 5

    I cannot seem to create a new keyword in LR5 at the highest hierarchical level.  When I try to create a new keyword, either with an image selected or not, it puts that new keyword in as a (third-level) sublevel keyword within a keyword that I have created in the past.  I can move the newly created (sublevel) keyword to be a sublevel keyword within another previously created highest level keyword.  But I cannot create a new highest level keyword. 
    This does not seem to make sense to me.  Can anyone help?

    Right-click on any keyword and you'll see some options, one of which is "Put New Keywords Inside this Keyword", which if selected means that any new keywords get listed under that keyword's hierarchy, rather than at the top level. Once this option is selected, the "target" keyword is denoted by a small dot after its name, see the attached screenshot. If that's what's happened, simple right-click again on that target keyword and uncheck that option.

  • Sa has no permission to create device

    I connect ASE as sa on linux with isql from PC and try to create a device and got permission error.
    "dcreate: error creating /dev/raw/mydev.  System message is: Permission denied
    How to resolve this provlem? what account on linux is mapped to sa?

    This should do the job:
    ps -ef | egrep "dataserver|backupserver" | grep -v "grep"
    This example from my own workstation reflects that these servers
    were all installed under my own account "bret".
    bret-sun2% ps -ef | egrep "dataserver|backupserver" | grep -v "grep"
        bret  1062  1061   0   Mar 10 ?           0:00 /work/releases/rel16b2/ASE-16_0/bin/backupserver -Srel16b2_utf8_bret_sun2_back
        bret 16446 16445   1 15:23:31 ?           0:16 /work/releases/rel1572.sp103/ASE-15_0/bin/dataserver -sREL157SP1xx_bret_sun2 -d
        bret  6646  6645   0   Mar 14 ?           0:00 /work/releases/rel1503/ASE-15_0/bin/backupserver -SREL1503_bret_sun2_back -e/wo
        bret 26685 26684   0   Mar 19 ?           0:00 /work/releases/rel1572.sp103/ASE-15_0/bin/backupserver -SREL157SP1xx_bret_sun2_

  • Grant Permission to create/drop functions only

    I have to grant permissions to a user to drop/create/execute functions owned by several schemas. How do I do it without giving away the keys?
    Thanks

    AFAIK ALTER SCHEMA + CREATE FUNCTION does not allow to do anything with a table.. in fact the user can't even select from the function he creates. - Unless he_owns_ the schema already..
    The second is correct, the first is not:
    CREATE PROCEDURE somesp AS PRINT 'Created by dbo'
    go
    CREATE TABLE sometable (a int NOT NULL, b int NOT NULL)
    go
    CREATE USER funcuser WITHOUT LOGIN
    GRANT CREATE FUNCTION TO funcuser
    GRANT ALTER ON SCHEMA::dbo TO funcuser
    go
    EXECUTE AS USER = 'funcuser'
    go
    CREATE FUNCTION funky_user() RETURNS nvarchar(23) AS
    BEGIN
    RETURN 'Created by funcuser'
    END
    go
    SELECT dbo.funcuser()
    go
    ALTER PROCEDURE somesp AS PRINT 'Altered by funcuser'
    go
    ALTER TABLE sometable DROP COLUMN b
    go
    REVERT
    go
    EXEC somesp
    SELECT b FROM sometable
    go
    DROP PROCEDURE somesp
    DROP TABLE sometable
    DROP FUNCTION funky_user
    DROP USER funcuser
    Also, what do you man by "without giving away the keys" - what "keys"? Do you have some form of data encryption in place?
    I interpreted this pictorially. That is, how do I give out this permission without permitting the user to take over the database. As seen from above, ALTER on SCHEMA does not give away the entire key-ring, but more keys that may be desired.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Creating keywords from AppleScript

    Hi!
    I am trying to create and assign keywords using AppleScript.
    I have searched the web and found lots of dated articles. The gist is that assigning keywords requires for them to created first. In past versions of iPhoto this was impossible for lack of a "make new keyword" command.
    iPhoto'11 does seem to be able to create new keywords from AppleScript. I just can't get it to work.
    In its most basic version, my script looks like this:
    tell application "iPhoto"
    make new keyword with properties {name:"myTest"}
    assign keyword string "myTest"
    end tell
    This fails with the message "The at parameter is missing for make."
    Now I wonder where "at" I should create the keyword.
    Is the "make new keyword" command still broken?
    Best,
    Pierre

    May get an answer here but probably more likely in the using SL forum - http://discussions.apple.com/forum.jspa?forumID=1339&start=0
    LN

  • How can I get permission to create a symbolic link?

    I am trying to create a symbolic link from a program, but I keep getting:
    A required privilege is not held by the client.
    I am running the program from my account which is in the Administrators group, and otherwise has admin rights. However, if I login to the Administrator account the program runs fine, so I know the program code is correct.
    I have checked the local security settings, and even added my account explicitly to the local security settings to create symbolic links, but that does not help. I have also turned of UAC, but that does not help.
    What do I need to do on Windows 8.1 to be able to create a symbolic link from an account other than Administrator?
    Cheers, Eric
    Eric Kolotyluk - software developer, music DJ, swing dancer

    Basically I have a Scala program that is doing:
      try {
        Files.createSymbolicLink(link21, folder1)
      catch {
        case fileSystemException: FileSystemException =>
          System.err.println("\n\t**** Error configuring test fixture ***\n\n")
          println(fileSystemException)
          if (fileSystemException.getMessage().contains("A required privilege is not held by the client"))
            println("You need to set permissions by...\n")
    Where Files is the java.nio API. In fact it's a unit test fixture that tests to make sure my code handles symbolic links properly. The test fixture creates a temporary directory, for example
    C:\Users\Eric\AppData\Local\Temp\testFolder-432432684744817467
    and more files and folders below that. In one folder, it tries to make a symbolic link to another folder.
    I tried what you said with Run As Administrator, in this case, I ran my Eclipse IDE as Administrator and the code works -- thanks for the tip :-)
    However, in practice, I need this to work as part of automated unit test running as part of a Maven build, so is there some way to set things up that do not require "Run As Administrator"?
    Now that I have one solution, I can probably figure out some hack, but I was hoping there would be some more simple straightforward way to do what I want.
    Eric Kolotyluk - software developer, music DJ, swing dancer

  • Permission to create objects under different USER

    Hi there,
    I´d like to know what privileges are used to allow a user to create objects (tables, indexes, triggers, procedures) under another user.
    Example: I´m logged with user TOM and want to be able to run the following DDL:
    CREATE TABLE MAT.TEST_TABLE (
    FIELD1 NUMBER,
    FIELD2 VARCHAR2(50)
    Thanks a lot,
    Bruno

    With user SYS
    Grant connect,resource to tom;With user TOM
    CREATE tom.TEST_TABLE (
    FIELD1 NUMBER,
    FIELD2 VARCHAR2(50)
    );Edited by: Salim Chelabi on 2009-01-15 10:31

  • Insufficient Permission When Creating Standby

    I have a remote server which I believe I have prepped appropriately. I have installed grid infrastructure /w ASM, and database software. I have created a virtually blank initMyDB.ora file with a single parameter (db_name) as per docs. I start that skeletal database instance in NOMOUNT mode.
    I go to RMAN and try to connect to the primary as SYS. It connects easily.
    I try to connect to the local instance as SYS. It gives me the "ora-01031 insufficient privileges" error.
    I can, of course, log into +ASM and change the SYS password/change permissions/etc, but I cannot log into the skeletal instance and do anything to SYS as the db is in NOMOUNT mode.
    I'm a Data Guard newcomer, so what am I doing wrong? DB is 11r2 and OS is RHEL 5.
    Thanks

    893968 wrote:
    I have a remote server which I believe I have prepped appropriately. I have installed grid infrastructure /w ASM, and database software. I have created a virtually blank initMyDB.ora file with a single parameter (db_name) as per docs. I start that skeletal database instance in NOMOUNT mode.
    I go to RMAN and try to connect to the primary as SYS. It connects easily.
    I try to connect to the local instance as SYS. It gives me the "ora-01031 insufficient privileges" error.
    I can, of course, log into +ASM and change the SYS password/change permissions/etc, but I cannot log into the skeletal instance and do anything to SYS as the db is in NOMOUNT mode.
    I'm a Data Guard newcomer, so what am I doing wrong? DB is 11r2 and OS is RHEL 5.
    ThanksHi,
    In a Data Guard configuration, all physical and snapshot standby databases must use a copy of the password file from the primary database,
    and that copy must be refreshed whenever the SYSOPER or SYSDBA privilege is granted or revoked,
    and after the password of any user with these privileges is changed.
    Regards
    Mahir M. Quluzade

  • No permission to create an appt. in standalone Outlook 2013

    Hello!
    I am struggling with the .ost / ,pst thing when trying to migrate from Outlook 2010 to 2013.
    I installed Outlook 2013 on a standalone computer (no network/servers etc) and when I migrated calendar items from my Outlook 2010 on another computer, they went into the "Calendar" folder so I could see all future and historical meetings. 
    In doing that a second "Calendar (this computer only)" folder was created.  This folder is where new meeting requests via email are being routed (they do not show in the "Calendar" view.  I would be fine with this (use Calendar
    for old mtg's (archive) and use the Calendar (this computer only) for all current and future meetings except that it is saying I don't have permissions to create appt's in this folder (although I do in the "Calendar" folder.
    So now the only way to create a appt. is to email myself from another computer so it shows up in my proper calendar.  I just installed a few days ago and have worked through the email folder (this computer only) issue but this one has me.  I want
    to reconcile before I connect other devices (phone) as I suspect the path will not connect to the correct calendar either.
    Please advise with steps to remedy or point to online resources.
    Thanks!

    I recommend that you post this in the Outlook Forum:  http://social.technet.microsoft.com/Forums/en-US/outlook/threads
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

Maybe you are looking for

  • HT204370 I try to connect Disney Movies Anywhere account to iTunes and I keep getting a window that wants me to download iTunes.  I already have the latest version of iTunes.

    I am trying to link my Disney Movies Anywhere (DMA) account with my iTunes account following the instructions on the DMA website.  I am redirected to Apple's website to download iTunes.  I already have iTunes on my computer.  I followed the Apple pro

  • To connect to oracle manager server

    i try to connect to manager server but maybe i am with windows 2000 pro this function don't start. when i go to de Panneau de configuration > Services. i don't find manager server so what i can do to connect to oracle manager server? thanks for answe

  • Demo (Evaluation) Site Collection

    Hi, I have migrated SP 2010 farm (content database, service app databases...) to a new SP2013 farm. I used TechNet guide to do that, and it all went fine. I now have fully functional SP2010 site collation, in SP2013 server. Before doing site collecti

  • Fragment library with SAP?

    We want to deploy a set of forms that use references to fragments stored in a fragment library, because there are a lot of elements in common among the forms. Some will change over time and we would like to maintain them in one place.  Is this possib

  • Why isnt my keyboard working?

    I was having problems with my pro, with the keyboard and battery being way dead. So I bought a new battery, thinking when the keyboard stopped all togther I would get it looked at. But when I put the new battery in, the keyboard and track pad dont wo