Generate User Login in "Create User" Request

Hi Guys,
I have more a problem. To create user, I am using a Request (Create User Template), I managed add the attributes that would necessary normally, but I use a Event Handler (Post-Process) to generate user login. So I marked the User Login in Attributes Restrictions, fixing an user login default for example: autogenerate.
Then I created a new request to create user, I filled out all the fields that I marked to appear. I approved this request, and the user is created with the User Login generate by my Event Handler normally. The issue is, when I create 2 create user requests, as I use a Default value in the User Login attribute, if the first request still isn't approved, the second request isn't created because the "autogenerate" user login already being used.
Exists some otherwise to I resolve this issue?
Thanks

Hi Bikash,
Use a prepopulate adapter an attribute with timestamp is nice idea, but I use the "Create User" template CreateUserDataSet.xml and not exists a form in Design Console to associate the prepopulate adapter.
I had thought in eventhundler because I use a method that check on Active Directory if the user login generated by other method, already is being used. And I use this eventhandler in HR GTC recon too.
About XL.LDAPReservationPluginImpl, I opened the oracle.iam.identity.usermgmt.impl.plugins.reservation.ReservationInOID but I not understood as use this option. If I needs add in this class my method of generate user login. If I needs implement an new class similar to this class, using my methods and associate the name of class in XL.LDAPReservationPluginImpl.
Thanks a lot

