Adding a new UI element in identity manager form

I am using Oracle Identity Manager 9.1.0 on Windows 2003 SP2 with JBoss 403SP1.
How can I add a new gui element in the form, something like a button.
I want to customize the form being rendered so that I do my custom actions when a form is rendered.
Plz help

Strongly consider if you really need to do the modification as you will need to redo it every time you do an upgrade that includes a new war (most do).
Best regards
/M

Similar Messages

  • New updates for online Identity Management training

    Hello
    We have added a new section under "User Management with DAS" called "Password Reset Validation".
    Here is a link to the training content:
    http://www.oracle.com/technology/products/oid/oidhtml/sec_idm_training/html_masters/gsmain.htm

    John,
    On this training link, I could not find much about directory mapping. I can mapp shared schema at several level ie at database level, at domain level and also can do 1:1 mapping to user. How these are different and when should one use one on another?
    Thanks
    Syed

  • Adding a new screen on SAP Work Manager 6.0

    Hi All;
    I'm working on customising the SAP Work Manager 6.0 application. One of the things that I have to do is add a new screen "Pool Management". I have been trying to achieve this via the Agentry Editor 3.7.2 with no luck. So the first thing that I did was to copy an existing screen, for example the TimesheetView screen set, hoping that there would be a duplicate screen similar to this, but this doesn't seem to be adding the duplicate screen when I test via the Agentry WPF client. Please kindly advise how I would go ahead with a requirement like this. Please see image below for the screen addition that I am working on. I would really appreciate your help in going about with this!
    Much appreciated!
    Sizo Ndlovu

    Sizo,
    Steve is correct.  Examine the main screenset.  Choose the platform, then copy an existing screen or add a new one.  Modify it as needed.  It will now display as a new tab on the client.
    Jason Latko - Senior Product Developer at SAP

  • .xml get  disformatted after adding a new Element

    Dear friends!
    I have a xml file when i add a new element to this its formatting
    get destroyrd. Plz help me to keep them in proper shape.
    before adding:
    <person>
    <name>xyz</name>
    </person>
    after adding a new name element:
    <person><name>xyz</name> <name>new 1</name><person>

    ok, so using JAXP (which is embedded in JDK 1.4 so if you use this JDK no need to add anything on your classpath).
    0. few imports
    import org.w3c.dom.*;
    import javax.xml.parsers.*;
    import javax.xml.transform.*;
    import javax.xml.transform.dom.*;
    import javax.xml.transform.stream.*;1.load the XML file in a DOM:
    Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse("c:/data/myxmlfile.xml");2. manipulate the DOM, see:
    http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXPDOM7.html#65002
    3. save the DOM:
    Transformer transformer = TransformerFactory.newInstance().newTransformer();
    transformer.setOutputProperty(OutputKeys.INDENT, "yes");
    transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "1");
    transformer.transform(new DOMSource(doc), new StreamResult(new FileOutputStream("c:/data/myxmlfile.xml")));hope it helps.

  • Identity Management 8.0  - SAP Provisioning Forms UI display

    Hi guys!
    I'm trying to setup a new environment with SAP Identity Management 8.0, using the standard SAP Provisioning Framework.
    I've already followed all install guide and configuration steps, but the Web forms for default provisioning tasks are not appearing on the Self Service tab or Manage tab. I've already tried to modify the forms to let anonymous and everyone to execute the form, but no clue.
    The tabs appears OK, but no tasks are available to choose
    We are using the lastest patches available until today.
    Any help would be appreciated.

    Hi Eduardo,
    Please go to the forms and right click over the Identity folder.
    The option Show Folder in User Interface should be selected
    If this doesn't help please try restarting the JMX and check your Datasource.
    Regards,
    Todor

  • Identity Management for UNIX (aka Windows Services for Unix) Adding 2012 DC to a prep'd 2003 domain.

    We have been successfully using Windows Services for Unix on a 2003 domain for passwd and group maps.
    I prep'd the domain to allow a 2012 R2 server to be added and then added the IdMU role/feature on this new 2012R2 DC. Now the passwd map is still OK but the group map now shows full usernames rather than short names.
    i.e. what DID show with "ypcat group" as ...
    "infra-shared::65550:gfer,jhug,shig", now shows as
    "infra-shared::65550:Garry Ferguson,Jason Hughes,Steve Higgins"
    and so is not usable. I have had to revert to local /etc/group files on all our unix machines!!
    Help/comments would be really appreciated!
    Garry Ferguson

    Hi Gaz Ferg,
    SFU 3.5 is used to installed on windows 2003 and windows XP. SFU 3.5 cannot used on Windows 2012, that makes customer cannot user NFS and user name Mapping services on Windows
    2012.  From windows 2003 R2, NFS is a build-in component in OS, we need to add Roles/Features to use NFS.
    1. What is change in 2012R2
    IDMU component, which was used to authenticate Linux users has been removed. Now a Windows server cannot play role of NIS Master server. 
    Passwords cannot sync to the Unix Machines. Maps can not sync between Windows and Unix computers.
    2. What has not change in 2012R2
    Following methods to authenticate and map a Unix user to Window user are available:-
    Active Directory
    Active Directory Lightweight Directory Services (AD LDS)
    Username Mapping Protocol store (MS-UNMP
    Local passwd and group files
    Unmapped UNIX Username Access (UUUA) (applies to Server for NFS using AUTH_SYS only)
    You can find more information about this here –
    http://blogs.technet.com/b/filecab/archive/2012/10/09/nfs-identity-mapping-in-windows-server-2012.aspx
    http://blogs.msdn.com/b/shan/archive/2006/12/13/sfu-sua-idmu-fun-with-names.aspx
    More information:
    Install Identity Management for UNIX Components
    http://technet.microsoft.com/en-us/library/cc731178.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SAP Work Manager customization - adding a new field to equipment details screen (Syclo Agentry)

    Hi Experts,
    I am trying to add a field (NAME1) on the Equipment details screen under work orders in work manager 5.3 application.
    I have performed the following steps, but I am getting an error while connecting to the application.
    1) Create extension for Equipment class to add a new field.
    2) added the new field (Name1) as the property to the standard object Equipment.
    3) Added the field on the screen.
    4) Added the field (name1) to the complex table ctEquipment.
    5) Added the JAR file to Agentry.ini file.
    6) Changed the Class mapping for parameter "Equipment" under group "SAPOBJECT" to point it to the custom (Extended) class.
    7) Changed the class mapping for complex table parameter "ctEquipment" under group "CT_SAPOBJECT" to point it to the custom class.
    8) after publishing the changes and re-starting the server, I get following error.
    the log file generated (message.log) also has the same description.
    What am I missing here? Any help would be really appreciated.

    Hi Emanuel,
    Thanks for looking into this issue.
    I have performed the following steps as suggested by you, still it doesn't seem to work and gives the same error.
    Below are the changes done on the ECC Side.
    1) Copied the standard equipment class /SYCLO_CL_PM_EQUIPMENT1_DO to custom class ZSYCLO_CL_PM_EQUIPMENT1_DO. Changes made in the GET Method to get custom equipment related data
    2) Modified the standard equipment structure /SYCLO/PM_EQUI_STR by adding one custom field
    3) Configured this custom class as the object handler in the equipment mobile data object
    4) Configured this custom class as the object handler for the equipment complex table
    5) We are still using the standard BAPI Wrapper itself for getting the equipment data and the added field is reflected in the BAPI Wrapper table parameter
    Is there something we are missing?

  • Adding new data elements to Org Modeler.

    We are trying to add 4 fields to the org Modeler. However it is nowhere to be found like in the orgchart.
    Org Modeler 3.0 SP2
    PA0001, PA0008, HRP1005 and HRP1008. (also linking to the texts in T001P, so we will require a table inner join)

    Hi Wade,
    In order to get the fields in OrgModeler scenarios you need to make sure that your hierarchy data element in the Source OrgChart contains all fields that you want. For this I recommend creating a NakisaRFC function for the additional data, creating a data element for it and then creating a linked data element to link together the new data element and the existing hierarchy data element. There is no data center in OrgModeler so you will need to do this manually.
    Best regards,
    Luke

  • Skin Customization in Oracle Identity Manager 11g Release 2 (11.1.2)

    I was recently tasked with branding an OIM instance to match pretty stringent branding standards. To accomplish this task, I extended the fusion theme which is provided out of the box into a new custom skin. In the example below, I took the design as far as I could, which required decently advanced css knowledge; however, even a novice web designer could easily make simple updates to the backgrounds and fonts which would also greatly enhance the user experience.
    Utilizing FireBug for Firefox, I inspected elements of the OIM interface to see which div's I needed to modify in the css file. You can edit as little or as many elements as you'd like in your custom skin; however, I'd recommend preserving the primary elements original placements to avoid confusion for users that are already used to an out of the box version of OIM.
    This is the Oracle doc I used when creating the custom skin: http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABJIJIA
    Notes regarding the Oracle tutorial mentioned above:
    Be sure and remove the temp directory, shut down your OIM server, upload your files, then restart your OIM server with each css modification.
    30.3.1 - Configuring Skins: 1. After you create the skin in the trinidad-skins.xml file, make a copy of the trinidad-skins.xml from the /iam-consoles-faces.war/WEB-INF/ directory to the
    oracle.iam.console.identity.sysadmin.ear/WEB-INF/ directory AND the
    oracle.iam.console.identity.self-service.ear/WEB-INF directory.
    (The doc references admin.ear: the fully qualified name of the ear is: oracle.iam.console.identity.sysadmin.ear)
    30.3.1 - Configuring Skins: Make all of your changes in the /oracle.iam.console.identity.sysadmin.ear/WEB-INF/trinidad-skins.xml file, /oracle.iam.console.identity.self-service.ear/WEB-INF/trinidad-skins.xml file, and the /iam-consoles-faces.war/WEB-INF/trinidad-skins.xml file.
    (The doc doesn't mention making your css edits in the oracle.iam.console.identity.self-service.ear directory which is required)
    Here is a link to my blog post with screenshots: http://www.idmworks.com/blog/entry/skin-customization-in-oracle-identity-manager-11g-release-2-11-1-2

    I was recently tasked with branding an OIM instance to match pretty stringent branding standards. To accomplish this task, I extended the fusion theme which is provided out of the box into a new custom skin. In the example below, I took the design as far as I could, which required decently advanced css knowledge; however, even a novice web designer could easily make simple updates to the backgrounds and fonts which would also greatly enhance the user experience.
    Utilizing FireBug for Firefox, I inspected elements of the OIM interface to see which div's I needed to modify in the css file. You can edit as little or as many elements as you'd like in your custom skin; however, I'd recommend preserving the primary elements original placements to avoid confusion for users that are already used to an out of the box version of OIM.
    This is the Oracle doc I used when creating the custom skin: http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABJIJIA
    Notes regarding the Oracle tutorial mentioned above:
    Be sure and remove the temp directory, shut down your OIM server, upload your files, then restart your OIM server with each css modification.
    30.3.1 - Configuring Skins: 1. After you create the skin in the trinidad-skins.xml file, make a copy of the trinidad-skins.xml from the /iam-consoles-faces.war/WEB-INF/ directory to the
    oracle.iam.console.identity.sysadmin.ear/WEB-INF/ directory AND the
    oracle.iam.console.identity.self-service.ear/WEB-INF directory.
    (The doc references admin.ear: the fully qualified name of the ear is: oracle.iam.console.identity.sysadmin.ear)
    30.3.1 - Configuring Skins: Make all of your changes in the /oracle.iam.console.identity.sysadmin.ear/WEB-INF/trinidad-skins.xml file, /oracle.iam.console.identity.self-service.ear/WEB-INF/trinidad-skins.xml file, and the /iam-consoles-faces.war/WEB-INF/trinidad-skins.xml file.
    (The doc doesn't mention making your css edits in the oracle.iam.console.identity.self-service.ear directory which is required)
    Here is a link to my blog post with screenshots: http://www.idmworks.com/blog/entry/skin-customization-in-oracle-identity-manager-11g-release-2-11-1-2

  • Using Identity Management for Securing Web Services

    My goal is to associate my services with an Oracle Internet Directory. I made some attempts to set up SAML authentication for the web services, but it didn't have the right outcome.
    (My identity management server and OID is up and running and I have successfully made authentication modules for other web applications)
    Here is what I did:
    1. I wrote a simple java file, used jdeveloper tools to create and deploy it as a web service to OC4J. I associated an identity management server with this service through OC4J web tools as security provider.
    2. I made a data control for the web service and put it in an ADF application . (client)
    3. I deployed the client project(2) to OC4J.
    I could use the web service through the page.
    Then
    I secured the webservice to expect SAML for authentication.
    Surprisingly, the client could still communicate with the webservice, Why? Shouldn't it have rejected the request because of the problem in SAML token? (The proxy and the data control were not secured, and didn't provide any SAML tokens)
    4.
    I added login page to my client project (through ADF security wizard). It used idenity management for authentication successfully. login process completes and web service data control is displayed.
    5. I want the authentication information to be propagated through the page so that the web service receives the data and uses Identity Management.
    I know I should add <property name="oracle.security.wss.propagate.identity" value ="true"/>
    to one of the configuration files, but don't know where exactly.
    Best Regards,
    Farbod

    It doesnt matter whether the service is invoked as part of your larger process or not, if it is performing any business critical operation then it should be secured.
    The idea of SOA / designing services is to have the services available so that it can be orchestrated as part of any other business process.
    Today you may have secured your parent services and tomorrow you could come up with a new service which may use one of the existing lower level services.
    If all the services are in one Application server you can make the configuration/development environment lot easier by securing them using the Gateway.
    Typical probelm with any gateway architecture is that the service is available without any security enforcement when accessed directly.
    You can enforce rules at your network layer to allow access to the App server only from Gateway.
    When you have the liberty to use OWSM or any other WS-Security products, i would stay away from any extensions. Two things to consider
    The next BPEL developer in your project may not be aware of Security extensions
    Centralizing Security enforcement will make your development and security operations as loosely coupled and addresses scalability.
    Thanks
    Ram

  • Unable to see Default alias in Identity management

    Hi Experts!!!!!
    I have added a new system in the portal which connects my backend system, I have defined the system alias and in the screen it shows me the alias is ready for user mapping,
    But i have selected SAPLOGON ticket, then the system is not visible in the identity management.But when i select uwidp the system is available for user mapping.Due to this the connector test gets failed.
    I have seen in some of the posts and found that eu_role should be given in permissions i have done it.Does this needs server restart to make the changes to take effect.
    What would be the problem I am able to see the alias in the other system when i selected SAPLOGON ticket.
    After creating the alias do we need to make any changes?
    I have followed the help document of SAP.
    Regards,
    Vamshi.

    Hi Vamshi,
    basically, SAP NetWeaver Portal offers two different Single Sing-on techniques to connect seamlessly with integrated backend systems.
    1) SAP Logon Ticket
    2) User Mapping
    This are two totally different techniques to achieve the same goal: Single Sign-on.
    Using SAP Logon Ticket, the SAP NetWeaver Portal issues an encrypted and signed HTTP coockie containing the portal user's logon id. The backend system checks the ticket and authenticates the corresponding user.
    Using User Mapping, the SAP NetWeaver Portal uses previously given backend credentials (username/password) to log into backend application on behalf of the users. The user can enter his credentials either via personalization dialog (therefore the user needs the eu_core_role) or in identity management.
    If you select SAP Logon Ticket the user does not need to map his backend credentials. That's why you do not see the system in the identity management (tab user mapping).
    However, if you select User Mapping (UIDPWD) and run a connection test the SAP NetWeaver Portal tries to log into the backend system using the mapped credentials of the current user. If the current user did not map any credentials (or if he entered wrong credentials) the connection test will fail.
    Hope this helps you to understand how the portal works.
    Best regards,
    Martin

  • Plans to Open Source Identity Manager

    Hello all! Are there plans to open-source Identity Manager much as Sun has done for Access Manager (OpenSSO) and Federation Manager (OpenFM). :-)
    Best,
    --John                                                                                                                                                                                                                                                                                                                                   

    In next future, Identity Manager will be in open source. But, Access Manager, I don't have news.
    Regards.

  • E-Recruiting: New Text element on WebDynpro page of External candidate

    Hi,
    I have a requirement to add a new text element on the personal data tab of the candidate profile. I have tried this through application configuration method, but the existing Text elements are not sufficient to accomodate the text matter that i need to insert.
    I want some additional elements where they can accomodate my new text.
    Is there a possibility of doing this without making the compeonent a 'Z' one?
    Thanks,
    Suresh

    Hi Suresh,
    Yes there is one possibility to do this .After you accomodated the new text thru the component config and
    if you are still left with the text which needs to be added then create an enhancement and add an text element and bind it to the attribute just below the text element required and in the modify view method of the view bind the text to the attribute.
    All this has to be done thru enhancement in the std component.
    Thanks & Regards,
    Dipu.B

  • I deleted my old email address and added a new one, after my iPhone died iCloud keeps popping up asking for the password of my old email address. I can't remember my password and the account is still gone, it pops up every few seconds. How can I fix this?

    I deleted my old email address and added a new one, after my iPhone died iCloud keeps popping up asking for the password of my old email address. I can't remember my password and the account is still gone, it pops up every few seconds. How can I fix this?

    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact AppleCare(or Apple ID Support), upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    The operator will take you through some steps you may have already tried, however they need to be sure they have exhausted all usual approaches before trying to reset your account, so you should try to be helpful and show patience with the procedure.
    The operator will need to verify they are speaking to the account holder and may ask you some questions that only the account holder could know, and you will need to answer them if the process is to proceed.
    Once the operator has verified your identity they will send a message through to your device which contains an alpha numeric code, which you will need to read back to them.
    Once this has been completed they will send an email to your iCloud email address after a period of 24 hours, so you should check that mail is enabled in your devices iCloud settings.
    Upon receipt of the email, use the reset link provided to reset your password, after which you should be able to make the adjustments to iCloud that you wish to do.

  • Identity manager rcu failure

    Hi,
    I'm attempting to learn about Identity Manager, but I can't get the application installed.
    The error I'm seeing when running RCU with the Identity Manager repository selected is: RCU-6130/RCU-6136: Error while trying to execute SQLPlus action.
    From the rcu.log the following errors can be found:
    2012-07-12 20:58:48.918 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JavaAction::perform: JavaAction command=oracle.ias.version.SchemaVersionUtil:utilSetComponentValid
    2012-07-12 20:58:48.918 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JavaAction::perform: JavaAction method=utilSetComponentValid
    2012-07-12 20:58:48.968 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for SOA Infrastructure : 10145 milliseconds
    2012-07-12 20:58:48.968 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Oracle Identity Manager
    2012-07-12 20:58:48.968 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JavaAction::perform: JavaAction command=oracle.ias.version.SchemaVersionUtil:utilCreateRegistryEntry
    2012-07-12 20:58:48.968 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JavaAction::perform: JavaAction method=utilCreateRegistryEntry
    2012-07-12 20:58:48.968 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:SYS, role:SYSDBA, connectString:(description=(address=(host=192.168.56.3)(protocol=tcp)(port=1521))(connect_data=(service_name=ORCL)(server=dedicated)))
    2012-07-12 20:58:49.018 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::perform: m_bean.getResetSession() = false
    2012-07-12 20:58:49.018 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::perform: m_bean.getConnectAsOwner() = false
    2012-07-12 20:58:49.018 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:SYS, role:SYSDBA, connectString:(description=(address=(host=192.168.56.3)(protocol=tcp)(port=1521))(connect_data=(service_name=ORCL)(server=dedicated)))
    2012-07-12 20:58:49.068 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::perform: current user=SYS
    2012-07-12 20:58:49.068 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::perform: Performing JDBCScript Action Command: C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\/rcu/integration//oim/sql/oim_user.sql CMDLINE Parameters Length: 5
    2012-07-12 20:58:49.068 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::parseNexecuteScript: ParseNexecute Script: C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\/rcu/integration//oim/sql/oim_user.sql
    2012-07-12 20:58:49.238 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.JDBCAction::perform: **** Sql script DONE****
    2012-07-12 20:58:49.248 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.AbstractCompTask::execute: ValidIf result was false. Skipping Action: C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\/rcu/integration//oim/sql/param.sql
    2012-07-12 20:58:49.248 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.action.SQLPlusAction::perform: paramString = 'DEV2_OIM'
    2012-07-12 20:58:49.379 ERROR rcu: oracle.sysman.assistants.rcu.backend.action.SQLPlusAction::perform: Error initializing SQLPlusEngine:
    java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: Error initializing sqlplus.
         at oracle.sysman.assistants.common.dbutil.sqlplus.SQLPlusEngine.setDefaultEngineSettings(SQLPlusEngine.java:2144)
         at oracle.sysman.assistants.common.dbutil.sqlplus.SQLPlusEngine.initialize(SQLPlusEngine.java:352)
         at oracle.sysman.assistants.rcu.backend.action.SQLPlusAction.perform(SQLPlusAction.java:200)
         at oracle.sysman.assistants.rcu.backend.task.AbstractCompTask.execute(AbstractCompTask.java:243)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:306)
         at java.lang.Thread.run(Thread.java:619)
    2012-07-12 20:58:49.379 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: RCU Operation Failed
    oracle.sysman.assistants.common.task.TaskExecutionException: RCU-6136:Error while trying to execute SQLPlus action.
         at oracle.sysman.assistants.rcu.backend.task.AbstractCompTask.execute(AbstractCompTask.java:300)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:306)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.sysman.assistants.common.task.ActionFailedException: RCU-6136:Error while trying to execute SQLPlus action.
         at oracle.sysman.assistants.rcu.backend.action.SQLPlusAction.perform(SQLPlusAction.java:211)
         at oracle.sysman.assistants.rcu.backend.task.AbstractCompTask.execute(AbstractCompTask.java:243)
         ... 2 more
    Caused by: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: Error initializing sqlplus.
         at oracle.sysman.assistants.common.dbutil.sqlplus.SQLPlusEngine.setDefaultEngineSettings(SQLPlusEngine.java:2144)
         at oracle.sysman.assistants.common.dbutil.sqlplus.SQLPlusEngine.initialize(SQLPlusEngine.java:352)
         at oracle.sysman.assistants.rcu.backend.action.SQLPlusAction.perform(SQLPlusAction.java:200)
         ... 3 more
    2012-07-12 20:58:49.379 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Execute post create operations
    2012-07-12 20:58:49.379 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.CustomCompManager::getActionList: CustomCompManager.getActionList: CUSTOM_COMP_POSTLOAD_CLEANUP
    2012-07-12 20:58:49.379 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Execution time for Execute post create operations : 0 milliseconds
    2012-07-12 20:59:00.164 NOTIFICATION rcu: oracle.sysman.assistants.rcu.ui.InteractiveRCUModel::showCompletionMessage: Repository Creation Utility: Create - Completion Summary
    Database details:
    Host Name               : 192.168.56.3
    Port                    : 1521
    Service Name               : ORCL
    Connected As               : SYS
    Prefix for (prefixable) Schema Owners : DEV2
    RCU Logfile               : C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\rcu\log\logdir.2012-07-12_20-57\rcu.log
    RCU Checkpoint Object               : C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\/rcu/log\RCUCheckpointObj
    Component schemas created:
    Component               Status     Logfile          
    Metadata Services          Success     C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\rcu\log\logdir.2012-07-12_20-57\mds.log
    Oracle Identity Manager          Failed     C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\rcu\log\logdir.2012-07-12_20-57\oim.log
    SOA Infrastructure          Success     C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\rcu\log\logdir.2012-07-12_20-57\soainfra.log
    User Messaging Service          Success     C:\ofm_rcu_win32_11.1.1.3.3_disk1_1of1\rcuHome\rcu\log\logdir.2012-07-12_20-57\orasdpm.log
    2012-07-12 21:08:54.959 NOTIFICATION rcu: oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine::connect: Connecting to database: user:SYS, role:SYSDBA, connectString:(description=(address=(host=192.168.56.3)(protocol=tcp)(port=1521))(connect_data=(service_name=ORCL)(server=dedicated)))
    2012-07-12 21:08:54.969 NOTIFICATION rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: Executing Task: Oracle Identity Manager
    2012-07-12 21:08:54.969 ERROR rcu: oracle.sysman.assistants.rcu.backend.task.ActualTask::run: RCU Operation Failed
    java.lang.NullPointerException
         at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.executeQuery(JDBCEngine.java:943)
         at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.executeQuery(JDBCEngine.java:727)
         at oracle.sysman.assistants.rcu.backend.validation.StepValidator.executeQuery(StepValidator.java:414)
         at oracle.sysman.assistants.rcu.backend.task.ComponentTask.filterTablespacesToDrop(ComponentTask.java:585)
         at oracle.sysman.assistants.rcu.backend.task.ComponentTask.getDropTbsActionList(ComponentTask.java:330)
         at oracle.sysman.assistants.rcu.backend.task.ComponentTask.initActions(ComponentTask.java:206)
         at oracle.sysman.assistants.rcu.backend.task.AbstractCompTask.execute(AbstractCompTask.java:202)
         at oracle.sysman.assistants.rcu.backend.task.ActualTask.run(TaskRunner.java:306)
         at java.lang.Thread.run(Thread.java:619)
    Environment:
    Windows 2008 x64 server for database host, 11.2.0.1.0 64bit db
    Target ident manager server: windows 2003 32bit (I heard 32bit installs are easier)
    Running the RCU utility from a 2008 or a 2003 host makes no difference, fails the same way.
    From the documents here: http://docs.oracle.com/cd/E23943_01/install.1111/e10033/configone.htm
    Section 4.2.2 indicates a few parameters in the db must be set, so here are the current values for my db:
    Total System Global Area 2104479744 bytes
    Fixed Size 2177368 bytes
    Variable Size 1476396712 bytes
    Database Buffers 620756992 bytes
    Redo Buffers 5148672 bytes
    Database mounted.
    Database opened.
    SQL> show parameter open_cursors;
    NAME TYPE VALUE
    open_cursors integer 900
    SQL> show parameter aq_tm_processes;
    NAME TYPE VALUE
    aq_tm_processes integer 2
    SQL> show parameter db_cache_size;
    NAME TYPE VALUE
    db_cache_size big integer 240M
    SQL> show parameter java_pool_size;
    NAME TYPE VALUE
    java_pool_size big integer 224M
    SQL> show parameter shared_pool_size;
    NAME TYPE VALUE
    shared_pool_size big integer 272M
    SQL> show parameter open_cursors;
    NAME TYPE VALUE
    open_cursors integer 900
    I selected utf-8 during the db install as well.
    I selected automated memory management, so alot of the memory values above were set to 0. I set the just to be sure..
    I'm at a loss for what to check next.. Last time I tried installing this product only way i could get rcu to work was from a linux host; but then the install would fail.
    The db is running in a virtual box vm, i think I gave it 5 gigs of memory. Could that be part of the problem? I'm looking for any directions or ideas, I havnt even gotten to installing the product yet; seems like a daunting task.
    Thanks!!

    you can try this
    copy msvcr71.dll from (rcu-install-dir)\jdk\bin to: and C:\Windows\SysWOW64
    and, If you are using ‘Oracle Database XE’ you must set the RCU_JDBC_TRIM_BLOCKS environment variable to TRUE, before the installation
    To do so: Right click on ‘My Computer’->Advanced Tab->Click on ‘Environment Variables’->Under ‘System Variables’ click ‘New’->
    Name: RCU_JDBC_TRIM_BLOCKS, Value: TRUE

Maybe you are looking for

  • Photoshop CC: Save for Web- The file or directory could not be found.

    I've seen similar questions but have not found a solution that works. So far, these are the steps I have taken with a MacBook Pro OSX 10.9.2, 16G, SSD: 1.     Uninstall and re-installed both Photoshop CC and inDesign CC. (Figured there were shared li

  • Security guidelines for SBO

    Hi Forum I'm struggling with a task where I have to evaluate if our SBO installation is set up according to best practice and with the proper security settings, but I can't find any guidelines, in the SBO documentation. I'm seaching for, some kind of

  • I have little squares instead of readable letters

    where the word preferences should be I have blocked out letters.

  • Free books on ibooks?

    Purchased the hobbit for ibooks, then went and checked my collections and under purchased there was a whole bunch of books that I did not purchase so i clicked on one, thinking it was a sample, but turned out to be the entire book. Was I then charged

  • WTK SDK 3.0 for OSX problem with capturing audio, emulator

    Hello all, i'm installed the WTK SDK 3.0 for osx and everything works well. Some test applications also work. Now I'm trying to realize my project and get strange error. I want to capture some audio form the microphone. But when i do so the Emulator