Roles for JAVA Authotizations

Hi All,
We have a requirement from one user.
He needs access to the following Java tools:
SQL TRACE, NWA and Content Administrator.
He has the following roles in SU01:
SAP_SLD_ADMINISTRATOR
SAP_XI_ADMINISTRATOR_ABAP
SAP_XI_ADMINISTRATOR_J2EE
SAP_XI_BPE_ADMINISTRATOR_ABAP
SAP_XI_ID_SERV_USER
SAP_XI_IR_SERV_USER
SAP_XI_IS_SERV_USER
Wich other roles are needed?
Thanks a lot and best regards.

Hi,
there are next roles in sap XI:
SAP_XI_ADMINISTRATOR_ABAP Exchange Infrastructure: Administration Tasks
SAP_XI_ADMINISTRATOR_J2EE Exchange Infrastructure: Administration Tasks
SAP_XI_APPL_SERV_USER Exchange Infrastructure: Service User for Application Systems
SAP_XI_BPE_ADMINISTRATOR_ABAP Exchange Infrastructure: BPE Administration Tasks
SAP_XI_BPE_CONFIGURATOR_ABAP Exchange Infrastructure: BPE Configuration Tasks
SAP_XI_BPE_MONITOR_ABAP Exchange Infrastructure: BPE Monitoring Tasks
SAP_XI_CMS_SERV_USER Exchange Infrastructure: Change Management Service User
SAP_XI_CONFIGURATOR_ABAP Exchange Infrastructure: Configuration Tasks
SAP_XI_CONFIGURATOR_J2EE Exchange Infrastructure: Configuration Tasks
SAP_XI_CONTENT_ORGANIZER_ABAP Exchange Infrastructure: Organizational Tasks
SAP_XI_CONTENT_ORGANIZER_J2EE Exchange Infrastructure: Organizational Tasks
SAP_XI_DEMOAPP Exchange Infrastructure: XI Demo Examples
SAP_XI_DEVELOPER_ABAP Exchange Infrastructure: Development and Design Tasks
SAP_XI_DEVELOPER_J2EE Exchange Infrastructure: Development and Design Tasks
SAP_XI_DISPLAY_USER_ABAP Exchange Infrastructure: Display
SAP_XI_DISPLAY_USER_J2EE Exchange Infrastructure: Display
SAP_XI_ID_SERV_USER Exchange Infrastructure: Integration Directory Service User
SAP_XI_IR_SERV_USER Exchange Infrastructure: Integration Repository Service User
SAP_XI_IS_SERV_USER Exchange Infrastructure: Integration Server Service User
SAP_XI_MESSAGE_MODIFY Exchange Infrastructure: Change Messages
SAP_XI_MONITOR_ABAP Exchange Infrastructure: Monitoring Tasks
SAP_XI_MONITOR_J2EE Exchange Infrastructure: Monitoring Tasks
SAP_XI_RWB_SERV_USER Exchange Infrastructure: Service User for Runtime Workbench
SAP_XI_SUPPORT_ABAP Exchange Infrastructure: Support
SAP_XI_SUPPORT_J2EE Exchange Infrastructure: Support
for IR and ID: SAP_XI_ID_SERV_USER and SAP_XI_IR_SERV_USER
or you can set sap_xi_administrator ..it depends on user tasks.
but sap_all and sap_new is not enough
Vasanth

