User Management In Forms

Hi,
here's the scenario:
what i would like to do is allow multiple users (up to 100) to log on to the database through my Form but none of them should have/know the actual database user_name-pass_word.
To elaborate, I want to restrict them to the functions made available to them through the Form, because, if they knew the actual database user_name-password they could log-on to the database from another client such as SQL Plus and perform unauthorized functions.
So, what are the solutions available; even a few lines or a even a few keywords would be very helpful.
My Form Builder details:
Forms [32 Bit] Version 6.0.8.8.0 (Production)
Oracle Toolkit Version 6.0.5.34.1 (Production)
PL/SQL Version 8.0.6.0.0 (Production)
Database details:
Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
Thank You.

Hi,
Your question does very much look like this one:
Hide username/password
So, as stated in this thread: create an on-logon trigger and work with the built-in 'logon'.
Good luck!
Lennart de Vos

Similar Messages

  • Roles appearing in User managment but not in Users Form

    I have used the WF_LOCAL_SYNCH.propagateUserRole API to add roles to new and existing users in our production instance. That seemed to go well.
    When I view that user through the user management screen I see that he has the role assigned to them. Yet when he logs on he cannot see the role. When I view the user through the user form the indirect responsibility is not showing up.
    We have run the Workflow Directory Services User/Role Validation against the user with the following parameters:
    p_BatchSize – 10000 (Default Value 10000)
    p_Check_Dangling – Yes (Default value No)
    Add missing user/role assignments – Yes (Default Value No)
    Update WHO columns in WF tables – No (Default Value No)
    That has worked for some people but not all.
    Does anyone know what is going on or how to fix this?

    this you can find in Web console
    configuration>>user configuration>>action>>attributes
    I am able to add attribute but not able to make field as mandatory,while creating attribute we are not getting option like that you want this field mandatory or not but while modifying the attribute we are getting option like required field radio button if i select that i am getting error "you cant change an attribute to required unless all the user have value for this field"

  • From Forms Product Management - How many users can my Forms App run??

    A question we often receive on the OTN list is how may users can
    your Forms application cope with? - To help you plan and
    understand how a Forms application scales, we have completed a
    new white paper called "Oracle Forms Services Release 6i Capacity
    Planning Guide". Please go to
    http://otn.oracle.com/products/forms/pdf/6iscalability.pdf.
    In this paper we discuss how you can load test your application,
    how to design realistic scenarios and documents Oracle's own
    scalability testing of Oracle Forms.
    This paper is a valuable source of information for those decision
    makers who need to deploy performant and scalable Forms
    applications.
    Regards
    Grant Ronald
    Forms Product Management

    This is a very useful piece of information however the link
    terminated with a period and a space which allow browsers to
    display error page, to view this document remove the trailing
    space and period or click the corrected link below.
    Thanks you Oracle Forms Group!!!
    http://otn.oracle.com/products/forms/pdf/6iscalability.pdf

  • MS SQL DB User Management Connector Unable to Select Multiple Server

    Hi,
    We are trying to connect to multiple server using MS SQL DB user management connector but receive the error below when selecting server.
    <Sep 3, 2012 4:28:59 PM MYT> <Error> <XELLERATE.APIS> <BEA-000000> <Class/Method: tcLookupOperationsBean/getLookupValuesForColumnFilteredData encounter some problems: Lookup.PDBUM.MSSQL.DBNamesis not a valid form field>
    Running InitUtil
    Running ExecuteStoredProcForAuthTypeUser
    Running SetProcessFormData
    <Sep 3, 2012 4:30:13 PM MYT> <Error> <XELLERATE.ADAPTERS> <BEA-000000> <Class/Method: tcAdpEvent/verifyServer encounter some problems: IT Resource Type mismatch found for Adapter variable MSSQL_ITRVerify that IT Resource selected on Process Form matches IT Resource type selected for variable>
    Running InitUtil
    Running ExecuteStoredProcForAuthTypeUser
    Running SetProcessFormData
    Running COMBINENAMEWITHSUFFIXPA
    Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    Running COMBINENAMEWITHSUFFIXPA
    Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    Running InitUtil
    Running ExecuteStoredProcForAuthTypeUser
    Running SetProcessFormData
    <Sep 3, 2012 4:33:13 PM MYT> <Error> <XELLERATE.ADAPTERS> <BEA-000000> <Class/Method: tcAdpEvent/verifyServer encounter some problems: Could not determine IT Resource Key for variable MSSQL_ITR>
    delete mds name:/db/MSSQL DB User Privilege Login Requestrecon.profile
    Unable to delete profile with mds name:/db/MSSQL DB User Privilege Login Requestrecon.profile
    <Sep 3, 2012 4:33:43 PM MYT> <Warning> <Socket> <BEA-000450> <Socket 8 internal data record unavailable (probable closure due idle timeout), event received 17>
    <Sep 3, 2012 4:33:48 PM MYT> <Warning> <Socket> <BEA-000450> <Socket 4 internal data record unavailable (probable closure due idle timeout), event received 17>
    MS SQL DB connector version is 9.1.0.4
    Any ideas on this error above?
    Thank you.
    Edited by: 950985 on Aug 17, 2012 12:21 AM

    verify lookup : Lookup.DBUM.MSSQL.Configuration and provide the required information (eg: provide query property file)
    --nayan                                                                                                                                                                                                                                                                   

  • Using Jackrabbit User Manager programmatically for changing passwords and getting user data.

    I am trying to do a change password request using the Jackrabbit User Manager with the REST URL /system/userManager/user/<username>.changePassword.json.  The problem I am having is that this request requires an oldPwd form param in the request.  The issue is that when I am trying to do this request it is in response to the user selecting "Forgot Password" so our logic has created a random password which we then email to the user so they can use that the next time they want to login.  We need to change that user's password in CRX so they can log in using it next time.  Since they haven't logged in there is no session, NOT the problem.  THE PROBLEMS, I don't know 1. how to use the userManager to get that user's old password, since /system/userManager/user/<username>.json doesn't appear to return the password and 2. if I could get the old password it most certainly will be encoded, some how, so I will need some decoding algorithm to pass it through in order to get the actual password to set as the oldPwd form param to my change password request.  Please let me know if you require any further explanation.  Any assistance would be greatly appreciated.  Thank you, in advance, for your assistance.
    Sincerely,
    Mike Sucena
    [email protected]

    Hi Mike,
    msucena wrote:
    Justin:
    Does your response mean that until version 2.1.2 of Jackrabbit User Manager is released I cannot change the password without knowing the old password?
    No. It means that this feature is not available in version 2.1.0 of the Sling Jackrabbit User Manager bundle. It was added after that release. You have a number of options:
    Build the bundle from source.
    Use one of the SNAPSHOT bundles available from the Apache Snapshots repository.
    Use the release which is being voted upon now (https://repository.apache.org/content/repositories/orgapachesling-175/org/apache/sling/org .apache.sling.jcr.jackrabbit.usermanager/2.2.0/). (Note - we decided to use 2.2.0 as the version number rather than 2.1.2 as originally planned due to the scope of this release).
    Write a different servlet which performs the same actions.
    Meaning that being able to use either the credentials of the "Admin" user or using the credentials of a member of the "UserAdmin" group is not supported in the current released version 2.1.0?
    Correct. It was added after the 2.1.0 release.
      If I currently need the old password is there any Sling REST - Jackrabbit API call I can use in order to get the old password since using /system/userManager/user/<username>.json doesn't appear to return the password?
    -Mike
    The plain text password is not stored. And this should be considered a good thing.
    If you have questions about the development process we follow in Sling (or at Apache as a whole), by all means ask on the Sling users mailing list. It is reasonably well-established and we love to talk about it.

  • Supplier User Management- Register Supplier User

    Supplier User Management > Register Supplier User
    I do this on the form and it sets up a supplier user with no problem. It even sets up the securing attribute for the user with the iSupplier Portal id.
    Is there a way to do this registering on the backend? An API I don't know about? Or some other way to do this?
    Thanks

    Not sure about APIsor WFlows, but I did some work on iSupplier a while ago, and found this SQL useful.
    #       iSUPPLIER APPS.PO_SUPPLIER_USERS_V VIEW
            GENERATES LIST OF iSUPPLIER USERS
            LINKED TO SUPPLIER TABLES
    SELECT *
      FROM apps.po_supplier_users_v;
    #        iSUPPLIER EXTERNAL SUPPLIER REGISTRATIONS
    SELECT   *
        FROM pos.pos_supplier_registrations psr
    ORDER BY psr.creation_date DESC;
    #        iSUPPLIER FND REGISTRATIONS
    SELECT fr.registration_id
         , fr.creation_date
         , DECODE(
              fr.registration_type
            , 'POS_REG', 'BY_CCC'
            , 'POS_SUPP_REG', 'ONLINE'
           ) status
         , fr.registration_status
         , fr.user_title
         , fr.first_name
         , fr.middle_name
         , fr.last_name
         , fr.email
         , fr.phone
         , fr.requested_user_name
      FROM apps.fnd_registrations fr;
    #        iSUPPLIER PRODUCTS AND SERVICES
    SELECT *
      FROM apps.pos_sup_products_services psps
         , apps.fnd_lookup_values_vl
    WHERE psps.vendor_id = '65352'
       AND fnd_lookup_values_vl.lookup_type = 'POS_SUP_PROD_SVC_STATUS'
       AND fnd_lookup_values_vl.lookup_code = psps.status
       AND fnd_lookup_values_vl.enabled_flag = 'Y'
       AND fnd_lookup_values_vl.start_date_active &lt; SYSDATE
       AND (
               fnd_lookup_values_vl.end_date_active IS NULL
            OR fnd_lookup_values_vl.end_date_active &gt; SYSDATE
    #        iSUPPLIER BANK ACCOUNT CHECKING
    SELECT   psbar.creation_date
           , psbar.request_status
           , fu.description supplier_user
           , fu.user_name supplier_username
           , pv.vendor_name supplier
           , psbar.last_update_date
           , fu2.user_name last_updated_by_userid
           , fu2.description last_updated_by_name
           , psbar.bank_name
           , psbar.bank_number
           , psbar.bank_branch_name
           , psbar.bank_branch_number
           , psbar.bank_branch_type
           , psbar.bank_account_name
           , psbar.bank_account_number
           , psbar.account_description
           , psbar.account_type
           , psbar.account_holder_name
           , psbar.notes_from_supplier
           , psbar.notes_from_buyer
           , psbar.address_line1
           , psbar.address_line2
           , psbar.address_line3
           , psbar.address_line4
           , psbar.city
           , psbar.county
           , psbar.state
           , psbar.zip
        FROM pos.pos_sup_bank_account_requests psbar
           , applsys.fnd_user fu
           , applsys.fnd_user fu2
           , po.po_vendors pv
       WHERE psbar.created_by = fu.user_id
         AND psbar.last_updated_by = fu2.user_id
         AND psbar.vendor_id = pv.vendor_id
         AND pvsa.purchasing_site_flag = 'Y'
    ORDER BY 1 DESC;
    #       iSUPPLIER APPS.PO_SUPPLIER_USERS_V VIEW
            GENERATES LIST OF iSUPPLIER USERS
            LINKED TO SUPPLIER TABLES
    SELECT   fnd_user.user_name user_name
           , fnd_user.creation_date user_creation_date
           , fnd_user.last_logon_date
           , po_vendors.vendor_name supplier
           , po_vendors.vendor_id supplier_id
              user_parties.person_first_name || ' '
              || user_parties.person_last_name
             ) user_party_full_name
           , user_parties.email_address
        FROM apps.fnd_user
           , apps.hz_parties user_parties
           , apps.hz_parties company_parties
           , apps.po_vendors
           , apps.hz_relationships vendor_relationship
           , apps.hz_relationships employment_relationship
       WHERE fnd_user.person_party_id = user_parties.party_id
         AND employment_relationship.object_id = company_parties.party_id
         AND employment_relationship.subject_id = user_parties.party_id
         AND employment_relationship.relationship_type = 'POS_EMPLOYMENT'
         AND employment_relationship.relationship_code = 'EMPLOYEE_OF'
         AND employment_relationship.start_date &lt;= SYSDATE
         AND employment_relationship.end_date &gt;= SYSDATE
         AND vendor_relationship.object_id = po_vendors.vendor_id
         AND vendor_relationship.subject_id = company_parties.party_id
         AND vendor_relationship.relationship_type = 'POS_VENDOR_PARTY'
         AND vendor_relationship.relationship_code = 'PARTY_OF_VENDOR'
         AND vendor_relationship.start_date &lt;= SYSDATE
         AND vendor_relationship.end_date &gt;= SYSDATE
         AND fnd_user.last_logon_date IS NOT NULL
    ORDER BY 2 DESC;
    #        iSUPPLIER SPECIFIC PROFILES
    SELECT DECODE(
              fpov.level_id
            , 10001, 'Site'
            , 10002, 'Application'
            , 10003, 'Responsibility'
            , 10004, 'User'
            , NULL, 'Not Set'
           ) profile_level
         , mw_level_values.mw_set_against set_against_id
         , fu.description person
         , fpot.user_profile_option_name
         , fpot.description
         , fpo.profile_option_name
         , fpov.profile_option_value
         , fpov.last_update_date
         , fpov.last_updated_by
      FROM applsys.fnd_profile_option_values fpov
         , applsys.fnd_profile_options fpo
         , applsys.fnd_profile_options_tl fpot
         , applsys.fnd_user fu
         -- TABLE BELOW GROUPS ALL DATA INTO A BIG UNION FOR USE LATER ON
         -- ALL RESPS, ALL APPLICATIONS, AND ALL USERS
    ,      (SELECT '10001 0' mw_level_id
                 , 'Set at Site Level' mw_set_against
              FROM DUAL
            UNION
            SELECT '10002 ' || fat.application_id
                 , fat.application_name
              FROM applsys.fnd_application_tl fat
            UNION
            SELECT '10003 ' || frt.responsibility_id
                 , frt.responsibility_name
              FROM applsys.fnd_responsibility_tl frt
            UNION
            SELECT '10004 ' || fu.user_id
                 , fu.user_name
              FROM applsys.fnd_user fu) mw_level_values
    WHERE fpo.profile_option_id = fpov.profile_option_id(+)
       AND fpot.profile_option_name = fpo.profile_option_name
       AND fpov.level_id || ' ' || fpov.level_value = mw_level_values.mw_level_id(+)
       AND mw_level_values.mw_set_against = fu.user_name(+)
       AND fpo.end_date_active IS NULL
    --   AND LOWER(mw_level_values.mw_set_against) LIKE
    --                           '%ccc internet procurement catalog administration%'
    --   AND LOWER(fpov.profile_option_value) LIKE '%gov%'
    --   AND LOWER(fpot.user_profile_option_name) LIKE '%one%time%'
    --   AND fpot.profile_option_name LIKE '%FND_OA_ENABLE_DEFAULTS%'
       AND fpot.user_profile_option_name IN
              ('POS: External Responsibility Flag', 'Apps Servlet Agent'
             , 'Application Framework Agent', 'Applications Servlet Agent'
             , 'Applications JSP Agent', 'Applications Web Agent'
             , 'Default Country', 'Node Trust Level', 'HZ: Generate Party Number'
             , 'Applications Portal Logout', 'GUEST_USER_PWD'
             , 'iSP Default Responsibility For External User'
             , 'POS: Allow Invoice Backdating'
             , 'POS: Default Responsibility for Newly Registered Supplier Users'
             , 'PON: External Application Framework Agent', 'POS: External URL'
             , 'Sourcing Default Responsibility For External User'
             , 'Responsibility Trust Level', 'Default Country'
             , 'GL Set of Books Name', 'Applications Portal Logout');

  • PeopleSoft User Management not reconciling properly

    Hello,
    This is a follow up to a problem that is solved here : Re: Reconciliation Rule based on arbitrary field
    We are reconciling employees form PeopleSoft with the Employee Reconciliation connector. By default, the connector maps EMPLID to the OIM User ID. That is not what we want, so we have mapped the EMPLID to the OIM Employee Number field. As a result, the User ID is automatically generated by OIM. That is fine since we want to retrieve the User ID from PeopleSoft with the User Management connector.
    Now, we have modified the User Management reconciliation rule so that "Employee Number Equals Employee ID" and we have created a new reconciliation profile. When we receive a USER_PROFILE message from PeopleSoft, the connector still seems to be trying to match the User ID from the message to the User ID in OIM. If we manually set the User ID of the subject in OIM to the one we expect to receive in the USER_PROFILE, a new user is created and associated with the existing OIM subject. If we do not manually change the User ID in OIM, we get an error saying that no user match was found.
    Has anyone experimented with the reconciliation rule of the PeopleSoft User Management connector?
    Thanks,
    --jtellier                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Yes, I'm using both Employee Reconciliation and User Management. When creating the reconciliation profile, I see no errors in the logs. I've also tried clicking the Create button multiple times. I've tried adding the Employee Number as one of the key fields but it did not help.
    I've just tried modifying the Reconciliation Action Rule, but I've got a problem. For the "No Matches Found" Role Condition, I can only set the "None" Rule Action. I've deleted the condition and tried adding it again, but I can't even set the action that used to be there. It used to be "Assign to administrator with least load" but now, the only action in the drop-down is "None".
    Thanks,
    --jtellier
    Edited by: jtellier on Dec 12, 2012 9:30 AM

  • Sequence of users in one form?

    Given that the EULA states we can have up to 500 unique users submitting a populated form - what happens if a user completes it partially, then sends it to another user who finishes it and submits - does that count as two users when the form is submitted?
    The context: we have a work request form, whose first page is filled out by a requestor, then the form is forwarded to a manager who submits it.

    Hi Aayush,
    Thanks for the helpful tips. However, I tried to apply the same technique to LC ES version and it does not seem to like the part of concatenate the email and the process keep stalling with the below error.
    [5/1/13 14:50:05:761 CDT] 0000017e AWS           E com.adobe.workflow.engine.ProcessEngineBMTBean stallAction stalling action-instance: 130789 with message: Expected one of '.', '..', '@', '*', <QName>: org.jaxen.XPathSyntaxException: Expected one of '.', '..', '@', '*', <QName>
    Can you provide some more advises.
    Thanks,
    HD

  • User Management (for dummies?)

    reposting from a different forum...
    I'm trying to use User Management and my head hurts...
    ...I'm on 11.5.10.2 ATG RUP5 and I've tried to connect all the dots referencing the User Management Admin Guide. I'm trying to create a role that I could grant to an apps user, allowing the user to grant a subset of possible responsibilities to other users - essentially a delegated user admin, as I understand it. I get close, but I'm always off - either I can't limit the role to just the single 'Search/Edit Users' functions, or I can't get any menu functions to display, or something else. <cry>
    In one place, the Admin Guide gives steps for defining user administration privileges for roles; in another place, it talks about role inheritance hierarchies; in another place, separating navigation menus and access control. Via the forms interface, I tried looking at the definition of the menu 'User Management: Top Level Menu' -- it seems to contain submenus that contain redundant submenus. Once again, a bit confusing to me. For example, what do I keep / delete when I only want a delegated user admin responsibility to have an HTML navigation with just 1 subtab for 'users'? Do I use this menu and prevent access to the other 'tabs' or functions by a security policy or do I need to build a new menu?
    I'm thinking the seeded roles have all the components needed (functions, security policies, menu navigations, etc.) to demonstrate an integrated example -- but I haven't been able to put it all together.
    Could someone help with a clear, simple, example?

    Hello,
    In one place, the Admin Guide gives steps for defining user administration >privileges for roles; in another place, it talks about role inheritance hierarchies; >in another place, separating navigation menus and access control.
    Could someone help with a clear, simple, example? I am working on something relative maybe helpful in which it has decided to make delegate administrators (local administrators) the departmental heads but obviously training them might be a different story.
    Normally not many new menus are used as there are many seeded menus that can be used instead atleast in my case it has been. Instead of creating new meuns trying altering the current ones.
    Try to understand role inheritance hierarchies as follows there are two roles sales person and a sales manager (this is a simple example), sales manager being the higher role will have (all functions, security policies, menu navigations, etc) of the role sales person. Mangement of users can be much easier.
    Normally using on exclusions of functions works for me. Please ask if there any confusions or doubts?
    Adith

  • OIM 11gR2 Change default query on users manager field

    Hi, we are trying to change the default behaviour of users manager field.
    When a user is creating another user on OIM, he should only be able to select a particular type of users. So we would want to filter manager field based on a particular user role. For example: just show employees.
    At this point, we have checked User.xml searching for the associated query, we have tried to edit inputListOfValues for Manager on Create User form,... but still no idea on how this could be done.
    Could anyone point us on the rigth direction on how to achieve this?
    Thanks in advance!

    Karthik Perath
    Thanks for the answer....... but I guess you misread the question.  I am able to add new fields as columns to the search results table.  My problem is I want to add the searchable field to the query form.  Also, I do not want to use the Add Fields button (because that is a part of Saved Search which is Personalization and limited only to the creator) , I want the newly added searchable field. for example Employee Number ( which is not there by default)  to be made available to all the end users of Identity Self Service system..... Hope you got the problem... 

  • SAP Security User Accountable Web Form

    We are in process of creating users into SAP System. We have created a form where power users can fill it out their information with thier access they need and superviser can approved it. After that they will send that form to the security person.
    When that person leaves, supervisor has to send an another form again.
    Is there anyway we can automate this process through SAP?
    Thanks.

    Hello Krishna,
    have a look at this Weblog: <a href="/people/john.astill/blog/2005/07/21/php-user-management-part-1 User Management Part 1</a>. It lists all the required BAPI's. Could be a starting point.
    Regards
    Gregor

  • User Management Service Item in Cisco Portal

    Hello,
    I am right now using the CIAC portal to perform simple tasks on my infrastructure and I would like to be able to add a user to a given group in AD.
    I have done the TEO process (with group and user parameters) and it works.
    I have done the service request (with the form, the fields, the category, etc.) and I can fill it.
    But I cannot figure out how to integrate these both elements through service link, with an agent and adapters.
    Does somebody knows how to do it? Or where I can find some step by step information to do it?
    Thanks by advance

    Hey David,
    I must have misunderstood your question as I thought you couldn't "...figure out how to integrate these both elements through service link, with an agent and adapters." - Starter Edition has a reusable approach.
    I'm interested in understanding where the user management features of Starter Edition aren't quite making your grade. The requirements driving Starter Edition's feature set are as they pertain to the enterprise as a private cloud deployment. Given this environment, the two primary deployment scenarios SE addresses are 1) no external user account data source (no directory integration), 2) external data source integration using one of the three types of directory servers supported by Cloud Portal. Scenario 2 two supports user authentication only and user authentication and authorization.
    Scenario 1 supports user and organization management using Cloud Portal as the data source. Scenario 2 supports a pre-populated data source under the premise that enterprises most commonly have a existing directory services they desire to integrate with the solution, which is to say that an uncommon and not natively supported scenario is one in which the enterprise has no existing user account data source, but has idle directory services they would like for the solution to populate with new user accounts created through he solution. Certainly, such a scenario may be supported by extending the solution.
    Let me know how you come along.
    Regards,
    Lee
    Sent from Cisco Technical Support iPhone App

  • User Management Strategy

    Hi everyone,
    I would like to discuss with you about User Management Strategy for multi-site MII implementations. What is the best architecture for the UME instances when you have MII users both on the corporate level and the shop floor level?
    Consider we don't have a central MII server.
    Regards,
    Henry

    User management can cause some difficulties, mixing disconnected operation support with distributed MII servers, but wanting to use LDAP from corporate.  We all have used the term 'when SAP is unavailable' but what about 'when LDAP in unavailable' - the application may be buffered but the user logins would cause the issue.
    Aside from having some form of federated/replicated LDAP I think the only option would be some essential backup local users in UME.  I would imagine this would have been encountered with Enterprise Portal, or any other NW java apps in the past, but the potential for a distributed NW server (plant or region based) may be a bit different.  The configuration of a solution would be done inside UME, but the best practices in this regard are what you're probably after.
    I hope that some customers with more clear strategies in this area can share their insight in this thread.

  • ALC-TTN-011-003: Bootstrapping failed for platform component [User Manager]

    I am trying  to upgrade to Adobe ES 8.2 from 7.2. Any help would be appreciated.
    When I am  trying to initialize the LiveCycle ES database, in Configuration Manager, as  depicted in <Upgrading to LiveCycle ES from 7.x fro JBoss> document, page  27, step 36, I got error: Failed on step 'Invoking component bootstrapper' of  task 'Bootstrapping UserManager'. ALC-TTN-103-000: Bootstrapping request failed  on server. Message from server: ALC-TTN-011-003: Bootstrapping failed for  platform component [User Manager]. The wrapped exception message reads: Failure to  loadConfiguration default. error:javax.ejb.EJBException: RuntimeException;  CausedByException is:
                 nullgetProvider failure: factory not initialized
    Here is what's in log  file:
    LiveCycle ES DATABASE initialization:
    2009-10-19 15:12:51,825 ERROR  [com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient]  UserM:GENERIC_ERROR: [Thread Hashcode: 10899558] ***** Bootstrap FAILED to  complete *****
    2009-10-19 15:12:51,871 ERROR  [com.adobe.idp.um.businesslogic.bootstrapper.UMBootstrapperClient]  UserM:GENERIC_ERROR: [Thread Hashcode: 10899558] Bootstrap cannot recover from  error.| [com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean]  errorCode:8193 errorCodeHEX:0x2001 message:Failure to loadConfiguration default.  error:javax.ejb.EJBException: RuntimeException; CausedByException  is:
                nullgetProvider failure: factory not  initialized
    2009-10-19 15:13:33,645 WARN   [com.adobe.idp.common.errors.exception.IDPLoggedException]  UserM:GENERIC_WARNING: [Thread Hashcode: 4914621] |  [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12290  errorCodeHEX:0x3002 message:getProvider failure: factory not  initialized
    2009-10-19 15:13:33,645 WARN   [com.adobe.idp.common.errors.exception.IDPLoggedException]  UserM:GENERIC_WARNING: [Thread Hashcode: 4914621] | [AuthenticationManagerBean]  errorCode:12801 errorCodeHEX:0x3201 message:Exception while getting principal  from Directory manager| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory]  errorCode:12290 errorCodeHEX:0x3002 message:getProvider failure: factory not  initialized
    2009-10-19 15:13:33,645 INFO   [com.adobe.pdfg.internal.utils.EarProperties] ALC-PDG-001-000-Could not get  config properties : Exception in getting SystemContext
    http://help.adobe.com/en_US/livecycle/8.2/releasenotes.html
    Our  environment:
    OS: Windows  2003 sp2
    DB: MS SQL  Server 2005
    Upgrade  target: Adobe ES 8.2
    JBoss 4.0.3 SP1
    Scott Jiang

    I have encountered the same problem during the migration from Livecycle 7.2 to Livecycle ES. Rather than this, i have noticed some error when i started JBoss after copied 3 files from [ConfigurationManager]\export\.
    2010-07-05 21:50:00,102 ERROR [com.adobe.idp.dsc.startup.DSCStartupServlet] DSC Startup failed. Reason: Domain: dsc not found.
    2010-07-05 21:50:00,102 WARN  [com.adobe.idp.dsc.startup.DSCStartupServlet] Unable to start the DSCManager
    I am not sure whether this is a root cause or not.
    Any of you had an experience and have the resolution for solving this problem, please kindly help.
    Livecycle 7.2 env.
    Window 2003 SP2
    SQLServer 2000
    JBoss
    Livecycle form 7.2
    Livecycle form manager 7.2
    Livecycle reader extension 7.2
    Livecycle workflow 7.2
    Livecycle ES env.
    Window 2003 SP2
    SQLServer 2005
    JBoss
    Livecycle forms ES
    Livecycle reade rextension ES
    Livecycle process management ES
    Thank you for every help,
    Mac
    [email protected]

  • Customizing a User Management OAF Page - Approach

    Hi,
    I have a requirement to customize a User Management Registration Page for external user.
    I need to add 4 new fields on the page. Perform certain validations on those fields and then derive and pass PartyId value to the already existing column in the Entity object.
    Entity object does not write directly in table but uses a "RegistrationBean" to insert row in the table.
    Could you please tell me whats the best approach to do the customization.
    Thanks!
    Ritu
    Edited by: user13715401 on Jul 19, 2012 7:56 AM

    Hi Parag,
    Thanks for looking into this.
    I am trying to customize "B2CRegistrationPG" under "oracle.apps.fnd.umx.userAdmin.webui".
    I am using "Individual User Registration" process. User Management -> Registration Processes -> Select Self Service Account creation in "Type" field.
    To see this page on application, you need to setup profile option: "UMX: Register Here Link - Default Registration Process" to "Individual User Registration" at server level.
    Launch Oracle applications login page. "register here" link will appear on th ehome page after setting the profile option. This link opens this page.
    With the standard functionality this process creates a fnd user and a person party.
    I want to include customer number field on this page. My requirement is to create party relationship along with fnd user and person party as mentioned above.
    Oracle has provided a business even that create evrything I wanted just that I should be able to pass the party id to it through the OAF Page.
    B2CRegistrationPG already contains OrganizationId formvalue. This formvalue is attached to View Instance -"OrganizationsVO" and view attribute - "PartyId".
    OrganizationsVO is made of OrganizationsEO which contains the code to call registrationBean to set the partyid " registrationbean.setOrganizationPartyId(getPartyId().toString());"
    I am trying to extend the controller on the "person information" region and set the form value in controller, which I have not been successful with. It just does not set OrganizationId form value.
    Any kind of inputs will be appreciated
    Thanks!
    Ritu
    Edited by: user13715401 on Jul 19, 2012 8:34 AM

Maybe you are looking for

  • IPhone 5 skips the wifi set up when setting up from new

    My iPhone 5 skips setting up WiFi when setting up from new. I restored my iPhone because since I have owned it WiFi has not worked so I decided to do a restore to get it to go through the setup process but it skips it. Does this mean that the WiFi ch

  • Flash installed and up to date however flash does not run on any web browser

    I was catching up on watching a televsion show and watching it with no issues/no problems with flash before. I went to the website below  and all of a sudden flash is not working. I did not change any settings, run any updates. I checked various brow

  • Any resolution to 10.4.10, wireless router/encryption issues?

    Like many others, I upgraded to 10.4.10 and soon began experiencing connecting to the Internet problems on my ATT/2WIRE gateway/router using WEP encryption as well as kernel panics. Having had my MBP for only two months, I did not have many files so

  • SAML help needed

    We are trying to configure SAML as a method to authenticate into the portal.  I've gone through the documentation and the various blogs, and configured everything.  The SAML authentication server is a custom written .net application. It seems like it

  • Error When Trying to use SAP Help Function

    I receive the following Error while simply clicking on Help in SAP.  I put a ticket in and out IT support was by SAP the following highly intelligent and helpful info/advice This is an actual quote!!!!: "This option is not available if they are looki