Assign GP to Enterprise Portal user

Hi all,
I want to  assign my GP process to Enterprise Portal user and I am using the following document given in SDN
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0975397-8e0a-2b10-4daa-bafd3a83e2a8.
But I am getting following error when I am logging in with a user who is initiator of the process and trying to open the role which I have created.
Portal Runtime Error
An exception occurred while processing a request for :
iView : N/A
Component Name : N/A
The exception was logged. Inform your system administrator..
Exception id: 05:26_23/06/08_0021_13684150
See the details for the exception ID in the log file

Hi,
What exactly are you trying to do? Are you trying to access the process via the GP Runtime or trying to start the process via a PCD object from the Portal.
What is the exception in the log file?
Dick

Similar Messages

  • Report on portal User ID and Assign Roles for all portal users

    Hi!
    I would like to know , is there way that we can get a report which shows all the portal user ids with there assign portal roles. If we can't get this from portal. Can we get it from Oracle database ?
    What are the oracle tables and fields which store this information?
    If nay one have a custom develop iview for this please let me know
    Thanks
    Ramesh

    Hi Ramesh,
    as Pascal stated (and as I did above), if developing within the portal is not really new for you, playing around with the UME API is really more or less trivial.
    Check Portal User and Role info as well as User to Role listing for similar requests and code hints / further links.
    Hope it helps
    Detlev

  • Get enterprise portal user informations

    Hi all,
    is there a way to get some portal user informations during runtime in a visual composer application?
    For example: I want to display the user id in a form automatically.
    Thank you for your help!
    Kind regards, Patrick.

    Hai ,
    u have to get that abap side not from Vc side i think soo
    Regards ,
    venkat p

  • Accessing the Enterprise Portal user name

    Hi All
    I want to access the name of the user who has currently logged into the portal.  And this username, I wanted to display in my .NET PDK portal application.
    Please suggest a solution to this.
    -Vijay

    Hi vijay,
    I have develpoed poratal application in Java.
    Here we have got specific interfaces like IUSER,UMFACTORY in the PDK.
    we import usermanagement.jar for using this .
    These interfaces have got defined methods to get the current logged in info from the UME.like getDisplayName(),getUserId();getEmail() etc
    I guess in .net PDK u will  have same kinda API defined.
    got ny clue from dis then points are welcomed:-)
    thanks,
    Swathi

  • Assigning  Theme Desktop to portal user

    Hi ,
    I have Created a portal desktop , theme and framework page is added to the desktop .Added this portal desktop to Expression by using master rule collection but I am not getting my custom desktop(while creating  my desktop , set default option is Disabled...why) please help me.
    Thanks
    Parameshwari

    Are you refering to the default radio button in your custom desktop ?
    If then please be aware of the fact that there would a tick mark right next to radio button indicating the which framework page and theme are default to this desktop.
    In case you are not able to default a framework page check whether your desktop is in edit mode.
    Regards,
    Mahesh

  • Iviews in home page not visible when I assign eu_role to portal users

    Hey guys,
    For the tool area search, I had access denied error. So I have assigned eu_role to the portal users and I am able to search now in the tool area.. But the problem is when I assign this eu_role to the portal users I am not able to see some iviews in my home page.. Like I had webdynpro iview and km document iview which are not visible now. And in place of KM document iview its showing me with this message:
    Links :There are no items to display (Organize Entries)
    Suggest me with some help.
    Regards
    PP

    Hi Priyanka,
    Just refer these helps for getting idea on PCD Repository Manager.
    http://help.sap.com/saphelp_nw04/helpdata/en/76/a8934259a5cc6ae10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/b2/d59a4271c80a31e10000000a1550b0/content.htm
    It is clearly mentioned in this document that ,
    <i>To index the PCD repository, always choose the Portal Roles Search service. Do not choose the services TREX Search or TREX Search and Classification, because these services index the entire PCD. Thus, the search results would also contain iViews and portal pages that are not part of the role of the logged-on user. This ensures error-free navigation.</i>
    Regards,
    Kishor Gopinathan

  • To get the Roles, Worksets, iviews assigned to portal user using webdynpro

    Hi..
    I need to display the roles, worksets, pages and iviews that are assigned to a particular portal user using WebDynpro.
    I tried to search in SDN and found a few blogs on this... but all are for DynPages. I could not find any inputs on how to achieve this in Webdynpro.
    I am listing down the blogs for your reference :
    1) /people/prakash.singh4/blog/2005/07/28/browse-roles-folders-pages-iviews-assigned-to-a-user-ep6-sp9-and-higher
    2) /people/prakash.singh4/blog/2005/09/06/create-a-sitemap-for-your-portal
    Please provide me your suggestions on how to display the roles, worksets, pages and iviews that are assigned to a particular portal user using WebDynpro.
    Thanks and Regards,
    Sayan Ghosh

    Please use following code to get all roles assigned to user:
         IWDClientUser wdUser = WDClientUser.forceLoggedInClientUser();
         IUser user = wdUser.getSAPUser();
         String strRoleID = "", strRoleDesc = "";
         IRoleFactory iRoleFactory;
         iRoleFactory = UMFactory.getRoleFactory();
         // Get All the Roles of the User
         Iterator iteratorRoles = user.getRoles(true);//prtRequest.getUser().getRoles(true);
         // Loop through all the Roles
         while(iteratorRoles.hasNext())
              strRoleID = iteratorRoles.next().toString();
              try
                   strRoleDesc = iRoleFactory.getRole(strRoleID).getDescription();
                   wdComponentAPI.getMessageManager().reportSuccess("Role: "+strRoleDesc);
              catch(Exception e)
                   wdComponentAPI.getMessageManager().reportException("Exception e: "+e, false);

  • How to upload a File in the Enterprise Portal (JAVA)

    Hi,
    i have a Question.
    We test the SAPNW2004sJavaSP9 Trial Version and we will upload a File in the SAP Database via the Enterprise Portal user interface.
    Where should I just to click...?
    How i can create a new Repository in the Folder Management ?
    Thanks for your help.
    Greetings,
    Steve Neubert

    Hi Steve,
    welcome to SDN and to the KM forums.
    Have a look at the KM Wiki section for introduction guides and frequently asked questions:
    https://wiki.sdn.sap.com/wiki/display/KMC
    This page is dealing with your specific question:
    https://wiki.sdn.sap.com/wiki/x/DV
    Come back if you need more information,
    Robert

  • BI 7.0 Web Report and Enterprise Portal

    Hi,
    We have recently performed technical upgrade to BI 7.0
    Now we would like to migrate web reports to NW2004s functionality. Is it necessary to configure inbuilt BI Portal before we can use web reports?
    Best Regards,
    UR

    Hi,
    take a look at this note which describes how to setup BEx Web in SAP NetWeaver 2004s. All required steps are mentioned. Additionally, this note contains a checklist to check the installation and configuration.
    SAP NetWeaver 2004s: Setting Up BEx Web
    SAP Note Number: [917950 |https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_sys/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d393137393530%7d]
    In SAP NetWeaver 2004s, load is moved from AS-ABAP (BI-ABAP) to AS-Java (BI-Java). BI generates load on Portal (AS-Java), therefore BI users generate more load on Portal than normal Enterprise Portal users. See note 927530 for additional information about BI-Java sizing.
    Which functionalities of BEx Web in SAP NetWeaver 2004s are requiring a Portal?
    - New BEx Web Application Designer (Unicode, Command Wizard, ...)
    - Exporting to PDF and Printing
    - Integrated Planning
    - Drag&Drop (Analysis Web Item)
    - Web Items (Container Layout, Menu Bar, Tab Pages, Button Group, ...)
    - Formatted Reporting with BEx Report Designer
    - Document Integration with storage in Knowledge Management
    For details, see Release Notes for Usage Type BI-Java under http://help.sap.com/saphelp_nw04s/helpdata/en/index.htm
    If you don't want to use the new BEx Web functionality, you can still use BEx Web 3.5 Runtime that is running only with Usage Type AS-ABAP.
    Take also a look:
    [Setting up BEx Web - Short Track|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00c4742a-3a4b-2b10-b4ae-b03d08bcde6e]
    Regards
    Andreas

  • Connect Enterprise Portal to CUA?

    Hello everyone - hope you can clear something up for me. I have searched online, in forums and my documentation but cannot find an answer.
    Is it possible to connect EP 6.0 to CUA in the same manner one would connect child systems to the central system? I have seen conflicting info suggesting it is possible I believe for roles. I have also seen screenshots of a portal with a CUA tab under either System Adminnistration or User Administration.
    I have a DEV and PRD CUA and each are connected to DEV and PRD LDAP servers. I would like to connect my DEV and PRD portals to each CUA. Is this possible? Is this functionality built-in to the portal?
    When the  users are created in LDAP they are automatically created in the portal as well. We run the LDAP synch job to populate CUA with the new users. Between eCATTS and CRMD_UI_ROLE_ASSIGN there is little work to assign roles in the ABAP systems (CRM 2007). However, I have to then manually assign the newly created portal users their roles/groups.
    systems:
    CRM 2007
    EP 6.0
    IBM TIvoli LDAP
    If you have any ideas or knowledge on this subject I would appreciate it!
    Thanks,
    Todd

    >  Any idea of how to actually connect the portal to CUA? For the life of me I cannot figure it out!
    Nope, sorry. I think the trick is to connect the portal to a backend system in such a way that assigning roles in the backend automatically assigns roles in the portal. You can imagine that back end system being part of a CUA. I've seen it working but I am not within reach of that system now.
    Maybe someone else can chip in.
    Otherwise, have a look in the forum.

  • Changing Enterprise Portal Connection

    Hi,
    My EP 7.0 is connected to ECC 7.0 through one Dialog instance.(ECC>ECCAPP>Enterprise Portal->Users). I need to shift my EP 7.0 connection to new Dialog instance for the same ECC. The new Dialog instance has system no. 01 and the old Dialog instance has system no. 00. Now when i check webgui service (SICF) in new Dialog instance then it points to port 8001 and is not able to connect.
    http://henfcclap.in.cclap.com:8001/sap/bc/gui/sap/its/webgui?sap-client=900
    What changes do i need to make so that webgui can connect to ECC at port 8001
    Thanks
    Vishal

    Hi Vishal,
    You need to change the WAS path of your system object to the new WAS path.
    Regards
    Basha

  • Unable to assign User groups in Enterprise Portal

    Hi,
    We are using EP 7.0 with MS SQL on Windows 2003 Server. Recently we have changed the UME to IDES EHP4 System. We can able to create users in the backend system and can read but when we try to assign any groups to the user we are getting the following error,
    User attributes successfully modified
      You are not authorized to assign one or more entities. Perform a new assigned entities search to see the correct status.
    I am the administrator with full rights. Please help us, what is need to be done to resolve the issue.
    Thanks,
    Ajay.

    Hi,
    @Sukrut-
    We have already assigned the SAP_BC_JSF_COMMUNICATION role to the communication user but still getting the issue with group assignment. please find the default trace below.
    #1.5 #005056835CB600750000002100000B740004ABB31AFC209F#1314685646778#com.sap.security.core.wd.assignusermapping.AssignUserMappingComp#sap.com/tcwddispwda#com.sap.security.core.wd.assignusermapping.AssignUserMappingComp#Ajay#5914##EP70ULQ_E7Q_2951550#Ajay#b8bdc571d2d011e08434005056835cb6#SAPEngine_Application_Thread[impl:3]_16##0#0#Error##Java###An unexpected error occurred during retrieval of all backend systems available for user mapping for principal ''''.
    [EXCEPTION]
    #2#USER.R3_DATASOURCE.Ajay#com.sap.security.core.wd.exception.UmeUiException: java.lang.NoSuchMethodError
         at com.sap.security.core.wd.umeuifactory.UmeUiFactoryCompInterface.handleThrowable(UmeUiFactoryCompInterface.java:2618)
         at com.sap.security.core.wd.umeuifactory.UmeUiFactoryCompInterface.getUserMappingSystems(UmeUiFactoryCompInterface.java:1637)
         at com.sap.security.core.wd.umeuifactory.wdp.InternalUmeUiFactoryCompInterface.getUserMappingSystems(InternalUmeUiFactoryCompInterface.java:575)
         at com.sap.security.core.wd.umeuifactory.wdp.InternalUmeUiFactoryCompInterface$External.getUserMappingSystems(InternalUmeUiFactoryCompInterface.java:912)
         at com.sap.security.core.wd.assignusermapping.AssignUserMappingComp.refreshSystems(AssignUserMappingComp.java:338)
         at com.sap.security.core.wd.assignusermapping.AssignUserMappingComp.setPrincipal(AssignUserMappingComp.java:287)
         at com.sap.security.core.wd.assignusermapping.wdp.InternalAssignUserMappingComp.setPrincipal(InternalAssignUserMappingComp.java:220)
         at com.sap.security.core.wd.assignusermapping.AssignUserMappingCompInterface.resetComponent(AssignUserMappingCompInterface.java:139)
         at com.sap.security.core.wd.assignusermapping.wdp.InternalAssignUserMappingCompInterface.resetComponent(InternalAssignUserMappingCompInterface.java:136)
         at com.sap.security.core.wd.assignusermapping.wdp.InternalAssignUserMappingCompInterface$External.resetComponent(InternalAssignUserMappingCompInterface.java:230)
         at com.sap.security.core.wd.maintainuser.ReadonlyDetailInterfaceView.onPlugDefault(ReadonlyDetailInterfaceView.java:169)
         at com.sap.security.core.wd.maintainuser.wdp.InternalReadonlyDetailInterfaceView.wdInvokeEventHandler(InternalReadonlyDetailInterfaceView.java:105)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingInterfaceView.invokeEventHandler(DelegatingInterfaceView.java:85)
         [Removed few extra lines to shorten the log -
    Ajay]
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.Exception: classname:[java.lang.NoSuchMethodError]message:[com.sap.security.core.umap.imp.UserMappingUtils.isReferenceSystem(Ljava/lang/String;)Z]
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:282)
         at com.sap.security.core.jmx.impl.JmxServer.handleThrowable(JmxServer.java:581)
         at com.sap.security.core.jmx.impl.JmxServer.getUserMappingSystems(JmxServer.java:420)
         [Removed few extra lines to shorten the log -
    Ajay]
         at com.sap.security.core.wd.jmxmodel.JmxModelCompInterface.getUserMappingSystems(JmxModelCompInterface.java:768)
         at com.sap.security.core.wd.jmxmodel.wdp.InternalJmxModelCompInterface.getUserMappingSystems(InternalJmxModelCompInterface.java:497)
         at com.sap.security.core.wd.jmxmodel.wdp.InternalJmxModelCompInterface$External.getUserMappingSystems(InternalJmxModelCompInterface.java:768)
         at com.sap.security.core.wd.umeuifactory.UmeUiFactoryCompInterface.getUserMappingSystems(UmeUiFactoryCompInterface.java:1635)
         ... 56 more
    Caused by: java.lang.NoSuchMethodError: com.sap.security.core.umap.imp.UserMappingUtils.isReferenceSystem(Ljava/lang/String;)Z
         at com.sap.security.core.jmx.impl.JmxUserMappingHelper.getUserMappingSystems(JmxUserMappingHelper.java:123)
         at com.sap.security.core.jmx.impl.JmxServer.getUserMappingSystems(JmxServer.java:417)
         ... 77 more
    @SujiRam-
    We can see the group in portal and we are getting same issue for all the portal groups not particularly for one grp assignment. We are not using LDAP for EP.
    Please suggest-
    Thanks,
    Ajay.

  • Create the user master records using the Enterprise Portal

    Hello gurus!!
    I'm configuring SRM 7.0 with EP.
    I'm configuring the organizational structure, and steps guide (pdf and Solution Manager ) are:
    1. Go to transaction SU01 and create an ABAP User. (SRMADMIN)
    2. Assign this user the administrator role /SAPSRM/ADMINISTRATOR
    3. As the administrator, creater the organizational plan
    4. Create the remaining organizational unit
    5. Using the Enterprise Portal application, Business Parter:Employee, create the user master records for the departmental managers.
    How I must create the user in Enterprise Portal? What user I have to use to log on in the Enterprise Portal application? Has the user to be integrated in the organzational structure??
    Thanks in advance!!!!
    Best regards.
    Maria.

    Hi,
    You can create users in WebDynpro application. You can also create users in USERS_GEN transaction.
    Regards,
    Masa

  • Is there User Group and Role Reporting in SAP Enterprise Portal?

    I want to know if there is a way to pull users statistics our of SAP Enterprise Portal like you can out of the R3 backend systems.
    I would like functionality similar to the SUIM transaction. I know through user administration you can access any user, even a list of all users, and you can do similar lists with roles and groups. You can then access any of these things individually and look at their assignments. However, I want to do this on a large scale. I want to know for example every group that has a user assigned to it. Evergroup that has roles assigned to it. Or groups that have no user or role assignments. We have approximately 1904 groups in our Production Portal system and I am trying to clean up the groups that have no user assignment, but I don't want to look through them one by one.

    Hi Chris,
    There is no standard report available for this purpose. However all this information is stored in table UME_STRINGS.
    You can write your own SQL queries to generate such reports. However please note that this table is not normalized, and it's a master UME table. You should use it strictly for READ ONLY purpose.
    For a sample code you which i wrote some time back, you might refer:
    http://forums.sdn.sap.com/thread.jspa?threadID=2088099&messageID=10859334#10859334
    Thanks
    Prashant

  • Creating new user in enterprise portal 7 .0

    Hi,
    I have installed enterprise portal 7.0 and backend is ECC 6.0 on windows 2003.i have logged with J2EE_ADMIN user.when i am trying to create new user in EP7.0 ,i got this problem.(an error occured,contact system administrator).please help me.

    Hi,
    Go to http://<server>:5<instance no>00
    Click on User Management. After login, go to Configuration tab and there you can check.
    Thanks
    Sunny

