Reg:OIM User Self-Registration screen

I need to add ComboBox in Self-Registration screen for that i have modified FormMetadata.xml and tjspSelfRegistrationTiles.jsp page.
Now the ComboBox is created and i am able register a user using Self-Registration .
When I am logging in as xelsysadm for approving the user , i find some of the previously /default fields are missing.
I wanted to know how the combo box and these fields in the approval form are related.
when I clcik on the update button after entering the mandatory fields , Still i am getting that mandatory fields are missimg.
This is my code
FormMetadata.xml
<Attribute name="Users.TimeZone" label="global.label.timezone" displayComponentType="ComboBox" dataLength="80" map="Users.TimeZone" useInRule="true" />
<AttributeReference optional="false">Users.TimeZone</AttributeReference>
tjspSelfRegistrationTiles.jsp
<logic:equal name="field" property="type" value="ComboBox">
                                   <html:select name="selfRegistrationForm" property="<%=msName%>"
                                        styleClass="Fields">
                                        <html:option value=""></html:option>
                                        <html:option value="time1">+1.00</html:option>
                                        <html:option value="time2">+1.50</html:option>
                                        <html:option value="time3">+5.30</html:option>
                                        <html:option value="time4">-7.00</html:option>
                                   </html:select>
                              </logic:equal>

Hi,
Can you verify you see all the value on approval form mentioned in this section in FormMetaData.xml.
<!-- Definition of the form that will be displayed to the approver(s) for self-registration approval -->
Did you added new udf in this section.
If you don't see all the field in approval form do you see any error in log.Please provide above info so that we can find out the issue.
Regards
Nitesh

