Specific UME Actions required for Deployement in CE 7.1

Hi Experts,
I need to know how many and which UME action are required for deploying the application in CE 7.11
For deployement, we usually assign the UME Role called "Administrator" to the ID that we use for deployment.
If I remove this "Administrator" UME role, an error message is thrown as...
com.sap.ide.eclipse.deployer.api.APIException: DeployException,cause=ERROR CODE DPL.DCAPI.1023AuthorizationException
This "Administrator" UME role has some 2978 UME Actions assigned to it.
For the UME role "Administrator", inside the assigned UME actions, I have tried filtering the UME Actions based on the filter keyword "deploy", which returned some 14 UME actions.
Now, I have made following Test case and result.
Test Case:
1) Remove the Administrator Role from the ID that is used for deployement.
2) Now Assign all the above 14 UME actions that were found related to "deploy" keyword to a Custom UME role "DeployRole".
3) Deploy using the same id.
Result : Deployement fails with the same above mentioned error.
Conclusion: There can be 2 possible conclusions...
1) None of the above 14 UME actions provide the authorization for the deployment.
2) OR There are some other UME actions which might have some dependecies that are required along with the suspected UME actions.
In short my requirement here is, to find out the specific UME actions that are required for deployment, so that i can remove the "Administrator" UME role and assign the specific UME actions needed for deployment to a my Custom UME role, and assign this Custom UME role to the user ID for deployment.
Regards,
Shreyas Pandya

Hey Nghia Nguyen...!
Thanks a lot for your reply, i have rewarded you the points.
I have found out that for deployment following UME actions are required.
dc_action (Mandatory)
auth.all.all (Mandatory)
deploy_action (Not Mandatory)--> if you remove this deploy_action UME action the deployment will still work, but in developer studio, the Deploy result dialog box with OK button, that pops every time after you deploy your project by right clicking your application and choosing "Deploy new Archive and Run" will cease to appear and the application will directly run in the browser.
Regards,
Shreyas Pandya

