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

Similar Messages

  • Portal----Enable Self-Registration

    I want to configure Self-Registration on 10g portal
    Following the congiguration guide on OTN, I checked the Enable Self-Registration option .And then go to configure the Login portlet to enable Self-Registration .
    Bu I didn't see the enable Self-Registration besides the Login porlet the guide had mentioned.
    Has anyone configured this before?
    Give me a clue ,Thanks!

    Hi
    Not sure whether ROS (Registration of new supplier process defined in your organisation). See below high level process over view for New supplier creation .
    Strategic Sourcing - Supplier Self-Registration
    New suppliers can self-register using a web based application, which potentially can be accessed from the homepage of a company./Basic information is captured in the self-registration form, additional general and category specific information can be gathered in questionnaires. Purchasers then check the data and approve potential suppliers. When searching for new suppliers purchasers can transfer potential suppliers into operational suppliers using a standardized interface (OPI).
    In addition to that external supplier databases can also be connected using the OPI - interface.
    After being transferred into SRM an admin user in SUS can be generated automatically. In SUS these suppliers have the possibility to maintain the admin user data and create additional users.
    Therefore before creation of any new supplier /user there should be a defined process.
    regards
    Narahari

  • 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

  • Steps to provide supplier self registration link on portal

    Hi,
    We deployed the supplier collaboration business package on portal. We want to provide the self-registration link on the portal, from where the vendor/suppliers would register.
    i have the link, now my question is., What are the steps we need to follow from here to set up the self registration link on portal which eventually takes the supplier or vendor from logon page to registration to portal.
    Please provide any cookbooks available.
    Thanks,
    Raghavendra Pothula

    Hi Masa,
    Can you please provide further details on this...
    Did you have a custom interface built between the HTML form and the Enterprise Portal self registration form to capture all the information entered. If you used the standard self registration form, how did you make the self registration form available anonymously on your corporate home page.
    Any Inputs would be appreciated.
    Thanks,
    Sundeep

  • User self-registration in the portal

    I am developing an Intranet site for a very large organization using OPortal 3.0. Since is impossible to manage personally every request to add users to the portal (over 3000 potential users) I need to provide a self-registration procedure so users can register themselves to the portal with certain basic privileges.
    Does anybody knows how can I implement such a procedure..?
    Fernando

    Hello Fernado,
    Look topic name "Using API's for Single Sign On" at this forum.There is an answer to your question.Also you can:
    'Create a procedure which does insertion to the tables portal30.wwsec_person$ and portal30_sso.wwsec_person$'.My procedure is:
    CREATE OR REPLACE PROCEDURE PORTAL30_SSO.CREATE_USER
    (username IN VARCHAR2)
    as
    begin
    insert into portal30.wwsec_person$
    (user_name,db_user,created_by_dbuser,created_by_user,password,sso_user_type)values (upper username), 'PORTAL30_PUBLIC','PORTAL30_PUBLIC','PORTAL30','guest','USER');
    insert into portal30_sso.wwsec_person$
    (user_name,db_user,created_by_dbuser,created_by_user,password,sso_user_type) values (upper(username),'PORTAL30_SSO_PUBLIC','PORTAL30_SSO_PUBLIC','PORTAL30','hy?<K2K0~4FA810F520ACB67945FFFA7F03925269','USER');
    end;
    After that create a form to this procedure and publish as portlet.Now put this portlet your 'Welcome' window.Here they will have default password 'guest'.Also you can take another parameters like name,lastname,address,etc.
    Don't forget to give public privilege to this procedure.

  • Self Registration in Enterprise Portal 7.0

    Hi all,
    I have done the steps for doing Self Registration.
    I have configured the SMTP Server.
    Also, the email notification in case of successful
    Self Registration is enabled.
    The action UME.Selfregister_User is added with the Everyone role.
    The SAP Application Server has been restarted but I am not getting the
    Self Registration link.
    What is needed to enable the url in the portal?
    Regards
    Neha Singh

    Neha,
    Check this out.
    http://help.sap.com/saphelp_nw70/helpdata/en/44/0761cea5c610b3e10000000a11466f/content.htm
    http://wiki.sdn.sap.com/wiki/display/EP/Self-RegistrationinPortal
    HTH,
    Cheers!
    Sandeep Tudumu

  • How to enable "top level navigation " in portal

    Hi all,
    I am unable to see the "top level Navigation" once I logged on to portal
    Previously I was able to see that
    I performed the following steps thats the reason why I am unable to see "top level navigation"
    1 Logged on to portal
    2 Content administration
    3 Expanded Poratl Content
    4 Expanded Content Provided by SAP
    5 Expanded End User Content
    6 Expanded Standard Poratl Users
    7 Selected "Default Frame work Page"
    8 In that selected Top Level navigation Iview and the iveiw properties I changed the property "Number of Display Levels " to "0" and choose save
    As I have set "Number of Display Levels" to "0" I am unable to see "top level Navigation" Now,I want to change it to 2 for that I need to see the Content Administration role in the "Top Level navigation" Can anyone help me out how to enable "Top level Navigation"
    Thanks in advance

    undo the changes what you have done.
    after you logon to the portal try the url below...this should take you to content admin directly from there modify the framework page and reset the property of TLN
    http://yourserver:port/irj/servlet/prt/portal/prtroot/com.sap.portal.pagebuilder.IviewModeProxy?iview_id=pcd%3Aportal_content%2Fadministrator%2Fsuper_admin%2Fsuper_admin_role%2Fcom.sap.portal.content_administration%2Fcom.sap.portal.content_admin_ws%2Fcom.sap.portal.portal_content&iview_mode=default
    Thanks
    GLM

  • 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

  • How to enable create user option in portal under user administration?

    Hi,
    In Portal, in user administration tab, always the create user and Copy to  New user option is disabled, how can i enable those?
    -Siva

    If the AS ABAP is your datasource for your users there is NO WAY you can create users in the portal UME.
    &#9679;     If the UME has read-only access, you cannot modify user attributes stored in the ABAP system, like first name and last name. You can modify attributes stored in the UME database, like street. Even if read-only access is assigned, users can still change their own passwords.
    &#9679;     If the UME has read-write access, you can create users using the tools of the J2EE Engine. Users created in this way are stored as users in the ABAP system. Extended user data that cannot be stored in the standard ABAP user record is stored in the database of the UME.
    in the read/write access the users are created only in the ABAP side and not the java. If you have the read access you cannot create users in the abap side. hence you need the SAP_BC_JSF_COMMUNICATION role to create users in the AS ABAP.....
    Trust me .......bottomline ....you cannot create users in the JAVA UME if you have AS ABAP as your datasource !!!!
    hope this helps..
    \m/

  • Can Self-Registration be enabled using ipsadmin?

    We have a script to automate installation of the Portal Server. But we cannot find any information that would help us autotmate enabling Self-Registration. To enable Self-Registration manually -- See http://docs.iplanet.com/docs/manuals/portal/30/ag/crprtlsv.htm#13118

    You can create a script or do it in command line ...
    The iwtAuth-Menu defines a list of the auth menu's selected ..
    The attribute would like below ..
    <iwt:Att name="iwtAuth-authMenu"
    userConfigurable="true"
    >
    <Val>Membership</Val>
    </iwt:Att>
    To set the attribute, do:
    echo '<iwt:Att name="iwtAuth-authMenu"><Val>Membership</Val></iwt:Att>' | ipsadmin change domain domain_name
    HTH ..

  • Portal self registration - modifying email messages sent from database

    Hi,
    Using Self Registration feature of Portal, we need to modify the text sent to approved users by email.
    current message:
    The account that you requested at https://mysite/portal/pls/portal/ has been approved. You may now log on to the portal using the username (blaaablaa) and the password that you specified during registration.
    I need to change this to something more appropriate/user friendly
    Does anyone have experience of this? Could I use UTL_MAIL to modify these messages?
    TIA
    Kevin

    Hi
    Thought I'd give an update to this. The portal was sending from an unrecognised account on our mail server. Setting the Approvers account and page group contact email recitified this.
    Kevin

  • How can I enable self capitalization of the pronoun "I" when using my Mac Pro?

    I'm trying to see how to enable self-capitalization for the pronoun "I".  This would be helpful when starting a sentence and/or when using the pronoun within a sentence. I tried system preferences and substitutions, but that will only work with words that have more than one character.  HELP!!! Thanks!

    Go to System Preferences>Keyboard>Text. Click the "+" sign on the lower left part of the screen. Add the auto correction so when you press "i", the OS automatically changes it to "I".

  • Can't find UME Self-Registration

    Hi,
    I'm trying do configure a User Self-Registration to SAP Portal. But under
    System Administration-> System Configuration -> UME Configuration
    I cant't find the tab for it?
    I'm looking for the attribute Self-Registration?
    Thanks in advance,
    Christian

    Hi Christian Hochwald 
    plz follow below steps:
    1. goto D:\usr\sap\<Inst-ID>\JCxx\j2ee\configtool -->configtoo.bat
    ex: D:\usr\sap\J3E\JC01\j2ee\configtool -->configtoo.bat
    2.Goto cluster-data --> Global server configuration --> services --> com.sap.security.core.ume.service
    3. set below setting
    To enable Self Registration property
    ume.logon.selfreg = TRUE
    Please Reward Points;
    Thanks,
    Nagaraju

  • Self Registration without Company or Workflow approval

    Hello,
    We have NW2004s SP 10.  Is it possible to allow a very simple self registration without using Companies or Workflow approval?  The online help seems to imply that this is possible, but I've tried to configure our Portal as such but nothing shows up on our welcome page. 
    What I've done is the following:
    User Admin UI settings:
    Enable Self-Registration of Guest Users=true
    Display Contact Information Form During Self-Registration = true
    All the rest are set to false/blank or default
    Visual Admin settings:
    Server ->Service -> UME Provider -> ume.logon.selfreg = true
    Thanks,
    T

    You also need to assign the UME Action UME.Selfregister_User to the Everyone group. Use /useradmin to create a UME role called something useful and add the UME action specified.
    Now grant that role to the Everyone group.
    Cheers

  • Self Registration for UME using LDAP as the datasource

    Hi,
    Am I able to config the self registration when my UME is mapped to LDAP datasource? If yes, how am I going to do this as I'm not able to find the ume.logon.selfreg=TRUE.
    Thanks!

    Hi,
    Isn't this option there in /useradmin ? Go to http://hostname:port/useradmin and click on Configuration. Go to the tab User Admin UI and there select the option for enabling self-registration.
    Also, should be available in configtool under the core ume service.
    Regards,
    Shitij

Maybe you are looking for

  • Preview Window really laggy in PE8?

    Hi I just can't get the Preview Window to keep up. I'm looking for a setting that will reduce the resolution of the image and lower the overhead (the preview quality is very high right now, It looks as good as the final output, it used to be pretty b

  • Af:treeTable displayRowKeys issue with MDS (jdev version 11.1.1.4)

    Hi, I've an MDS enabled application, and I'm facing the below mentioned issue with setting af:treeTable displayRowKeys. Issue: I'm trying to set displayRowKeys pro-grammatically for an user scenario where I've to expand/collapse the tree table data t

  • Adobe files

    is there an app that allows you to edit or highlight text in pdf

  • Installing Weblogic server 6.1 on solaris

    Hi Iam pretty new to installing Weblogic 6.1 on solaris platform. If any one has step by step instructions of doing this please pass it on to me. Thanks in advance S Gopikrishna

  • Choose a Reminder Action in Lightning

    When I select New Event, then click Custom to setup a reminder, a window pops up and at the bottom it says "Choose a Reminder Action". This says "Show an Alert" If I click on it, there's a drop down box appear with the same "Show an Alert" message in