Similar Messages

  • Security-role for java web services developed using j-developer 10.1.2.1

    I have developed a java web service using j-developer 10.1.2.1, I have deployed this web service to oracle 10g (10.1.2.1) application server successfully. Now I want to add security-role to my web service deployment descriptor so that only a group of users that belong to a group can access my web service.
    How can I do this? Can any one please let me know.
    Thanks,
    SC.

    Hi.
    I suspect you have a proxy server between your localhost and the
    drive-app1.drivesoftwaresolutions.com
    Probably in Jdev that proxy is setup nicely in Tools->Preferences->Web Browser and Proxy
    But maybe your OC4J container running BPEL on localhost does not have that proxy setup.
    You need to add startup parameters to the JVM. In 10.1.3 you can do this via the "AS Control" administration pages (there is a link on the SOA suite welcome page). Go to JVM, click on the container and switch to the "Administration" tab.
    The properties are proxySet, proxyHost, proxyPort and nonProxyHosts
    When deploying from JDev, the compilation in JDev works fine (uses the proxy). But when the JAR is transferred to the server, it is compiled again. This fails because the proxy is not used on the server side and it cannot read the wsdl.

  • Accessing portal roles in webdynpro for java

    Hi,
    Please let me know how to access portal roles in webdynpro for java.
    Rgds,
    Patana

    Hi ,
    Please use this API to access the portal roles:
    IRoleFactory fact=UMFactory.getRoleFactory();
    Also see this code to get more information of role using code:
    IRoleFactory rolef=UMFactory.getRoleFactory();
    IRoleSearchFilter searchfilterrole= rolef.getRoleSearchFilter();
    ISearchResult searchResult = rolef.searchRoles(searchfilterrole);
    while(searchResult.hasNext())
    String unq=(String) searchResult.next();
    IRole role1=rolef.getRole(unq);
    String roleName = role1.getDisplayName();
    String roleID = role1.getUniqueID();
    // Once you get the informationof role you can use it in your application as per your requirement.
    Also please note that:
    You should add "com.sap.security.api.jar" to your project`s java build path for getting the Portal Security API's.
    I hope this solves the problem. Please revert back incase you need any further informationon this.
    Thanks and Regards,
    Pravesh

  • Role to develop webdynpro for java

    Hi all,
    What role in UME my user need to develop webdynpro for java?
    I need configure JCO, deploy application.
    regards,
    Douglas

    Hi Doug,
    Your userid need to be added in the "Administrator Group".
    Administrator Group containg Roles for Content Administrator, User Adminsirator and System Administrator.
    >FOR JCO -> Content Administrator Role Required (Your Userid should have Content Administrator Role)
    >For Deploy:- You need SDM(Userid) and password to deply on the J2EE Engine
    You can have only Content Administrator Role if they not assigning to "Administrator Group".
    Hope it helps,
    Regards,
    Arun

  • Re: Retrieve user role using Java

    Dear all,
    I have defined a role, says "Operator" in the Sun one Server. I tried to write a Java program to retrieve the role for my web application, but not successful. It only displayed the attribtues shown in Custom Editor such as givenName, cn and etc. But the attribute "nsrole" was shown in Generic Editor which I cannot retrieve in the Java Program.
    How can I retrieve it using Java Program with using standard Java API only?
    Regards,
    Calvin

    That attribute is an operational attribute. You must specify it in the list of attributes to retrieve in your search command.

  • What is the role of java in the netweaver platform

    Hi All
    sapnetweaver platform is the integration of the java and abap.then what is the role of java in that netweaver platform
    regards
    Sunil

    Hi Sunil,
            Java makes Sap NetWeaver more powerfull than it was before.
           One of the new additions to the Java functionality of NetWeaver includes the Java Virtual Machine container technology. This will allow standard Java code to run on a framework around the Java Virtual Machine itself. It does this by reducing the number of parallel users per virtual machine. It also improves on the overall memory consumption, the application stability and the number of affected users in the event of a screen freeze, loss of data or the need for re-keying of information.
          The JVM technology also includes several added features designed to assist developers in managing error resolutions. This includes the ability for developers to switch a user process in the production system in or out of debugging mode on the fly allowing for minimum downtime. While also including tracing and monitoring tools for error analysis and hopefully a quick resolution.
             So now, not only does NetWeaver offer support for such standards as HTTP, XML, Web services and of course ABAP, but now it also offers support for Java. All of this adds to SAP’s future interoperability with such applications as Microsoft .NET and IBM WebSphere.
             Now that SAP NetWeaver supports Java we will start to see a real positive impact in the marketplace for those who are in search of a cost-effective means to deploy and manage Java applications in their enterprise and small businesses. For companies of all sizes looking for a way to adapt quickly to market changes, respond to unforeseen challenges and to seize new opportunities, SAP NetWeaver is a tool that is worth looking into.

  • What is ESOA? What is the Scope/Role for Functional Consultants in eSOA.

    Hi Experts,
    1)     Does eSOA is a tool, application or module?
    2)     What is the relation between eSOA and ECC6.0?
    3)     What is the Scope/Role for Functional Consultants in eSOA?
    4)     What I have to learn in eSOA?
    5)     How it is useful for Functional Consultant?
    6)     How it is useful for Customers?
    7)     How much time it will take to learn eSOA?
    8)     Where can get the Material?
    9)     What all technologies I have to learn before I learn  to eSOA?
    I am working as a SAP HR Consultant. If I want to learn eSOA what are the pre-requisites.
    I donu2019t know anything eSOA.
    Please give me the answers.
    Regards,
    Ram

    Hi Ram,
    See the answers below
    > 1)     Does eSOA is a tool, application or module?
    ESOA is not any tool,application or module. Its a methodology/Architecture
    > 2)     What is the relation between eSOA and ECC6.0?
    ECC 6.0 provides some Enterprises Services through enhancement packages.
    > 3)     What is the Scope/Role for Functional Consultants in eSOA?
    FUnctional consultant should know which ENterprise Serrvices are available and which should be developed to carry out a business process.
    > 4)     What I have to learn in eSOA?
    .         Being a technical guy, there are things to be learnt like ESR, implementing designed serivces through ABAP or Java and consuming it. But being a functional guy, only awareness of what enterprise services are available and what they do and their input/output params and how they can fit into a business process is sufficient.
    > 5)     How it is useful for Functional Consultant?
    see above
    > 6)     How it is useful for Customers?
    Customers can move towards Service Oriented Architecture, get flexibility in changing a business process easily, maintaince cost is less
    > 7)     How much time it will take to learn eSOA?
    depends on your skills
    > 8)     Where can get the Material?
    lot of material in SDN
    > 9)     What all technologies I have to learn before I learn  to eSOA?
    ABAP or JAVA,ESR ( being a technical consultant) , Web Services
    > I am working as a SAP HR Consultant. If I want to learn eSOA what are the pre-requisites.
    you should aware of basics of service oriented architecture
    If you further want to clear doubts, do write up.
    Regards,
    Piyush

  • Roles for XI Programmer

    Hi all,
    Next month I'll join to a XI Development project. Now I'm investigating the overall of SAP XI. I see it is an effective module which can help us integrate many system together.
    But I see no place for an ABAP developer (programmer also) in this picture.
    My question is:
    "what are the roles for the ABAP developer in an XI Development project?"
    can you send me some links about programing in SAP XI?
    Thanks,
    Chuong Hoang

    Hi,
    >
    Chuong Hoang wrote:
    > "what are the roles for the ABAP developer in an XI Development project?"
    > can you send me some links about programing in SAP XI?
    ABAP Developer has no specific role in XI, but his/her knowledge would help in completing the task bit faster. ABAPer might help in
    1. ALE/IDoc Connections
    2. ABAP Mapping
    All about ABAP Mapping
    https://wwwn.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5c46ab90-0201-0010-42bd-9d0302591383
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e3ead790-0201-0010-64bb-9e4d67a466b4
    /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping
    https://websmp101.sap-ag.de/~sapdownload/011000358700003082332004E/HowToABAPMapping.pdf
    /people/ravikumar.allampallam/blog/2005/02/10/different-types-of-mapping-in-xi
    /people/r.eijpe/blog
    ABAP Mapping Vs Java Mapping.
    Re: Message Mapping of type ABAP Class not being shown
    Regards
    Ramesh P

  • Need to call SET ROLE for Oracle before running report

    Hi all,
    does anyone know how I can call SET ROLE for Oracle with Crystal Reports, before running report? I'm using Crystal Reports 2008 to design report (with Server Oracle connection) and Java Reporting Component to run report within a J2EE apllication. If anyone has any idea, I'd greatly appreciate as I'm in trouble.
    Thanks a lot.

    Just a thought...
    If your report's datasource was an Oracle stored procedure, you could call a function to set the role from that SP
    You would be in the same Oracle session from  Report --> SP --> Function, so the role would be retained

  • Role for collaboration

    Hi Experts,
    I want to use collaboration rooms for my endusers.
    If I only assign them the "collaboration" or "collaboration (Room creation)" role .. they cant use the rooms. Do they need any other roles? If I give them super_admin role they can see the room completely correct, means I need some extra roles for my endusers.
    Which roles exactly do I need besides "Collaboration"-Role ?
    Thanks,
    Chris

    Hi Sandeep,
    thanks but does not change anything.
    Full Message Text
    08:22_15/05/09_203631950
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: pcd:portal_content/com.sap.ip.collaboration/Rooms/100f8ac8-a822-2c10-39a6-e777bd8454f0/workset/com.sap.netweaver.coll.OverviewWrapper/relatedItems/DynamicNavigation/com.sap.netweaver.coll.ARoomQuickLaunch - user:C hristian
    at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1932)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:234)
    at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
    at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
    at com.sapportals.portal.pb.PageBuilder.createIviewProfile(PageBuilder.java:443)
    at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:391)
    Regards,
    Chris
    Edited by: Christian Cz. on May 15, 2009 8:25 AM
    Edited by: Christian Cz. on May 15, 2009 8:26 AM

  • Do we have to have system admin role for pdk???!!!

    Hi ,
    Pdk Is meant for Java developers.and we have a requirement where developers will not be given system admin role, but just java developer role, that comes with PDK(to deploy, download, par applications)
    i was going through the weblog
    and in that it is mentioned ·
    "To ensure that you have the correct permissions to run all the applications in the business package, you must be assigned to the following portal roles:
    Role ID     Description
    pcd:portal_content/administrator/super_admin/super_admin_role     Super Administration
    pcd:portal_content/com.sap.pct/administrator/super_admin/com.sap.portal.super_admin_role     Super Administration "
    if the pdk has to have system admin role, then there is no meaning that it comes with java developer role .
    can anyone tell me if i understood it a wrong way .
    please help
    Thanks,
    Lakshmi.

    Hi Lakshmi,
    The Java developer role only comes with Component manager and Component Inspector and some plugins for IDE.
    To work just with PDK a Java Developer role is fine, but once the PAR is deployed, a developer has to login and create the iview from that par.For this he needs a Content Admin Role.
    I have gone through the link mentioned by you and it says u need to have superadmin role,every user,conent admin role for all the iviews to work correctly which is true this way.
    If your iview is talking to the backend system u need access to the backend and to create a System object u need a System Admin role.
    So, along with the Java developer role, a developer has to have ContentAdmin and SystemAdmin roles.
    Hope this helps.

  • Set role with Java JPA using NativeSQL

    Hi,
    using 10g setting roles with Java JPA and NativeSQL works fine. After the upgrade to 11g the same commands will not work.
    Ars ther any significant changes to set roles in 11g?
    Regards
    Siegwin

    Hi Siegwin,
    if you want to get help on a specific issue it would be helpful if you provide specific information. Despite the fact that this doesn't seem to be an XE specific question, you could provide additional information on your environment (JDK version, possibly container used, etc.; actual command issued, other things you may have done before to open/modify the session, etc.).
    I have one general hint anyway:
    Did you update your database drivers to support 11.2 as well? You probably use JDBC for your data source, so you should try the 11.2 JDBC drivers that fit to the JDK your application uses. I'm not sure if this already solves your problem, but it's highly recommended anyway as the 10.2 drivers will definetly come back with some trouble sooner or later when used against 11.2.
    -Udo

  • Set role with Java JPA and NativeSQL

    Hi,
    using 10g setting roles with Java JPA and NativeSQL works fine. After the upgrade to 11g the same commands will not work.
    Ars ther any significant changes to set roles in 11g?
    Regards
    Siegwin

    siegwin.port wrote:
    using 10g setting roles with Java JPA and NativeSQL works fine. After the upgrade to 11g the same commands will not work.
    Ars ther any significant changes to set roles in 11g?When I eval'd 11g, I did not notice any changes in setting my roles. I did notice a significant difference in Java. I cannot remember the JDK version change from 10g to 11g. We ended up settling back to 10g for other reasons.

  • Step by step installation for java card kit 2.2.2

    can anyone help me with a complete step by step installation information for java card kit 2.2.2, i already tried to follow the instruction given in the software i download n still stuck in setting the java path. any recommendation
    thanks for the help

    The javacard API is for developing applets on card. Java 6 is for developing clients off-card.
    yes u can use any java IDEs like netbeans or jcreator. But you will have to select the libraries within the downloaded java card kit folder for ur IDE in order to compile successfully.
    try reading up the documentation and run the samples in the java card kit. thats a good place to start.

  • KM Scheduler Task vs SAP Netweaver Scheduler for java

    Hi Experts,
    I need to know the key differences between KM Scheduler task implementation and SAP Netweaver Scheduler for java task implementation. Which one is better and why?
    Thanks for looking into this and for you patience in answering the question.
    Regards,
    Kiran K Grandhi.

    Hi,
    Please look at this help
    [SAP NetWeaver Scheduler for Java|http://help.sap.com/saphelp_nwce10/helpdata/en/44/03d66015ee10b3e10000000a11466f/content.htm] and [KM Scheduler task|http://help.sap.com/saphelp_nw04s/helpdata/en/3a/bc37b5789dee4eaa8005bff84f14cf/content.htm]
    Best Regards
    Vijay K

Maybe you are looking for