Maybe you are looking for

  • How do I make sure my page width is optimized for all monitors?

    I have a portfolio-ish website, and I've noticed that on small screens there is  white space if you scroll to the right. On big screens (Such as my 27" iMac), the design doesn't fit the whole screen. http://treyflorkiewicz.com/ How can I fix this? Th

  • How to hide Attributes of Variable (In F4 Help)

    Hi Gurus, I'm using BI 7.0. I have created a Variable on 0EMPLOYEE which should let me select the key and text of 0EMPLOYEE. But when i do F4 in the 0EMPLOYEE field I'm getting 47 different fields, which i assume are the attributes of 0EMPLOYEE. I ha

  • Macbook pro with retina display's tags function doesn't work

    tags colors doesn appear and it doesn't tag on file either. what to do with?

  • How SDA and DDA works in Java Card?

    Hi Friends, I want to know how exactly SDA and DDA works in Java Card technology.. Yes, i know that SDA (Static Data Authentication) is valid for every transactions, but the key used is always same for every transaction made.. and DDA (Dynamic Data A

  • Why does my CS5 Bridge gallery not appear after being uploaded?

    Hello, I have recently created a series of galleries built into Dreamweaver. I used <iframe> to incorporate and it previewed in the browser just fine. After uploading the gallery does not appear. Please review this site and code for any recommendatio