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.

Similar Messages

  • User Self Registration in OIM 11.1.1.3

    Hi all,
    Iam trying to register user using self registration process,the request is sent to admin(xelsysadm), i tried to accept request in admin(xelsysadm account) but the request status is showing as "Request Failed".And showing error as
    IAM-2050014:An error occurred while initiating approvals for request oracle.iam.platform.workflowservice.exception.IAMWorkflowException: Tasklist mapping failed for workflowdefinition:
    Error:default/DefaultRequestApproval!1.0 due to unable to process due to null. The corresponding error message is {1}.
    Can any help to solve the issue.
    Thanks & Regards,
    Satish
    Edited by: satish on Sep 8, 2010 3:58 PM
    Edited by: satish on Sep 11, 2010 7:16 PM

    Did you set the organization, before approving the Task. The Approver needs to specify an OIM organization in which to create a user.
    Regards,
    Sanjay Sadarangani

  • 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 !

    Hi,
    Does anyone have idea / detailed documentation of the step by step process of setting up user self registration in SAP SRM ?
    Are there better ways of automating the user creation after approval from the authorized administrators within a company ?
    Also, during implementation does anyone have a sample file which can be used to create users in SRM directly after users fill in the details for the same?
    Awaiting your replies !
    Regards,
    Rajesh Rajendran

    Hi,
    That function is available in standard.
    http://help.sap.com/saphelp_srm50/helpdata/en/c5/fa7d3cb7f58910e10000000a114084/frameset.htm
    Regards,
    Masa

  • Error after entering user self registration details

    Hello all,
    I am getting an 2 errors: after i fill the user self registration and click create.  Any advice on how i can resolve this?
    some times i get:  "Error: Structure : No agent found."
    and sometimes i get: "Error: Function call cannot be executed; parameter contains errors"
    appreciate your time and help.-  will give points
    Arpita
    Edited by: Arpita Rani on Oct 22, 2008 4:46 AM

    Pls let me kow if you have resolved the issue as am facing the same issue.
    rgds,
    Manu

  • User Self Registration Set Up

    On a windows 2000 server running Oracle 8.1.7 and Portal 3.0.8.9.8, I ran through the steps to configure the Login portlet to allow for self registration. The last step was to run selfreg.cmd. When I execute the script I get a 1step label not found. Upon inspecting the code, the label is not there. Other labels are. What do I do?

    Robert,
    In case you have not found a solution yet check out the link http://technet.oracle.com:89/ubb/Forum70/HTML/002208.html
    Sarita

  • Wireless Guest Users Self Registration

    We are looking for a solution where for guest user self registration an email will be send to the employee/network admin for approval request before providing the network access to guest users.
    Please let me know if ISE is having this feature. Also let me know the other options.

    If you want to go through the process of having a employee or "sponsor" approve the account, why not just have the person who would be the appover create the account for the guest user and cut out the middle step? This is the process we have been using and so far so good!  If abuse is a concern we try to keep tabs on that by occasionally checking the logs in ISE to see if any one user is creating many account or consistantly has an account that may be for non work related functions.

  • 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 get the dates a user has logged into the portal??

    I need to know all the times and the dates a user has loggin to the portal? Do you know any way to do this? I was trying to use "successfullogoncount" from UME_STRING of the PCD database but it doesn't say anything about the dates. I also try to use "lastsuccessfulllogon" from the sama table but, as the name says, it just give me the last date of logon... Please help!!!

    Hi Pablo,
    probably you could work with Portal activity reports.
    This can generate reports on activity in the portal, either reports on how many users were logged on to the portal or reports on the most popular pages and iViews.
    look out on this weblog at
    https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1242. [original link is broken] [original link is broken] [original link is broken]
    From this you can know which user has logged on at which date and time.
    If you are not looking for Portal activity reports try this:
    You can  get this information in the Visual Administrator of the J2EE Engine.
    Goto  Security Provider Service -> Runtime -> Login (Sessions).
    This would return a table showing the users along with the logging in start date&time, (if logged out) log out date&time, user-Ids, etc.
    Hope this helps,
    Regards,
    Uma.
    Message was edited by: Uma Thirugnanam

  • Triggering the Self-Registration of the Adapter Engine ???

    Hi,
       We have a central SLD. Also we have the SLD of XI.
       When coming to the post configuration step of "Triggering the Self-Registration of the Adapter Engine" it is said to
                   Restart the application <b>com.sap.aii.af.cpa.app</b> to trigger the SLD self-registration of the central Adapter Engine.
    1.        In which SLD should i restart it ?
    2.    if it is in XI SLD, then i can see <b>com.sap.aii.af.cpa.app</b> this under three options (EJBContainer, LogConfigurator, metamodelrepository) in the right hand pane of DEPLOY in the XI Visual Administrator.
      Request you kindly answer these questions.
    Thanks
      Sourav

    Could solve this.
       Go to Deploy option in Visual Administrator, on the right hand pane, select "Applications" radio button and you will find the com.sap.aii...., just select that stop it and again start it.
      Thats it...
      Thanks
       Sourav

  • Self-registration of the central Advanced Adapter Engine

    Hi Expert,
    We have installed netweaver PI 7.1  system, as well as done the post installation
    Now we want to restart the below mention services, But thing is that we are un able to find this services in list, can any one guide us how see this services in system
    ○       com.sap.aii.af.app
    ○       com.sap.aii.af.cpa.app
    See as per the http;//help.sap.com
    follow the below procedure
    You perform this step to trigger the self-registration of the central Advanced Adapter Engine and of the Runtime Workbench in the System Landscape Directory (SLD).
    Procedure
    Perform the following steps:
           1.      Start the SAP NetWeaver Administrator.
           2.      Choose Operation Management ® Systems ® Start & Stop ® Java EE Applications.
           3.      Stop and restart the following applications to trigger the SLD self-registration of the central Advanced Adapter Engine and the Runtime Workbench.
    ○       com.sap.aii.af.app
    ○       com.sap.aii.af.cpa.app
    ○       com.sap.xi.rwb
    please guide me to restart this services
    Thanks
    DDM

    Hi All,
    I solve this issue, I have logon by j2ee and find below mention service and restart the same
    Thanks
    DDM

  • Control the number of users logging in to the portal

    Hello,
    Is there any way to control the number of users logging in to the portal?
    Issue: We need to limit the users logging in Per Company (Access key).
    I read about the Activity Reporting in NW, and that would show us the stats, but does not let us control the logins.  I read all the forum posts on SDN about this topic, they were helpful, but none addressed our needs. 
    Has anyone implemented such functionality?  If we need a write a custom service or component to accomplish this, then which APIs should I be looking at?
    Our Portal Version: We are currently on EP6 SP2 PL 35, and in process of moving to NW.
    Any help on this would be much appreciated.
    Thanks,
    Harman

    Thanks for the replies, here's a little more info...
    We're working on project which allows a company to buy user licenses to access our portal.  So if a company has bought 5 licenses, the 6th user for that company will not be able to login.
    *Note: We treat each Access Key in the portal as a company.
    The way we determine if the user belongs to a company is by the AccessKey that is assigned to that user. We're not depending on IP addresses at all.
    Hope this clears the issue !
    I think we'll have to write some custom code to accomplish this.
    Thanks,
    harman

  • Payroll locks when user is logged into the portal

    When users are logged into the portal, and HCM runs payroll
    they call and ask the user to log out, because payroll can't run and gets hung-up.
    Seems very odd,  anyone else hear of this?
    Thanks
    Edited by: Gareth Nicholas on Jul 17, 2008 10:20 PM

    hi
    strange behaviour
    did u open oss note to sap ?
    dont forget to revert back here with the solution
    regards,
    vijay.

  • Self-registration and the WWSSO_API_USER_ADMIN package

    I am using the wwsso_api_user_admin package to build a self registration JPDK portlet for my client to be run on the Portal Welcome page and I have a few questions. Just so you know, I am using Oracle 8.1.7.1.1 and Oracle Portal 3.0.9.8.2 all running on Win 2000.
    1. The package spec ssoumgt.pks is not clear as to which warning codes and exceptions can be returned or raise from create_user. All the other procedures in that package have explicit comments about which warnings and/or exceptions can possibly occur, but create_user does not. It makes sense that it would return OK_SO_FAR and DUP_USERNAME, but are there any other return codes and/or exceptions?
    2. The package spec ssoumgt.pks also states that the create_user procedure "will raise an exception if a dupicate user is created." During my unit testing, I only recieve a DUP_USERNAME warning when I try to register a username twice. Is there a similar exception, and if so, what causes it to be raised? The phrase in the spec also makes it sound like the duplicate username is created anyway before the exception or warning is returned. I suspect that the package has change, but someone forgot to update the comments in the package spec. Can you clarify this?
    3. In Portal, under Login Server Administration, I have set the Login Server configuration to disallow passwords to be the same as the user name and required passwords to contain at least one numeric digit and one character. However, these restrictions are not enforced by the create_user procedure in the wwsso_api_user_admin package. I can even supply a NULL password and the account is created in the login server. Is this a bug or am I not getting something?
    Thanks,
    Dennis

    are you working with 9iAS portals?
    portal_sso (or portal30_sso) schema was used to be in the 9iAS system. in the 10g family, it was replaced by orasso which resides in the infrastructure db.
    AMN

  • Cisco ISE users self-registration Time Zone

    Hello, everyone!
    I'm configuring ISE Guest portal and I wonder why I need to choose time zone while in self-registration? Where is it used? And how can I disable this parameter from the self-registration page?

    Time profiles provide a way to give different levels of time access to different guest accounts. Sponsors must assign a time profile to a guest when creating an account, but they cannot make changes to the time profiles. However, you can customize them and specify which time profiles can be used by particular sponsor groups. Beginning with Cisco ISE 1.2 time profiles are referred to as the account duration in the Sponsor portal.
    Cisco ISE 1.2 includes these default time profiles, which replace the profiles available previously:
    DefaultFirstLoginEight—the account is available for 8 hours starting when the guest user first successfully connects to the Guest portal. This replaces the DefaultFirstLogin time profile.
    DefaultEightHours—the account is available for 8 hours starting when sponsors first create the account. This replaces the DefaultOneHour time profile.
    DefaultStartEnd—sponsors can specify dates and times on which to start and stop network access.

Maybe you are looking for

  • Can anyone read this Apple crash report?

    Hi everyone! My iMac's been absolutely fine since I bought it. The Lion upgrade was smooth. I upgraded on the first day Lion became available. In the past week, I keep getting every other day a progressive gray screen and a warning that the computer

  • Ajax submit failed: error =403, Forbidden, Forbidden when trying to register account

    I get: "Ajax submit failed: error =403, Forbidden" when trying to register with ePrint This question was solved. View Solution.

  • Passing values between forms!  Help please!!!!

    I'm stuck. I don't know how to pass a value from one form to the other, and automate a task. For example, I created form1 and from that form1 I want to pass a value to form2...then I want in form2 to query the form2 so it will bring up the complete r

  • Hide/show dock no longer works

    Out of the blue, the dock has gone wonky. I have always had it set to hide/show, without problems. Now mousing over the bottom of the screen doesn't bring up the dock anymore. Even CMD-OPT D doesn't make the dock show its face, so I have to leave hid

  • BC4J Passivation Mechanism

    In JDev 902, BC4J passivation mechanism is not passivating "rowsets" other than the "default" or the ones "Internally created by the framework". You may override passivate/activate VO methods to "programmatically" passivate/activate the fact that the