How to implement Self Registration in EP 7.0

Hello All,
I am working in Enterprise Portal 7.0.
I wanted to customize self registraion page in my portal in SAP Netweaver 7.0.
Please tell me how to implement self registration in Portal 7.0.
Thankx.

Hi,
I am able to run that component, but its giving another error such as:
Java iView Runtime
Version : 7.00.200702010738
An exception occured while processing your request.
com.sapportals.portal.prt.dispatcher.DispatcherException: Could not find connection portla
com.sapportals.portal.prt.dispatcher.DispatcherException: Could not find connection portla
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:528)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
     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)
If this situation persists, please contact your system administrator. 
Please let me know your comment about this Error.
Thank you so much in Advance.
Thanks,
Pallavi

Similar Messages

  • Required steps or method for implementing Self-Registration

    Hello Experts,
    Could one of you please tell me the steps or methodology required to implement self-registration functionality or refer me to some documents that explain it.
    Any and all help will be greatly appreciated !!!
    Thanks,
    AndyDev

    Very roughly:
    1. Write a self registration workflow
    2. Set the repository attributes for the workflow to have Organization=All and Authroization Type = EndUserTask
    3. Add the workflow to the 'Anonymous User Tasks' Configuration Object
    4. Invoke the workflow using something like http://localhost/idm/user/anonProcessLaunch.jsp?id=YourWorkflowName
    As for step 1, you need to know how to write the workflow in the first place.

  • How to enable self-registration in Oracle10g Portal.

    Hi,
    How to enable self-registration in Oracle10g Portal.
    while I have already enabled self registration from Global settings, but still I'm unable to make users to register theirself because always initial SSO Login Page is Displayed. I think there must be additional steps.
    OR
    Is there any alternative way, PLSQL API's,Java Portlets or other scripts for user registration.
    awaiting for response
    regards

    Hi,
    How to enable self-registration in Oracle10g Portal.
    while I have already enabled self registration from Global settings, but still I'm unable to make users to register theirself because always initial SSO Login Page is Displayed. I think there must be additional steps.
    OR
    Is there any alternative way, PLSQL API's,Java Portlets or other scripts for user registration.
    awaiting for response
    regards

  • How to Customize Self Registration Page in OAM

    HI ALL,
    I need to customize Self registration page in OAM
    In tht page i need to change the Save button to New User
    and i need to have only the Username, Password, Mobile no. as their fields
    Can u plz tel in which file we need to make the changes
    thanks,
    Edited by: user10648177 on Dec 2, 2008 9:05 PM
    Edited by: user10648177 on Dec 2, 2008 10:17 PM
    Edited by: user10648177 on Dec 3, 2008 1:32 AM

    Hi,
    You need to configure an appropriate self-registration workflow. Seeing that you are asking how to change the behaviour, you probably already have such a workflow and need to modify it in case you want the change to be applicable to all users wanting to register themselves. As for changing the Save button to New user, you'll need to customize the appropriate stylesheet. Details for this should be in the customization guide.
    -Vinod

  • Companies and self-registration.

    Hi,
    I would like to implement self-registration module at
    the portal (EP6SP2) with an option to TYPE the name of
    the company the user belongs to, which can be used later
    as "company" in the portal meaning. It is almost like this
    (http://help.sap.com/saphelp_ep60sp2/helpdata/en/8e/53921c6d00064b8c58e528fd914dd4/content.htm),
    with one big BUT. The list of the companies cannot be
    defined in ume.tpd.companies property of ume.properties
    file before the users will type it. It have to grow up
    with the portal and the new companies the users type in.
    Is it possible to add companies to that list programmatically?
    To save server restart after that?
    Meanwhile I add a company the user typed at the self-
    registration procedure as an attribute of IUserMaint,
    but if I'd like to use it as companies in the portal
    concept - I can't.
    Thank you,
    Yuri

    Yuri,
       I am facing a similar problem. Were you able to find any solution. The situation is bit more complex at my end. I have approximately 5000+ Suppliers and each of them will have one designated Admin who will be handling the User Administration of users registering from that supplier (could be 1 to 10 from each supplier). Also he will need to assign them roles. Now before he can assign them roles he himself will need to have 'Role Assigner' rights. But i still need to figure out how would the users be able to specify the company during the registration because without that how will the portal know which administrator to redirect him to.
    Any thoughts ?
    Vishal
    Message was edited by: Vishal Vadodaria

  • OIM Self Registration without approval

    Hi All,
    I am very new to OIM, I need to know how to do self registration without an admin approval.
    I just gave shot by adding those mandatory fields from the approval form to the self registration form by editing the
    formmetadata.xml. but i get a bunch of exceptions and the request itself is not getting registered, i couldnt see any pending approval tasks in the admin screen for that particular self registration.
    I went through this post
    OIM - auto approval of self registration
    From that i could get that i need to create a task adpater and populate the other mandatory fields
    which aren't captured in the self registration screen.
    But is it the only way of doing it??
    Please let me know how to do it (any method).
    or any pointers would be helpful.
    Thanks in advance.

    HI Nitesh,
    Thanks for the reply,
    What i did is I added the mandatory fields to the self registration page, The probllem was with the value which i had passed during the self registration.
    For user type, i gave it as "Full-Time Employee" , but the actual value is "Full-Time" when i gave the correct value
    it worked.
    To summarize, i just added the madatoy fields like org name, user type and role to the sefl registration page
    and gave the correct values while registering and it worked.
    i am sure i cant live with this for a long time, I have to start work on the adapters.
    Thanks.

  • Self registration request and approval process

    We are looking to implement self-registration with a bit of workflow when we move to Portal 10.1.2 A system where a user requests access, their request is approved (or denied) by another person and then an account is created with appropiate permissions.
    We are currently using an Excel spreadsheet e-mailed back and forth, we have begun designing the process with standard forms and reports in it's own schma, but the last piece will still need to be manual (creating the account).
    Does anybody know of a way to automate this process of account creation?
    Does Application Server 10.1.2 self-registration have similar capabilities? if so, where could I look to learn what it can do?
    Thanxs,
    ljalg

    refer this.
    Configuring Auto-Approval for Self-Registration - Fails due to Organisation

  • How to show a date field in OIM self-registration page

    Hello gurus,
    I want to add a date field in the self-reg page. I added lines in FormMetaData.xml and tjspSelfRegistrationTiles.jsp. The user creation page (delegated administration) shows the right date field, but the self-reg page is not working. I am using uix.tld dateField tag and don't know what attributes to pass to this. Is this the right tag or there is some other one in the tld, and what attributes should I pass?
    Could someone tell me how to do this?
    Thanks
    SK

    It should be much simpler than what you are doing.
    You should be able to create a User Defined Field for the value. Then update the FormMetaData.xml file. Create an entry in the section for user information that creates the attribute value. Just copy one of the existing and give it a new unique number identifier. Also change the field it references to be your user defined field. Then update the Self Registration section to include the new attribute. If you want to update what the approver sees, then also update the section for the approver.
    -Kevin

  • How to set password entered by user in the custom self registration app?

    Hi All,
    I am trying to create a customized self registration page on the portal logon page using Webdynpro JAVA application. Now the problem I am facing is that I am not able to identify how to set the initial password for the user in the portal that is entered by the user while registering through the application.
    I am using the object as:
    IUserFactory userFact = UMFactory.getUserFactory();
    IUserMaint userMaint = userFact.newUser(user);
    I am able to set different parameters such as First Name,Last Name, User Id, Email Id, etc but not the password.
    Any pointers will be highly appreciated.
    Thanks in Advance.
    Regards.
    Rajat

    Hi Rajat Jain,
    Try the below code.
    IUserAccountFactory mAccountFact = UMFactory.getUserAccountFactory();
    IUserAccount userAccount =mAccountFact.getUserAccountByLogonId(login); // Provide login
    IUserAccount muserAccount = mAccountFact.getMutableUserAccount(userAccount.getUniqueID());
    muserAccount.setPassword(oldPassword.trim(), confirmPassword.trim());
    muserAccount.save();
    muserAccount.commit();
    Regards,
    VJR.

  • How to populate a field on the Self Registration Approval Form?

    Hello,
    I have a field named SSN (last 4 digits of the SSN) that a self registered user must fill in during self registration. After the user submits the request, the request is submitted to a reviewer.
    This reviewer logs in and accesses the Self Registration Approval Form for that particular request. I would like to display the possible returned values of SSN that I query from HR based on the requester's firstname, middlename, and lastname. This will allow the reviewer to verify the requester's identity. If the entered SSN does not match the displayed SSN, the reviewer can take the proper action.
    How can this be accomplished?
    I looked into the prepopulate rule generator adaptor. But I don't have a form to attach the adaptor to it since the approval form is an ootb form.
    Thanks

    Yes, I did.
    In the adapter I mapped the adapter return value to the output of the java code (Get SSN).
    In the User Registration Process Definition, I have a non conditional task named Get SSN. I mapped the requestID to the request Key and the adapter return value to the field on the self registration form (using User Definition field).
    But the value did not show up in that field...

  • Self-Registration in OIM 10g: how to install, customize and use of  SPML

    Hello. Can someone point me to any documentation (Oracle or other) on self-registration in OIM 10g. Like doc on how to install it and customize it. Also a doc on how to set up self-registration on a separate server and talk to OIM server using SPML.

    Refer doc below:
    http://download.oracle.com/docs/cd/E14049_01/doc.9101/e14044.pdf
    regards,
    GP

  • How to create customer self registration form iReceivables in 11.5.10.2

    Hi,
    I am new to iReceivables and in need to know how to create customer self registration in iReceivable 11.5.10.2.
    Please give the steps. I the guide its mentioned as need to create the static HTML page. If so please let me know how to do it. Please give me if you are having any sample code.
    Regards
    Suresh P

    Please see these docs.
    SelfService Registration Link Not Working For iReceivables [ID 603353.1]
    iReceivables user tries to register for iStore and message 'Email Address Is Already In Use' [ID 1114661.1]
    Questions: Auto Login After Self-Registration [ID 403097.1]
    How to Find iReceviables Patchset Level on 11i Instance [ID 263942.1]
    How To Create Custom Self Registration Challenge Questions In 11i [ID 759998.1]
    iReceivables Self Registration Challenge Question not Working [ID 961586.1]
    The Ireceivables Self Registration Page Errors Out. What Are the Setups to Review? [ID 414161.1]
    How To Control The Invoice Picked Up In iReceivable Self Registartion Challenge Question? [ID 1310902.1]
    Thanks,
    Hussein

  • How to add more fields to the self registration page?

    Hello,
    I am running on OIM 11.1.2.1.0.
    How can I add the Organization field to the self registration page?  Could you point me to a doc if it exists.
    Thanks
    Khanh

    Hello,
    I successfully added the organization field to the self registration form following the instructions in this doc: http://docs.oracle.com/cd/E37115_01/admin.1112/e27149/customattr.htm#BABGDEIC
    I used Data Component – User Registration, then UserVO1.  There were 2 fields: Organization and Organization Name.  I added both to the form.  Then I tried to submit a self registration request.  When I logged in as xelsysadm to check out the request, the Organization field on the request is not populated.
    I know that under OIM 11gr2, the reviewer must provide the organization.  I am wondering if this has something to do with the value of the organization not being carried over to the request level approval.
    Could someone please help?
    Thanks
    Khanh

  • Self registration, problem

    Hi experts,
    I'm traiying to implement self regitration with company approval, I'm using EP 7.0 SP 10, I have configured two Frameworks (Anonymous, Authenticated) and are working fine, I have followed instructions found on http://help.sap.com to configure self registation with approval, BUT (there is always one), when an user self regists this user can access collaboration link in the tool bar and begin to chat, while his user is being approved or not.
    If I use the self registration link the user is in waiting for approval state, but he is able to see the masthead, collaboration link, favorite and search tool, with no menú, because he is an authenticated user, how can I stop this? I want to display to these users a message like No portal roles are assigned for this user  or a custom one.
    Thanks in advance, any help will be apreciated and rewarded.
    RA.-

    Hi Michael thanks for your promt reply,
    I think I didn't explained myself right, this portal have an anonymous access content configured an authenticated content and a self regist option activated (companies with approval). So this way we have, unauthenticated customers, authenticated customers and corporate users accesing portal.
    The unauthenticated customers could self regist at anytime, but only able to see authenticated content when users are approved by administrator.
    I don't know how to tell this users that are waiting for approval that they cannot access private content of the portal util they are approved.
    Because we're using instant messaging for all authenticated users, when this users self regist they can chat while their users are being approved, this is exactlly what we don't want, how can I avoid this?.
    And thanks again,
    RR.-

  • Self registration - automatic login into the product

    Per requirement, after self registration request is complete (last button pushed) the user should be automatically logged in into OIM.
    Out of the box user is redirected to the login screen.
    How this could be implemented?
    Thank you for your help.

    Hi,
    As per my understanding in OIM, as you submit the Self Registration request it goes to Admin as open Prov task as many some mandatory fields are not there like Organizaiton. After putting all required atts values and submit the request then only user gets created in OIM then only you he will be login in OIM.
    So just after self registration user wont able to login in OIM.
    Regards
    Alabhya Goel

Maybe you are looking for

  • Updated ITunes but now it won't work

    Ok I didn't see this posted anywhere. I downloaded the latest update for iTunes (10.2 or something like that) and had quicktime and all that updated. Everything went fine and I restarted my computer like it said to do but not when I try to open iTune

  • Send message from java not client

    I have a java app running on my server and I'd like to send messages to subscribed clients. All the messaging examples I find have the messages originating from a flex producer. I want java to be the producer.

  • Why is my PDF to Word conversion unreadable ?

    Why is my PDF to Word conversion  just code?

  • Passing array to PLSQL

    Hello, I have a procedure that take the input parameter as array type. eg below PROCEDURE fas_fin_cal_iu ( num IN NUMBER_ARRAY , dt IN DATE_ARRAY , name IN VARCHAR2_ARRAY ) how do i pass values to this procedure to testing it in sql*plus?

  • Want to go back to snow leopard

    Anyone know if/how one can go back to Snow Leopard from Lion?