Roles/ User rights for document upload

Hi everybody!
I'm trying to Upload test documents in SOLAR02->Test Cases->Test Case Type "TWTD" (Test Document).
I'm failing with the error message "No authorization to import a document".
Does anybody know which role/authorization I need for being able to upload a test Document?
Thanks in advance,
Lars

Hi,
The easiest way is to run transaction /Nsu53 after you get the error message.
But probably the authorization objects you need to take a look at are AI_SA_TAB and S_AIRMTAB.
Br,
Anders

Similar Messages

  • 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

  • User Exits for Document Info Record : CV01N in DMS

    Hi Experts
    My scenario is: We have Configured DMS in which new document type created Z01 is for MS word documents. I have assigned default Work Station Application : DOC to Z01 document type.
    But my problem is : while creating Info record : CV01n with Z01 document type during file creation system is showing default Application : DOC, But in help user can select either XL, or PPT instead of DOC.
    My requirement is : I need to restrict : other work station applications to the particular document type, i.e. for Z01 document type - allowed work Station Application is : DOC. System doesnot allow user to select other application instead of DOC.
    Where Can I Restrict ??  Is there any User Exits available to controle this function
    Please help
    Satish Babu

    Hi,
    Try these exits.
    CV000001            Check-in enhancement for document management
    CV110001            DMS: Enhancements for DMS Dialog (FB: CV110)
    CVDS0001            User exits for ALE DMS (DOCMAS)
    Hope this helps u.
    Thanks.

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

  • LSMW/ BAPI method for Document upload (CV01N)

    Hi All,
    Could you please let me know if it is possible to use LSMW (BAPI method) for creation of document ?(using CV01N) and linking files.
    If yes, what is the business object for doing the same?
    I did came across a BAPI "BAPI_DOCUMENT_CREATE2", but in order to use it for mass upload , we will have to develop a program. SO I was trying to see of the LSMW method could be used.
    Thanks and Regards,
    Narendra

    Hi Narendra,
    LSMW is not supporting for attachements. Please check and confirm. If you have to upload bulk files then use BDC(Batch data collection) it's very useful for uploading thousands documents at a time. Ask abap'r to write a bdc program.
    I hope this will resolve the query.
    Regards,
    Ravindra

  • Bid submission deadline restriction for document upload in cFolders

    Hello,
    We have a scenario where Bidding Engine (SRM 4.0) is integrated with cFolders (cProject Suite 3.1). We are facing the porblem of no time restriction on cFolders document upload. Pl find below the detailed description:
    If the bid submission deadline of a bid invitation has elapsed, the bidder cannot access that particular bid invitation. If he tries to access it, a message is displayed "The submission deadline has already passed". However if he clicks on the "OK" button, he can go to the tab page "Information from Purchaser". Here he can, not only access the attached collaboration but can also modify the documents uploaded earlier. Also he can add as many documents as he wants, even after the passage of bid
    submission deadline & save it.
    Whenever the buyer accesses the particular bid he can see the latest documents (those were uploaded after the bid submission dealine).
    My question to the experts is, how is it possible to restrict the bidder from uploading documents in the cFolders Collaboration after the bid submission deadline has elapsed? The bidder should not be able to upload/modify documents in cFolders collaboration after the bid submission deadline has passed.
    Thanking you in advance.
    Regards
    Deepak

    Hi  Deepak,
    Did you find a solution for this?  Please share if possible.
    best regards,
    Matt

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

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

  • User-Exit for document changes (status)

    Hi!
    I'm looking for an user-exit where I can check if the status of the document has been changed. Therefore I found the exit "EXIT_SAPLCV110_004" with the include "ZXCV110U04" which is triggered when a document (transaction CV02N) is saved. The problem is that there is no structure of the document provided so I cannot check the status of it! The interface if this exit is just
    FUNCTION EXIT_SAPLCV110_004.
    ""Lokale Schnittstelle:
    *" CHANGING
    *" REFERENCE(PFX_OKCODE) TYPE SY-UCOMM
    INCLUDE ZXCV110U04 .
    ENDFUNCTION.
    Is there another exit or how can I check if the status has changed for each document?
    Thanks,
    Konrad

    You can code in EXIT_SAPLCV00_001. Write your code in the program  ZXCV001U01. This has DRAW structure valeus and also DRAZ Item details.
    FUNCTION EXIT_SAPLCV00_001.
    ""Lokale Schnittstelle:
    *"       IMPORTING
    *"             VALUE(I_DRAW) LIKE  DRAW STRUCTURE  DRAW OPTIONAL
    *"             VALUE(I_OK_CODE) OPTIONAL
    *"             VALUE(SOURCEPATH) LIKE  DRAW-FILEP OPTIONAL
    *"             VALUE(SOURCEFILE) LIKE  DRAW-FILEP OPTIONAL
    *"             VALUE(TARGETPATH) LIKE  DRAW-FILEP OPTIONAL
    *"             VALUE(TARGETFILE) LIKE  DRAW-FILEP OPTIONAL
    *"       TABLES
    *"              I_INTDRAZ1 STRUCTURE  DRAZ OPTIONAL
    *"              I_INTDRAZ2 STRUCTURE  DRAZ OPTIONAL
    *"       EXCEPTIONS
    *"              ERROR
    INCLUDE ZXCV001U01 .
    ENDFUNCTION.
    Hope this will help you to check the conditions.

  • No Editor available for document upload in SIMGH

    Hi All,
    I am creating an IMG structure in CRM. I want to upload documentation along with each IMG activity.
    I have prepared word document for each of them.
    But the problem is system only shows the basic editor which is very difficult to work with.When I go to Goto-> Change Editor, it gives message "No Program available for processing document".  Is this due to non availability of word editor in the system?
    Do I need to install word editor and if so, how should I do that?
    Can anyone please help me in this?
    Regards,
    Sunny

    Hi guys
    Please do not stop adding updated comments to old posts as these problems crop up time after time.
    I experienced the same error 'There is no editor available for <filename>... ' but I knew it wasn't my VS Installation as I grabbed an older version of the code from the svn and that compiled and ran.
    My errors were strange though, the solution has 39 projects and several projects were being skipped during a rebuild and there were the yellow ! in the main projects but when I tried to remove and add those references I got errors and they would not re-reference. 
    I tried all sorts of solutions and then I found this post.
    Through reading through all of the posts I came to the conclusion there was a compatibility problem and when I started looking at the problem projects they were all at .Net V2.0 (that application has been around since 1.0).  I
    upped the framework version on one project and did a test rebuild, and it built so after upping all of the projects to V4.0 I can open the forms, the solution builds and the code runs and this post save me a huge huge problem and also what was potentially
    going to be potentially  an enormous amount of time to recover from another developers cock-up.
    So please comment on old posts, it helped me massively.
    Jayzee

  • Local Repository User Rights for the Data Designer

    Hello,
    we are using the Data Services with 4 users and one local repository stored on the server.
    Is it possible to hide in the Data Designer foreign objects and projects from other users in the local repository? What's the best practice for that, for every user a seperate repository or to restrict the repository rights with the cmc?
    Our system:
    Windows Server 2008
    Data Services 4.0 SP1
    IBM DB2 9.7 (Repository)
    Thanks for some tips and hints!

    Hi Alexander,
    At any point in time, you should only have one user connected to one repository in Designer.
    If two users are using the same repository at the same time, then there is a risk of corruption of repository objects.
    Best practice is to have a repository for each (concurrent) developer and a central repository for version management.
    Depending how testing is organised, you might also need to have repositories for unit test / QA (UAT) and finally a production repository.
    For good measure, an additional central reposotiry for production can be valuable:
    - if development for new project start before the 'previous' project has gone into live.
    - You can prepare go-live by checking in all the objects required for live into central-production first.
    - It's the final safety measure, if objects in production are corrupted and dev/test systems have modified versions.
    So, a typical landscape would look like this:
    DEVELOPMENT:
    n number of development repositories, one for each developer
    1 test repository (local)
    1 dev central repository
    TEST
    1 UAT repository (local)
    PROD
    1 PROD repository (local)
    1 central repository
    Jan.

  • User rights for technical User for Web Service Communication

    Hello all,
    we have a scenario where a web service is called, which is exposed by XI. The XI asks for a technical user, when the service is called from an external application. How can we create a user, which is only able to be used in certain scenarios, so that it's not possible, that everybody who has the user can invoke all scenarios.
    Best regards,
    David

    Hi David,
                     If I am not wrong, you are using Soap Adapter in XI for receiving webservice calls from 3rd Party Application.
    Configure a user with no - roles and authorisation profiles in XI server first.
    Then, this users need to be set up in Visual Administrator in XI server.
    Ask your Basis to Follow the steps below:
    1.Login to XI Visual Administrator.
    2.Click on Services -->Security Provider --> Runtime --> Policy Configurations -->
    Then select below under Components:
    Sap.com/com.sap.aii.af.soapadapter*XISOAPADAPTER --> then click on Security Roles -->
    Select:  xi_adapter_soap_message -->  Modify and add your configured User here in Users tab.
    Note: This will authorise your user without any roles.
    In this way you can give above username and password to 3rd Party Application to configure at their end.
    Since user don't have any access, nobody can misuse it and can only be used for webservice calls at XI server.
    Implement this  and if solve your problem , provide full points.
    Thanks ,
    Anurag

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

Maybe you are looking for

  • Data Federator question.

    Can anyone explain the concept of using Data Federator. Does DF store data? Does DF harmonize master data at all? Or is DF intended to just merge SAP BW transactional data with transactional data from other source systems? We have SAP BW system and s

  • How many apple TVs can you have on one network 5, 10, 15, infinite?

    I have an application where there are many rooms and I would like to be able to use Airplay in each room, can I buy 10 or more Apple TV units and put them all over my house on my wireless network and be able to airplay to any one of them? What is the

  • Data Execution Prevention (DEP) - Can't open iTunes!! help!

    As above, everytime I try and open iTunes a window appears saying DEP has closed the programme to prevent my computer being damaged. I've run all the clearing exercises of iTunes and Quicktime and re-installed it but to no avail. This has only happen

  • Hi does anyone know if you upload / store / print out text messages.

    Hi does anyone know if you can upload / store / print out your text messages as they appear on your phone?

  • Could not find any capable video play modules [edit]

    When I try to launch Adobe Premiere Pro CS6 , I receive the following error: Adobe Premiere Pro Startup Error Adobe Premiere Pro could not find any capable video play modules. Please update your video display drivers and start again. [Title edited fo