Similar Messages

  • Reports successfully execute but generate a login failed for user 'sa' err

    I am running Crystal Reports Server XI R2. Classic ASP is used to generate embedded reports within our application. The crystal reports use ODBC to connect to a SQL Server 2005 database. The reports successfully generate in our Classic ASP application. However in SQL Server 2005,  the following error messages are being generated each time a crystal report is ran:
    - Login failed for user 'sa'.
    - Error: 18456, Severity: 14, State: 8.
    We know that we are passing the correct username/password to the crystal reports, becuase they execute successfully.
    It appears that when the report is called, Crystal Reports appears to conect to SQL Server using a username/password that we didn't provide it at execution time, this fails and the SQL Server 'login failed for user' is generated. Then it runs the report using the username/password we provide and it successfully generates a report.
    I have ran Profiler against the SQL Server Database and the 'Login failed for user 'sa' ' errors have a ApplicationName of either 'Seagate Crystal Reports' or 'Crystal Reports'. Therefore I know it is Crystal Reports generating these errors in SQL Server.
    Does anyone have any ideas on how to stop these SQL Server 'Login failed for user 'sa' ' errors being generated?

    What happens if you use Profiler when running the report using Crystal Report Designer?
    If the report is ran through Crystal Report Designer, NO 'Login failed for user' error messages appear in profiler. Everything looks ok when ran in Designer.
    Also, need to know what patch level you are on?
    We are running Crystal Reports Server XI Release 2, Version: 11.5.8.8265
    No additional patchs have been applied since Crystal Reports Server was installed.
    We may try the SA account if one of the connections fail to log on with the credentials you provided. Verify the user you logged on with has rights to all tables.
    The reports were running through our application using the SA account. The SA account has permissions to these tables. The reports do generate results and appear perfectly fine in the application.  The issue is that when our application requests the report from Crystal Reports Server. Crystal Reports Server delivers the correct report to our application. However during the process to generate the report, 'login failed for user 'sa' ' errors are being generated in SQL Server 2005.
    Also, I have tried creating a completely new SQL user called 'crystaluser'. I ran the report using Crystal Report Designer and used the crystaluser logon and saved the report. Then I ran the same report through our application. SQL Profiler will then display 'login failed for user 'crystaluser''. 
    Its seems as though Crystal Reports Server is first executing the report using the default SQL user saved with the report, but is either sending a blank password or no password at all. This generates the 'login failed for user' in SQL Server 2005. But it then uses the SQL username/password my application gives it and successfully generates the report. Of course this is only speculation.

  • Concurrent user logins using same user ID- Is it Possible?

    Hi Experts,
    I want to know how can I make the configuration for user ID in SAP to login in to the system at once through different machings. Basically concurrent user logins using same user ID.
    Is this is possible?  whats the configuaration? Am I violating any SAP license policies?
    Please help me with this.

    just for the knowledge, it is possible and via following parameter
    login/disable_multi_gui_login
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/41c43ac23cef2fe10000000a114084/content.htm
    However, it is not permitted to use in Production at all. But sometimes, only in critical situations, for eg. we have only a few basis IDs and some maintenance task is to be carried out involving more resources, multiple gui login can be utilized in sandbox to for that ID.
    But, it is for sure that, USMM report will be sent to SAP for the sandbox too. So client is subjectable. If you, as a basis guy, are going to try it, then please do it only after the confirmation from the client and only if client needs it.

  • Error in the ISA User Admin to create users

    Hi all
    i am not able to create the users thru the ISA user admin. while creating the user for new contact persons we are getting the error as " User Does not Exist" and also while creating the user for existing contact persons we are getting error as " User already Exists". in our project landscape CUA also part along with CRM and Portal. i am not able to find out from where exactly we are getting the error either from CRM side or else from CUA side.
    Regards
    suresh babu

    Hi,
    You can open any process in an iview which is assigned to a page and to a role. Once you click on this role, the process will get initiated and the webdynpro application will be displayed.
    If you open the instantiating url, it will ask for the input parameters that are to be passed to the application and initiates the application. It does not display your webdynpro page.
    For the iview you have created, Assign this iview to a page, and then assign it to a role. Assign the role to your user id and then open the role. Also mention in the iview parameters if any role based information has to be passed.
    Award points if helpful.
    Regards,
    Sujana

  • Logging correct user name when creating users

    I wrote a function that creates users through a portlet in version 3.0.9.8.4 It works fine except for logging who created the user. The schema where the functions and procedures are used gets updated in the wwsec_person$.created_by_dbuser field. The created_by field comes up as 'PUBLIC'. How can this field be updated through an API. The add_portal_user procedure has a p_db_user parameter, but that doesn't appear to work; whatever I put in that field doesn't show up anywhere.
    How can I pass the user_name who's creating the user in my function so it updates the wwsec_person$.created_by field? Or please tell me if it can't be done; then what does the add_portal_user.p_db_user param do anyway?
    Thanks,
    Rick

    Hi,
    Every portal user is mapped to a DB schema. Many portal users can be mapped to one DB schema. The p_db_user is the name of the DB schema. The portal user has the DB privileges of the p_db_user or DB schema. The created_by is automatically taken to be the DB schema of the portal user logging in.
    Thanks,
    Sharmila

  • Add user validation in create user form during Configure User Object Classe

    Hi friends,
    I like to add a user validation code (javaScript or PL/SQL) into create user form during Configure User Object Classes.
    Is any way to pick user information and role assignment for validation in Portal side?
    or pre event in OID provisioning befor loading LDAP?
    We like to make a rols assignment validation. But portal does not have this function.
    TOM, Any suggestion?
    Thanks!!

    after study, portal form --LOVGroupSearch take a  role search and display user name  for select role.
    Who know we are can find system object LOVGroupSearch in portal or OID?
    the source SCR as /oiddas/ui/oracle/ldap/das/search/LOVGroupSearch?title=Role%3Fredirect=/oiddas/ui/oracle/ldap/das/search/LOVGroupSearch%3Ftitle=Role
    When we search a role and added it. selected role appears in form Search and Select:.
    When click role name in Search and Select form. system will display Group Members and group owner.
    Who can find behind codes for this form or samilar pl/sql codes?
    Thanks!!

  • Change label of Standard user attributes in Create user page

    Hi,
    Can any one tell me where I must change labels names for standard attributes like "Form of address" and "Position"
    in the Portal.
    Please, I am aware of adding custom attributes. I do not need Information on that.I need to rename only standard labels. So the method getSalutation() UME API will return values for the new label (used in place of the old label"Form of address"). "datasource configuration database only.xml" does not have any fields where I can edit this Information. Can this be done anywhere in Portal Content translation.
    I have seen an existing scenario,where this was implemented. Can you provide information ,As I am not sure how exactly this was done.There does not seem to be any major modification on the useradministration par file either. Where should I modify.
    Regards,
    Harish
    (helpful answers will be suitably rewarded)

    Hi,
    1.Get com.sap.portal.usermanagement.admin.par.bak from PCD .
    2.Rename com.sap.portal.usermanagement.admin.par.bak  to com.sap.portal.usermanagement.admin.par
    3.Create a project from com.sap.portal.usermanagement.admin.par
    The form labels are defined in the property file adminlabels_*.properties within the umeuseradminbase.jar. umeuseradminbase.jar resides in Portal-inf/lib folder.
    4. change the values for the required key.
    5. deploy the file with the name com.sap.portal.usermanagement.admin.par.
    6. restart the server
    Please refer this thread for more.
    how to change the text "form of address" while Create User in EP6.0??
    Regards
    Ganesan S

  • Changing user login in single user mode?

    Hi my computer (server10.3) is no longer booting up (stops at the blue screen just before the login).
    only 2 things have changed since last time restarted
    1) changed user login in in the prefs to automatic as my name
    2) installed a security update
    I am wondering - if I can get into single user mode - whether i can change or force the login details
    thanks

    Hi John,
       You can get into single user mode by depressing <Command>-s after the chime and holding it until you're in single user mode. Once you get there, I recommend that you run the following:
    /sbin/mount -uw /
    /usr/sbin/diskutil repairPermissions /
    Repairing permissions is the classic first thing to do when you have problems after an update. After that, if we can help it will depend on your posting the error messages that are printed to screen before the login. If they get scrolled off the screen, you should be able to get them again with the command "dmesg".
    Gary
    ~~~~
       The system was down for backups from 5am to 10am
       last Saturday.

  • How To create custom login and create user pages

    Where can I find documentation that discusses how I can create a custom login page and create new user page?
    Also, I cannot find how to get away from the default login page.
    I am using 9iAS/Portal R2.
    Bill G...

    Well - I did find some docs;
    Chapter 8 of the Oracle9 iAS Single Sign-On.pdf file titled "Customizing the Single Sign-On Interface" has some good info but I'm wondering about the "create new user part".
    Bill G...

  • How to get back to default user login from 'switch user' screen

    Hi
    I have a macbook air and mistakenly pressed 'switch user' from the login screen. Now I am stuck on a different login screen with now option to go back to the main / usual one?
    Is there a keyboard shortcut or something to go back? The only option I have are to 'sleep' 'restart' or 'shutdown' and I don't want those because of unsaved work?!
    Thanks

    Hi Aritra,
    Just have a look at the report RSUSR200. This report is part of the AIS (Audit Information System) and will report users who have not logged on for a specified period of time.
    Also have a look at the report RSUSR000.
    You can even find out more reports from SE38 searching for RSUS* & then click f4.
    You can get the names of the tables & the flow if you go through these programs.
    Regards
    Abhii

  • Disable multiple users login with single user id

    hi,
    I have a problem. I give a single user id to a  person and many people login to the server from different computers through that id.
    Please tell me how to block that only one user can login with a particular id at a particular time

    Hi Balaji,
    To disable multiple logins add parameter login/disable_multi_gui_login = 1 using RZ10
    Hope this help!
    Juan
    Please reward with points if helpful

  • Change to new user/login as new user

    btartsa has given me a user account so I can save my own files on his computer. I'm still so new to linux that i can't even login to my own account, I do know how to change directories and surf around within an account, but this is useless to me as btartsa doesn't have permission to access the files on my account.

    Run "su username" (if I get what you want).

  • Set "Contractual User Type" when creating user in AS ABAP

    Hello
    For our productive landscape we use "mySAP ESS" user-types, see "Licence Data" in SU01 or table TUTYP.
    In IdM 7.1 SP3 I have not seen any option for reading or setting these kind of values.
    Is there any way to use this parameter in IdM? How?
    Will it be implemented in future releases?
    Regards
    Michael

    Hi Michael,
    The connector supports this setting:
    Just uppdate the configuration with these attributes, and valid values.
    (This sample is from a toSAP-pass)
    # UClassLicType                  %MX_LICENSEDATA_LIC_TYPE%
    # UClassSpecVers                 %MX_LICENSEDATA_SPEC_VERS%
    # UClassCountrySurcharge         %MX_LICENSEDATA_COUNTRY_SURCHARGE%
    # UClassSubstituteFrom           %MX_LICENSEDATA_SUBSTITUTE_FROM%
    # UClassSubstituteUntil          %MX_LICENSEDATA_SUBSTITUTE_UNTIL%
    # UClassSysid                    %MX_LICENSEDATA_SYSID%
    # UClassClient                   %MX_LICENSEDATA_CLIENT%
    # UClassBnameChargeable          %MX_LICENSEDATA_BNAME_CHARGEABLE%
    Best Regards,
    Matt

  • Users stuck with Create User 'provisioning' status

    Gurus
    I have a simple GTC connector which pushes users via SPML to a webservice
    sometimes some of the users got stuck with 'provisioning' status
    The form is pretty straightforward
    Userid
    Container
    objectclass
    If I manually retry the task it succeeds
    How do I trigger automatic retry (i have more than 12000 users)?
    oimlove
    Edited by: user12269871 on May 11, 2010 1:33 AM
    Edited by: user12269871 on May 11, 2010 1:33 AM

    Thank you
    Problem was solved.

  • Stuck on "Select Users" on Target Selection when creating a request

    Hey guys,
    I created a custom request template based off of the "Modify Self Profile" template. When a user tries to create a request based off that template, OIM Self Service asks to "Select Users" on the Target Selection step.
    Unfortunately, No users are available to select. And I really only want to modify the logged in user anyway.
    Any thoughts?
    Thanks.
    Edited by: 951612 on Aug 17, 2012 1:01 PM

    Shira,
    Sorry, just re-read your post. Am I correct in thinking that you want to use the Controllers assigned within SPM to act as the approvers in CUP?
    If so, what support pack version are you on as I believe that this only works in SP08 due to a technical bug. This also impacts the SPM Owners acting as approvers.
    You may also wish to check the connectors and authorisations of the connector IDs as without being able to read the tables, the approvers may not be found.
    Simon
    Edited by: Simon P Persin on Nov 16, 2009 4:37 PM

Maybe you are looking for

  • Path Stroke not working properly CS6?

    Hello, I am using a work path in Photoshop CS6 with maybe 2-300 unique lines. The issue is that when I attempt to stroke the path, only about 80% of the lines get stroked, and some are incomplete or are a slightly different (thinner) width. Here is w

  • First time plugging in External for TM?

    Can you please tell me how I partition the External HD before I plug in the MBP. It's a 500gb with a Firewire port 800 and 400, should I use this instead of the USB, and on a first connect will it be a lot quicker? And which one, 800 or 400? MBP 2011

  • Invoice creation in REFX

    Dear Friends, After Contract activation in REFX, I tried to create Invoice. But it shows the following error: No invoices could be created, see log Message no. RERAIV007 kindly help me to create Invoice in REFX Regards, V.Elango

  • Add step module time in report document

    Hi All, I use sequence editor TS 2013 How can I add the module time value of the step on the report jdocument? Tnx,

  • Invoice Posting with two accounting documents for Service PO

    Hi Gurus, We have created one service (GR based Invoice verification) PO for which we have assigned a costcenter which has been created for different company code(rather than what company code we have mentioned in PO). Now during Invoice creation out