Similar Messages

  • I am trying to add a note in numbers when I can link an action required to my calendar... Is this possible? For example I am using numbers like a CRM and I would like to be able to have my next action required for a customer link to my calendar

    I am using numbers as a CRM and one of my columns is called 'Next Action Required' i.e
    Next Action Required
    Email Douglas on the 02-12-14 about information needed for tour
    Call Thomas 0446 393 about booking trip
    Thank you in anticipation
    Doug

    Utterly bizarre. I can't see your two follow-up posts when I'm logged in. However...
    Things would be simple if Apple implemented Data Detectors for dates in Numbers, as they have in applications like TextEdit and Script Editor. Then you’d have a system-level means of quickly moving from a selected date in your CRM spreadsheet to Calendar.
    Until that happy day arrives, though, we can approximate it with AppleScript and Automator.
    First, make sure your Numbers table is called CRM and your column has the header Next action required. (You can change these if you want but you’ll also have to modify the script.) This is the basic setup:
    Then, launch Automator and create a new workflow. From the Choose a type… dialog, specify Service.
    At the top of the workflow, “Services receives selected…” should be set to text in Numbers.app. (You'll need to choose Other... from the pop-up and then navigate to Numbers.)
    In the Library menu at the left, click on Utilities, then drag a Run AppleScript action into the main Automator pane. Delete all the boilerplate text from the script.
    It should look like this:
    Now copy and paste the script below into the Run AppleScript action.
    on run {date_string}
      tell application "Numbers"
      tell document 1
      tell active sheet
      try
      set crm_table to (item 1 of (every table whose name is "CRM"))
      on error
      display dialog "No CRM table in this sheet"
      return
      end try
      tell crm_table
      try
      set the_selection to selection range
      set the_row to row 1 of the_selection
      on error
      display dialog "Select some text in a cell"
      return
      end try
      set the_col to item 1 of (column of the_selection)
      set header_cell to cell 1 of the_col
      if value of header_cell is "Next action required" then my run_calendar(date_string)
      end tell
      end tell
      end tell
      end tell
    end run
    on run_calendar(date_string)
      try
      set date_string to date_string as string
      set real_date to date (date_string)
      on error
      set real_date to (current date)
      end try
      tell application "Calendar"
      activate
      switch view to day view
      try
      view calendar at real_date
      on error the_err
      display dialog the_err
      end try
      end tell
    end run_calendar
    Click the little hammer at the top to make sure that the script compiles (indents and colours in). If it doesn’t, you may need to sort out some line breaks in the copied and pasted script.
    Now save the workflow as Go to date in Calendar. Quit Automator.
    So what does the script do? Basically, it looks at the selected text in a Numbers cell and checks to see that the table name is “CRM” and the column header is “Next Action Required”. It then tries to convert the selected text into a valid date. If it can, it takes you to that date in Calendar. If it can’t, it takes you to today’s date. In both cases it switches Calendar to day view. You have to bear in mind that if you select all of “10/10/14 Call John re contract” it won’t understand that part of this is a date, and won’t go to October 10.  You'd have to select just "10/10/14"
    To run the Service, right-click or control-click on the selected text and go down to Services, then choose Go to date in Calendar:
    Alternatively, run it from Services in the main Numbers menu.
    You can set up a keyboard shortcut for any Service in System Preferences - Keyboard - Shortcuts. Post back if you need more info about this.
    Tested with Numbers 3.5 (2109). This will not work with Numbers '09.
    Hope this works for you, let us know how you get on.
    H

  • Java: Find users with specific UME actions

    Hi everybody
    On the Java UME it is easy to find out which roles, groups and actions a specific user has. The same applies for groups or roles - the connected entites can easily be found.
    But how can I found out which users have a certain action? If I browse for the action I have not possibility to find the direct or indirect assignment to the users.
    Could somebody assist? Thanks in advance!
    Beat

    Same problem I faced yesterday for my SSO project on the portal:
    My method to resolve  was :
    1. Take the user/users in scope  Export  them from UME
    2. Export roles into a readable format and check out the actions by comparing the user - role - actions relationship in a TEXT file/readable file
    3. pick the roles you want to edit , edit in notepad  import the roles( here I copied and created a Zrole  before importing )
    for example ( NWDI.ARCHITECT ) to ( ZNWDI.ARCHITECT)
    I could not find easier method than the above

  • Dynamic actions required for IT0021 - child subtype 2.

    Hello ,
    Can someone help me  with required dynamic actions to delimit the child subtype in infotype 21,
    when any new subtype is created in IT0021?
    Best Regards,

    The scenario actually is like :
    After the Save of subtype XX, we could use table T588Z (Dynamic Action Table) and let the automatic calling of this table drive bringing up the IT0021 subtype 2 (Child) and even  put the End date on the IT0021 child.  The user would then click the Save button.  The advantage here is we donu2019t do any direct update of the Child IT0021.
    Regards.

  • Urgent Help Needed: UME action missing for permission option

    Hi Gurus,
    I have created a role and i want the users in that role will have the access to edit Permissons under the Sys Admin tab. When I right click on Portal content under permission i could only see Refresh, I want the option permission when rt click here, I can see this option when i use Superadmin role. Can anyone please suggest wat action is required.
    Thanks,
    Rams
    Message was edited by:
            admin ram
    Message was edited by:
            admin ram

    Hi Ram
    Please check assigning these roles instead of super admin role
    "content_admin_role"  or " contentmanager"  . In case if any of these enable open permissions then check out what activity is in the role and include in yours .
    Regards
    Rahul
    Award points if help useful "

  • What action required for Cisco Unity 8 if i am migrating Active Directory Forest

    HI
    Currently we have running cisco unity 8.0 in our environment. Now we are planing to change our domain name ( i.e from abc.com to xyz.com ) for that change what is the procedure to change the Cisco Unity Server domain name. We need to do anything on cisco unity software or just we neeed to change the domain name of the appliance.
    Please share your ideas.
    Thanks

    Renaming a Cisco Unity 8.x Server or  Moving a Cisco Unity 8.x Server to Another Domain
    http://www.cisco.com/en/US/docs/voice_ip_comm/unity/8x/upgrade/guide/8xcurug080.html
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • SAP Netweaver 7.2 CE Software Units required for install

    Hi, can someone tell me what software units are required for the install of Netweaver CE 7.2 for a Nakisa installation?
    Options being as follows with the top 2 being the core components-
    CE Product Description
    Application Server Java
       Composite Application Framework
           Composition Environment Platform
               Business Process Management and Business Rules Management
               Composition Voice
       Enterprise Services Repository
       Development Infrastructure
       Adobe Document Services

    Hi Chris,
    I'm afraid there is no specific documentation or requirements for this. The only requirement appears to be that NetWeaver CE Java is installed! From your below list I would choose the following:
    CE Product Description
    Application Server Java
       Composite Application Framework
           Composition Environment Platform
       Enterprise Services Repository
       Adobe Document Services
    Good luck!
    Luke

  • Which tasks required for a Developer in a SAP project with SAP XI?

    Dear all,
    I'm a ABAPer (Developer too), i will join into a SAP development and maintenance project that use the SAP XI. In order to prepare for this project, now i should determine and  study the "Specific Skills/Tasks required" for a ABAPer (Developer too) in development and maintenance project with SAP XI technology platform. I see in our forum with thread:
    Roles for XI Programmer
    that: A developer will take care of "Mapping Task" with "ABAP Mapping" or "JAVA Mapping".
    If any person who participated in a project as same as my project (a SAP development and maintenance project with SAP XI platform), please help me to answer my question:
    My question:
    "Which other tasks required for a Developer in a SAP development and maintenance project with SAP XI platform (exclude Mapping Task)?"
    Thanks a lot to all in advance (points will be rewarded for every valuable answers),
    Vinh Vo

    Hi,
    You can check out the standard XI training content as well
    Check the following links:
    http://help.sap.com/saphelp_nw04/helpdata/en/84/e8763c997fda50e10000000a11405a/frameset.htm
    TBIT40:
    https://websmp109.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT40
    TBIT41:
    https://websmp201.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT41&LANGUAGE=
    TBIT42:
    https://websmp206.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT42&LANGUAGE=
    TBIT43:
    http://www50.sap.com/useducation/curriculum/course.asp?cid=60161651
    TBIT44:
    https://websmp102.sap-ag.de/~form/ehandler?_APP=00200682500000001337&_EVENT=DISPLAY&COURSE=TBIT44
    Reward points if helpful...
    PrasHanT

  • Roles required for BPM operation

    Hi Everyone,
    Any idea what roles are required for the user used in receiver SOAP channel for accessing NWBPMs deployed on Java AS(Marked in Red)?
    I have already tried below :
    http://scn.sap.com/community/process-orchestration/blog/2012/06/12/ume-role-required-for-netweaver-bpm-development-and-testing
    https://help.sap.com/saphelp_nwce72/helpdata/en/45/d7d0e08a164c5e87e4604ba89c632a/frameset.htm
    With these roles it doesn’t work. I consistently get 403 forbidden error i.e. not sufficient authorization.
    Even tried roles like : SAP_BPM_SuperAdmin, SAP_BPM_TRIGGER_EVENT but same result.
    Only with full admin rights it works. Appreciate some inputs incase anybody has worked on this?
    Thanks,
    Sharanya

    Hi Sharanya,
    Have you checked the point 3 in this wiki PI Messages are not delivered to SAP NetWeaver BPM - Technology Troubleshooting Guide - SCN Wiki?
    Regards.

  • Find roles by assigned ume actions

    Hi
    Does anybody know of a way to find out, which roles are assigned a specific UME action?
    In the identity management I can find a specific role and see all the assigned ume actions, but I want to find a specific UME action and see all the roles, that has this ume action assigned.
    Does anybody know how this is possible? May directly in DB?
    Cheers,
    Jacob Vennervald

    I have now tried to make a small java portal application that handles this but I can't seem to find at method to find which ume actions are assigned to a specific role.
    Does anybody have any input?
    /Jacob

  • In the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    in the middle of the installation processing, this has appeared: "There is a problem with the windows installer package. A program is required for this install to complete could not be run." my question is, what is that specific program?

    Let's try the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • Legal requirements for showing specific ESS screens in local language

    Hi All,
    I would appreciate if you can let me know if there is any legal requirements for showing specific screens in local language? I would also like to know which countries and what SAP ESS screens.
    Thanks In Advance
    Sunny

    Good luck with that. I have never seen any "list of all countries" before like you are wanting. This will typically be part of your requirements gathering and blueprinting tasks.
    Just one question....what is your "global template" for implementation and what is your scope for localization? That will dictate much of your work.

  • What are the optimal hardware specification requirements for Adobe Photoshop CS6?

    Greetings to the staff and users of this forum,
    As the title clearly stipulates, the question is "What are the optimal hardware specification requirements for Adobe Photoshop CS6?".
    Unfortunately, I am not satisfied with the specs specified on the website, as I believe they are far lesser than the specs needed to run the program at its full potential. This belief comes from my experience with the product Adobe Photoshop CS2 that I currently run on my computer. In effect, Ps CS2 cannot fully run without inducing time lags on my computer (i.e. when using 500 pix diameter smudge tool/ using liquify gallery), even though my specs are already higher than those specified for CS6 (mine are: Intel Core 2 Duo 6300 1.86 GHz, 3 GB RAM). I can assure you that I get those time lags even when almost in safe mode (only system main processes running) and that my computer is clean from any process/virus that could lower its performances.
    I've been through two chat rooms and four telephone operators to always get the same answer: the specs on the website.
    If any user here could provide me with proper higher specs, I would really be grateful.
    Thanks,
    phdwengr

    This document looks at different workflows and gives recommendations. It should give you an idea of what's needed.
    http://blogs.adobe.com/jnack/files/2012/07/CS6_hardware_recommendations.pdf

  • Hi, I couldn't download apps on my iPad 1. It say iOS update required for this action whereby my software is the latest 5.1.1

    I couldn't download apps using my iPad 1. It says that iOS update required for this action.

    Some developers allow you to download older compatible versions of their apps. If it's a free app then try downloading the current version on your computer's iTunes so that the app is in your purchase history, then on your iPad go to the Purchased tab in the App Store app and see if you can download an older compatible version of it. If it's a paid-for app then contact the developer first and ask them if the above will work, don't buy it and then find it won't

  • UNABLE TO CREATE DEPENDENT REQUIREMENT FOR MIC - MULTIPLE SPECIFICATION REQ

    Dear Gurus,
    We have to create multiple specification for one MIC --> ECC 6.
    We did the following activities.
    1.Inspection Type 89 --> Multiple Specification is activated in customizing - Default Values.
    2. For the material 1259, Inspection Set up - for the Inspection Type 89 carried out in QM View  of Material Master.
        Multiple spec is activated in Material Master also.
    3. Inspection Plan is created.MIC
    4. I HAVE CREATED THE INSP. PLAN --> GROUP 236 AND COUNTER 1 USING QP01.
    5.I HAVE ASSIGNED THE MIC --> TESTQC  TO THE OPERATION.
    6.In customizing,
        QM --> Quality Planning --> Inspection Planning --> General --> Multiple Specification
        For the OBJECT TYPE 01 --> COUNTRY,
       I HAVE ASSIGNED 4 COUNTRIES --> (1) BAHRAIN (2) DENMARK (3) FRANCE AND (4) GERMANY.
    7.Now I want to create the Multiple specification using the Eng. Work Bench --> EWB.
    8.  Multple Spec. check box activated in EWB.
    9 While creating a dependent requirement for the MIC in EWB, if I assign the object type --> Country   
        and the Object -->  Bahrain, I am getting the error as -->
    =====================================================================
    Assignment of material 000000000000001259;1000; is not available
    Message no. QP306
    ================================================================================================================================================
    I could not proceed.
    HOW TO CREATE THE DEPENDENT REQUIREMENT IN EWB
    Please guide.
    With Best Regards,
    Raghu Sharma

    Dear Gajesh,
    I appreciate for your prompt reply.
    I have activated the multiple specification at client level as a first step.
    Will you please check and confirm?
    Expecting your reply,
    With Best Regards,
    Raghu Sharma

Maybe you are looking for