User rights for creating a notification

Some of our users do not have the right to create personal notifications.
The specific user is in an user role "Incident Resolver", and as I read it on TechNet (Link), users in this role should have the right to make personal notifications.
Any hints would be appreciate.
Patrick Wahlmüller

This is what we tried:
When to notify: When an object oft he selected class is updated
Targeted class: Incident
Managementpack: tried both: custom and Service Manger Incident Management Configuration Library
Group: no selection
Criteria: tried both: empty & assigned to.username equals username
E-Mail template: custom
Error message on “create”: The user SCSMTest does not have sufficient permission to perform the operation.
Giving the user admin rights => create runs. So it is on the security Settings.
Patrick Wahlmüller

Similar Messages

  • Querying User Rights for Create Document for Webi

    HI all,
    We developed a .NET application that allows a user to create Webi documents if they have access rights.  This worked in Business Objects XI R2 and we're upgrading to BusinessObjects Enterprise XI 3.1.  Our VB.NET code is as follows:
         Dim webIApplication As InfoObject
         webIApplication = istore.Query("SELECT * FROM CI_APPOBJECTS WHERE SI_ID = " &     applicationID.ToString()).Item(1)
         If webIApplication.SecurityInfo.CheckRight(17170446) Then
                    permissionOK = True
         End If
    This right used to allow a user to create a webi document, however, this right must have changed in the new version, since checking this right always returns false.  We did verify that this user has rights when using the built in Infoview, and it works properly.  We have been unable to determine the new right ID, or if this is still the proper way to check for such rights.  Thanks for any information you can provide.

    Hi,
    I'm trying to do the same in Java with a 3.0 but my code below is not working do you have an idea of what is wrong ?
    ISessionMgr sm = CrystalEnterprise.getSessionMgr();
       IEnterpriseSession _es = sm.logon("Niko", "", "machine", "secEnterprise");
       ISecurityInfoMgr isim = _es.getSecurityInfoMgr();
       ISecRights iMyRights = isim.getRights();  
       IInfoStore iStore = (IInfoStore) _es.getService("InfoStore");
       IInfoObjects rUsers = iStore.query("select * from ci_systemobjects where si_kind like 'WebIntelligence'");
          IInfoObject rUser = (IInfoObject)rUsers.get(0);
         int iObjectId = rUser.getID();
       IPluginBasedRightIDs ip = rUser.getSecurityInfo2().getKnownRightsByPlugin();
       java.util.Map toto = ip.getPluginCustomRights();
       IRightID[] irids= (IRightID[])toto.get("CrystalEnterprise.WebIntelligence");
       Locale myLo = new Locale("FRENCH");
       Locale lyLO2 = myLo.FRENCH;
       for (int i=0;i<irids.length;i++) {
        if (irids<i>.getBaseID()==14) {
         System.out.print(irids<i>.getDescription(lyLO2) + " -->" + irids<i>.getBaseID() + " -- " + irids<i>.getRightPluginKind() + " = ");
         int iResult = iMyRights.checkRight(irids<i>.getBaseID(), irids<i>.getRightPluginKind(), iObjectId);
         System.out.println(iResult == ISecurityResult.CE_SEC_GRANTED);
    Any help is appreciate. Consulting is engaged on a project related to this dev and it is hurry.
    Regards,

  • Suggested user rights for FCP daily work

    friends,
    I am wondering what is the suggested user rights for a user doing daily work with final cut pro?
    Should this user be an admin or restricted?
    What is the suggested - best practice?
    I am wondering what the benefits - drawbacks are of iether means.
    What do you do?
    Thnaks

    If you're the only user, you need to have admin privileges...
    If you're not the only user, and you don't trust the other users, then just give one person admin privileges... That said, I know of several bays here in Denver which are used extensively by many users and they all share the same user account without a problem... just sort of depends on how much you trust all those different folks.
    FCP runs fine either way, but only admin's can install updates or other applications. In some cases you can even set up systems that won't allow users to even use utilities... I think this is likely taking things a bit far, but it's certainly not unknown to do this. (keeps them from reformatting drives for example).
    But in and of itself, FCS runs OK with or without admin privileges.
    Jerry

  • Admin and user rights for change active airport

    Hello alltogether,
    my son has a new MacBook (System 10.5) for his school and he learn with the computer in all school-subjects. So I create two users, admin and one for him. After he has install all applications that he need for school, I gave the admin a password. Now my son can't install applications or change system settings. But i must give him admin rights, because when he stay at school, he must change the airport environment for school and if he stay at home he must change it back to home. Is it not possible to set the rights for a not admin user so, that he can change the airport environment?
    Thanks for reading.
    Regards,
    Tommy

    If he needs admin status to use the wireless connection, then you need to make him an admin user. As far as I know, there is no partial admin configuration.

  • Help setting up accounts and user rights for students

    hi there, we've just bought an xserve for a college classroom running 20 imac clients and me being new to the xserve and macs in general wondered if you guys can tell me the workflow for setting user accounts up and getting the students to log onto the xserve domain with their accounts. so that the xserve can give their imacs the restrcitions for their use (user rights basically) how the imacs log on has really got me stumped as with windows it does it on logging in? any help would be appreciated

    I've just realised that you have to manually remove some stuff from the classes such as reference to J2Se classes.
    How do you do this.

  • Regarding creation event in user exit for create customer

    hi gurus,
    in user exit how to create event for create customer
    regards
    vijay

    Hi
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    mark if helpful
    Regs,
    Tushar Mundlik

  • A user manual for creating adobe form with transaction HRASR_DT

    Hi ,
    can any one tell me please if there is  A user's manual for this ?
    I m new with this subject and need help .
    Best Regards,
    Eyal

    Hi Federico,
    Thank you very much ! very helpfull .
    I have another question -
    I have created all required setting for creating HCM Form and in the last step - Creating procces ,
    after insert the form scenario and save my entries i get the following message - ASSERTION_FAILED.
    what is this ????? how can i correct this problem ?
    Best Regards,
    Eyal

  • Search user-exit for create purchase order

    Hi all,
    i'm searching the user-exit (or BADI) for create purchase order.
    Thanks for help.

    Hi CECG,
    GOTO SMOD and press F4
    then Click on  Information system
    and in the Package name give as     ME
    and press enter.
    you will get all user exits for Purchase Orders
    Hope this solves your problem.
    Please reward points if found helpful.
    Thanks and regards,
    Rajeshwar.

  • User Rights for iprintman

    What is required in order to give a user rights to use iprintman. I have added the user as a manager of both the print manager and the printers. The user has also been lum enabled and can login to /PsmStatus.

    I'm sorry . . I typed the wrong message. It should have been:
    terminate called after throwing an instance of 'OpenWBEM4::CIMException'
    what(): Access to CIM resource unavailable to client (You are not authorized to invoke method GetDefaultManager on object /root/cimv2:Novell_PrintManager)
    Aborted
    Originally Posted by chucks0
    Error from iprintman on Linux:
    terminate called after throwing an instance of 'OpenWBEM4::HTTPException'
    what(): Unable to process request: 401: Authentication failure
    Aborted
    Error from iprntman on Windows:
    Error: Unable to process request: Unauthorized:

  • How to give a user rights to create tables etc

    I have 2 users for my database 'pmi'
    First user is 'sys' which connects as 'SYSDBA'
    Second user is 'user1' which connects as 'Normal'
    I see that with the user 'sys' I am able to create a table in the database. Also insert row, read it, delete it and drop table.
    But with 'user1' I am unable to do any of the operations above. If I try to create a table it gives an error saying 'ORA-01031: insufficient privileges'
    when I login to the Enterprise Manager webpage using the 'sys' login as SYSDBA, I see that in 'Administration' tab-> Users & Privileges->Users->SYS->System Privileges, it has the system privilages like create table, with Admin Option set to 'Y'
    But when I check for 'user1' in the 'sys' login only, I see that there is only one system privilege, 'SELECT ANY DICTIONARY' which is set to 'Y'.
    How do I give rights to 'user1' so that it can use the create, insert, select, delete and drop API(s).
    Please help, it is urgent.

    The obvious reason why you not able to create table and other operations because of user1 does not have the appropriate privilages to do so.so grant
    user1 appropriate privilages so that, he can perform basic operations against your database.
    the below given command will get this for you.
    sql > grant select any table to user1;
    sql > grant create any table to user1 ;
    sql > grant delete table to user1 ;
    hare krishna
    Alok

  • Which method is right  for creating directory

    Hi all
    whenever we create directory for oracle 11g during installtion
    we have two method from documents
    which method is right
    Create the directories in which the Oracle software will be installed:
    mkdir -p /u01/app/oracle/product/11.1.0/db_1
    chown -R oracle:oinstall /u01
    chmod -R 775 /u01
    or
    Create the directories in which the Oracle software will be installed:
    mkdir -p /u01/app/oracle
    chown -R oracle:oinstall /u01
    chmod -R 775 /u01

    ORACLE_BASE is a base directory which is owned by oracle user. The software itself is installed in ORACLE_HOME. When you create ORACLE_HOME it creates you also ORACLE_BASE. That's the way to go. If you don't have ORACLE_HOME created Oracle Universal Installer might complain or fail.

  • User Rights for a Sequence

    I created a sequence using a "CREATE SEQUENCE MY_SEQ;"
    while logged in as MYDBA. I have granted a user (JoUser) select rights to MY_SEQ, but when I try to use MY_SEQ while logged in as JoUser it doesn't work. More specifically when
    I execute a "SELECT * FROM USER_SEQUENCES;" MY_SEQ is not listed.
    The sequence works just fine as long as I'm logged in as MYDBA. All I need JoUser to do is a NEXTVAL on MY_SEQ. Any ideals on what I'm missing are appreciated.
    I'm using Oracle9i 9.2.0.1.0

    1) You need to select from mydba.my_seq
    2) To see the sequence from id JoUser, you need to select from all_sequences
    A better plan, though, is to "create public synonym my_seq for my_seq;" as mydba. Then, other users can select from my_seq without having to specify mydba.my_seq.
    Tim

  • User type for creating the Http connection from sap to xi

    Hi Friends,
         I need to create the Http and Rfc destination connection from R3 to XI.
         For that what type of user is needed, like Dialog user and etc.,
    Please guide me.
    Thanks in advance
    Karthikeyan

    Hi,
    If my Understanding is Correct You want to Make the RFC Destination of Type H From R/3 to XI.
    If you want to send Any XML Data to XI( In case of Proxies Used means)
    For Testing purpose You can use Your User And Once it went to production means You can Use Service User in the Logon Details( Ask Basis people to create one Service User & Use it)
    REgards
    Seshagiri

  • User exit for create delivery order

    hi! expert.
    i have a scenario when user B create delivery order (VL01N)  then get DO No.  I want to send this DO No. to user A 's mail.
    when i look for user exit with this  [program|http://wiki.sdn.sap.com/wiki/display/ABAP/FindEXITandBADIfroagivenTransactionCode]  . i don't know which one I should use.  please suggest me.
    V02V0001
    V02V0002
    V02V0003
    V02V0004
    V50PSTAT
    V50Q0001
    V50R0001
    V50R0002
    V50R0004
    V50S0001
    V53C0001
    V53C0002
    V53W0001
    VMDE0001
    VMDE0002
    VMDE0003
    VMDE0004
    my SAP  version is 4.6
    best regards,
    Kiitisak

    Hi,
    Any userexit asks the access key for first time.(Not the case with customer exits). So no probelm. Get the access key from your BASIS team and implement the exit. I wonder that MV50AFZ1 is not implemented yet in your system. Is your SAP system new?
    This is the most busy exit (Locked by some one at any time) in most of the systems:)
    Thanks,
    Vinod.

  • User exit for creating/deleting vendor master

    Hello Gurus,
    I have this task that to update this customized transaction we have for the certification list of the vendors. What they want is every time that there is new vendor master to be created or deleted in XK01, the customized transaction we have for the certification list of the vendors should be updated. I am thinking to suggest  link the table LFB1 and LFA1 to the custo tcode we have to satisfy the business needs. Or any other suggestions? What are the user exits that can be use and link the creation /deletion vendors to my customized program? Technical team is asking for the user exits but not aware of them
    Thanks!

    We have this customized tcode where we input the vendor and materialu2019s expiration date manually. Then client wants to enhance that custo tcode with features when creating and deleting vendor in XK01 transaction, the new vendors data will also be automatically updated the custo tcode we have before. Its like everytime there is new vendor created, the custo tcode we have before will be updated with the new vendor data(not automatically input) then if the vendor is deleted, the vendor entry in the custo tcode we have before will also be deleted.
    I found the user exit SAPMF02K but according to the technical team it is not applicable to our issue. Any suggestions or comments or other user exit that we can use to develop this new request wanted by the client?
    Thanks!

Maybe you are looking for

  • How can i  take pictures in front camera without the mirror effect

    I took pctures with front camera and was ok but now when i take pictures with front caera the pictures are in the opposite way like the mirror effect how can i fix it

  • How to Remove Information Broadcasting

    Hi All,       How to Remove Information Broadcasting tab in BW Report, if any one knows please reply immediately.... really i appreciate that person work.... Regards, Jagadish Babu Kanikanti.

  • Which sequence in backup file

    Hi, in 10G R2, is there any way to know which sequence is backed up in a RMAN backup file of archived log ? Explanation : I have a RMAN backup file. It is the backup of an archived log. How can I know which was the sequence of that archived log ? I h

  • Could not make a release build of a windows store game.

    Hi all, Finally I finnished developing a 3D C++ and directx game to Wondows 8.1 store. I'm having problems runing a release build of my game, by getting this error: error X4502: invalid vs_2_0 output semantic 'SV_Target' Compiling the game in debug m

  • HT3702 My apple id unable to update and install the software from my iphone

    My apple id unable to update and install the software from my iphone.I had checked the purchased history and found that my last payment had failed.I went to the bank to check my debit card status.But unable to found any problem from the bank.Had conf