Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

During NetWeaver BPM development and testing, we need to deploy the BPM process to the JEE server to test.  Traditionally, we normally give the “Administrator” role to the user so deployment can be successful.  However, giving the “Administrator” role can be quite dangerous.  The user will be able to do much more than just deploying the BPM process.

Unfortunately, a standard role just for the purpose of deploying artifacts to the JEE does not exist.  We will have to create a new role with the appropriate UME actions.  Here are the basic steps in UME:

  1. Create a new role in UME.
  2. Assign the following UME actions to the role:  deploy_action, dc_action, dc_offline_action and auth.all.all.
  3. Assign this new role to the user.

Additional information: 

http://wiki.sdn.sap.com/wiki/display/JSTSG/(JSTSG)(Deploy)Problems-P04

10 Comments