Similar Messages

  • 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

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

  • 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

  • E-mail pattern for self registration screen

    Hello,
    We are using WAS version 7.01 SP3 .
    We configured the UME to enable self registration.
    The generated password sent via Email and everything working correct.
    The only problem is that the user can use wrong E-mail pattern and the creation process will continue
    (User will create in the system with wrong E-mail pattern for example -  XYZ).
    When we tried to create user with wrong E-mail pattern in the standard user creation program it raised error message.
    We are using the default E-mail pattern on the Configtool.
    Is there any way to stop the self registration process if the user enter wrong E-mail pattern?
    Thanks for the help
    Nir

    Hi,
    You can try forcing the application to quit as described here:
    +To force an application to close, follow these steps:+
    +iPhone or iPod touch running iPhone OS 3.0 or later+
    +Press and hold the Sleep/Wake button until the red slider appears. When the red slider appears, release the Sleep/Wake button.+
    +Instead of dragging the red slider, press and hold the Home button for six seconds.+
    +If the device does not return to the Home screen, see the steps below to restart.+
    from: http://support.apple.com/kb/TS1445
    If the issue persists, you should try restarting before trying to reset.
    You can restart the iPhone by holding the Sleep/Wake button until the red slider appears> then slide to turn off> and turn the iPhone back on by pressing the Sleep/Wake again, as described on page 46 of the iPhone User Guide.
    http://manuals.info.apple.com/en/iPhoneUserGuide.pdf
    -Jason

  • OIM 11gR2 - Self Registration Locale and Timezone

    Hi,
    I would like to prepopulate locale (usr_locale) and timezone (usr_timezone) when a user registers using self registration. I created a PrePopulationAdapter, updated SelfCreateUserDataset.xml in MDS, registered the plugin containing the adapter, restarted OIM, purged cache.. but the adapter is not triggered.
    I did the exact same thing for the Role field (which was already using a prepopulation adapter OOTB and I changed the adapter class) and it worked fine.
    I'm wondering if those fields (usr_locale and usr_timezone) are not prepopulatable from self registration ?
    Is there another way of setting their value automatically (I mean nor the end user, nor the approver filling the field)  ?
    SelfCreateUserDataset.xml :
    <AttributeReference name="Role" attr-ref="Role" type="String" widget="dropdown" length="255" required="true" available-in-bulk="false" lookup-code="Lookup.Users.Role">
    <PrePopulationAdapter name="XnetRolePrepopulateAdapter" classname="fr.xxx.XnetRolePrepopulateAdapter"/>
    </AttributeReference>
    <AttributeReference name="usr_locale" attr-ref="usr_locale" type="String" widget="text" length="80" required="false" available-in-bulk="false">
    <PrePopulationAdapter name="XnetLocalePrepopulateAdapter" classname="fr.xxx.XnetLocalePrepopulateAdapter"/>
    </AttributeReference>
    <AttributeReference name="usr_timezone" attr-ref="usr_timezone" type="String" widget="text" length="100" required="false" available-in-bulk="false" mls="false">
    <PrePopulationAdapter name="XnetTimezonePrepopulateAdapter" classname="fr.xxx.XnetTimezonePrepopulateAdapter"/>
    </AttributeReference>
    Thank you,
    Gaël

    I think you can but that would definitely require a cutom UI using ADF. Following could be the possibility:
    - As the user is not yet logged in, so there would be no way to identify as who the user is (patient or doctor) ?
    - So you may have one field with drop-down type patient/doctor at the top, once the user selects that field, you can show different attributes there after
    - As how to do it, refer to the OIM11G documentation for customizing UI

  • AD User self-registration request workflow

    Hi Experts,
    I Am working on oracle 11G 11.1.1.5
    I have installed AD connector and things are working as expected.
    I have enabled the AD User RO for self request.
    And the self registration request is working as expected.
    In the workflow however the DefaultResource Approval and DefaultOperational Approval are getting called and teh tasks are assigned to the admin user (xelsysadm)
    Where in the system is this workflow defined?
    Is it possible to remove these approval steps completely (not auto approve)?
    I want the approval to be assigned to a New Group that i have created as AD_ADMINSITRATORS in OIM Roels.
    Will i have to write a completely new custom workflow?
    Do i have to create a new request template because right now i see the default AD User Form that the user needs to fill in for self request (with default pre-pop) and i am ok with this form for request.
    Is self -registration different from request based provisioning?
    It woulod be very helpful if someone can explain the complete process.
    Thanks and Regards,
    Kungo

    Kungo wrote:
    Hi Experts,
    I Am working on oracle 11G 11.1.1.5
    I have installed AD connector and things are working as expected.
    I have enabled the AD User RO for self request.
    And the self registration request is working as expected.
    In the workflow however the DefaultResource Approval and DefaultOperational Approval are getting called and teh tasks are assigned to the admin user (xelsysadm)
    Where in the system is this workflow defined?
    Is it possible to remove these approval steps completely (not auto approve)?NO, You need to go through these stages and auto approve is the only way.
    >
    I want the approval to be assigned to a New Group that i have created as AD_ADMINSITRATORS in OIM Roels.
    Will i have to write a completely new custom workflow?Not necessarily, modify you AD resource object and assign AD_ADMINISTRATORS as the Object Authorizer and then attach the OOTB Resource Autorizer Approval process to the template or request level or operation level policy as you want.
    Do i have to create a new request template because right now i see the default AD User Form that the user needs to fill in for self request (with default pre-pop) and i am ok with this form for request.Request template is different then the dataset (dataset is something which you see when creating a request). Template is created for permissions around attributes you want on that request and also who can create the request.
    >
    Is self -registration different from request based provisioning?Yes self registration is different than provisioning.
    >
    It woulod be very helpful if someone can explain the complete process.
    Thanks and Regards,
    Kungo

  • OIM 11g Self-registration approval process

    Hi
    I wanted an OIM self-Registration request to be auto-approved. I am using OIM11g.
    Can anyone give me the directions.
    Regards
    user12841694

    The OIM11g approval process are three levels.
    1. template level
    2. request level
    3. operational level
    Both template level and operational level can be auto approved where as the request level cannot be.
    The reason being, the self-regisistration template ships with user's organization attribue as the Approver-Only attribute indicating it should be populated only by the apporver.
    Looking for any possible options to auto approve request level also.
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14316/unauth_selfservice.htm#OMUSG3065
    Regards
    user12841694
    Edited by: user12841694 on Nov 9, 2010 10:20 PM

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

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

  • Fixing selfreg.cmd on NT (user self registration)

    Ok, still trying to get the fully authorised method of getting self registration to work on Win NT/2000.
    I've got my portal30_sso_ua schema set up. I've run in ssoumgt.pks/pkb and therefore I can also see wwsso_ls_private and granted everything as appropriate .
    I've tried to hack the selfreg.cmd file, but it still bombs out.
    Has anyone got this working yet on NT? If so, please could they send their hacked scripts (inc. supporting files) so that I can get this working.
    Cheers,
    John

    Ok, made those changes - I'd had the label in ok before but missed the $ param changes.
    Running the script gives me the following output and error.
    C:\oracle\iSuites\portal30\admin\plsql>selfreg2.cmd -s portal30
    Installing the Self-Registration Feature
    Beginning installation of Self-Registration Feature
    ...portal_schema: portal30
    ...portal_password: *************
    ...sso_uadmin_schema: portal30_SSO_UA
    ...connect_string: Connect string not defined
    ...sso_uadmin_dblink: no dblink specified for accessing User Administration
    bjects
    ...LS API: portal30_SSO_UA.wwsso_api_user_admin.create_user
    SQL*Plus: Release 8.1.7.0.0 - Production on Thu Sep 27 11:30:49 2001
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.2.1 - Production
    With the Partitioning option
    JServer Release 8.1.7.2.1 - Production
    No errors.
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY WWSEC_APP_SELF_REG:
    LINE/COL ERROR
    422/9 PLS-00201: identifier 'PORTAL30_SSO_UA.WWSSO_API_USER_ADMIN' must
    be declared
    422/9 PL/SQL: Statement ignored
    Define Self-Registration Switch in Preference Store
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.2.1 - Production
    With the Partitioning option
    JServer Release 8.1.7.2.1 - Production
    Installation of Self_Registration Feature Finished
    >>>>>>>>>>
    I have the schema PORTAL30_SSO_UA created. I have granted and created a synonym from PORTAL30_SSO.WWSSO_API_USER_ADMIN to PORTAL30_SSO_UA.
    I've even tried granting the object from PORTAL30_SSO_UA to PORTAL30 schema.
    Why doesn't it compile? What have I missed?
    Regards,
    John

  • OIM 11g self registration

    Hi,
    i have a requirement as follows
    There are 2 type of users (patient and doctor) we need to show different self registration pages to both the users.
    can we achive this requirement ? if yes how ? please let me know the steps.
    Thank you.

    I think you can but that would definitely require a cutom UI using ADF. Following could be the possibility:
    - As the user is not yet logged in, so there would be no way to identify as who the user is (patient or doctor) ?
    - So you may have one field with drop-down type patient/doctor at the top, once the user selects that field, you can show different attributes there after
    - As how to do it, refer to the OIM11G documentation for customizing UI

  • Creating Multiple User Self Registration Profiles

    Hi,
    We have a requirement where we need to have multiple self registration request templates. The organization has external contractors for which different data need to be taken. We have created multiple request templates, can anyone guide as to how i can replace the default request form with my newly created request templates.
    Thanks.
    UZ

    Hi,
    Okay problem solved. What I have done is to create the user with a standard password and then login as that user and change the password using dbms_ldap to the password they selected. I then go on and make the other changes and login to sso.
    Have tested this with the pwdMustChange option turned on and it works a treat!
    Great, thanks for the help though.

  • 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

Maybe you are looking for

  • How to setup jpeg file as background image for all site pages and resolution stay same?

    I have uploaded my new site to http://wwwtjhtestdec2012.businesscatalyst.com I have background image set the same on all site pages  but image is incorrectly zoomed way in on some pages (like Home page for example). The Donate Page shows the correct

  • Adobe Acrobat 9 Standard for the Mac?

    Okay, I apologize for what may appear to be a frightfully stupid question, but is there an Acrobat 9 Standard for the Macintosh? There appears to be support files and such for Adobe 9 Pro for the Mac available, but whenever I search for the Adobe 9 S

  • Need Service Tax Report

    Hello friends, Can any one help me in getting the service tax report as per the Indian Service Tax laws, wherein the service tax is payable on payment basis. Hope this problem exists for all sap users in India. If any code is written, please share it

  • BW-CRM: SMOREPMA table not getting updated

    Hi Gurus, We have implemented BW-CRM link to display workbooks on Mobile clients. I believe for every workbook 2 entries are added in SMOREPMA table, REPKIND = 'W' and one REPKIND = 'Q'. In our case, we got 'W' record but the REPKIND = 'Q' record is

  • TS4108 I need to back up my internet history how do I do that

    I cleared my Internet history and I want to know how to restore it