IOM 11.1.2.2 - new instance of the application is not visible in the catalogue

Hi all

I installed the Oracle Fusion Middleware Identity Management 11g R2 Media Pack v8 - 11.1.2.2...  When I created the new instance of the application, I don't see this case in the catalog. I found a similar question in the Metalink (Doc ID 1624482.1), but a workaround described it does not work for me. Workaround does not work for me is: the value "Update Date" in 'Task catalog synchronization' last value and run the job again.

In the version 11.1.2.1 it woks fine.

Please, can someone help me solve this problem?

Thank you.

Milan

Hi all

my colleague and I, we found a solution.

Looks like the Sun Java System Directory Connector is not supported in the version 11.1.2.2 IOM or the bug is there. I thing it's a bug! IOM 11.1.2.2 uses more SQL select / insert when catalog synchronization task.

INSERT INTO CATALOG (CATALOG_ID, ENTITY_TYPE, CATEGORY, CATALOG_CREATEBY, CATALOG_UPDATEBY,

ENTITY_KEY, ENTITY_NAME, ENTITY_DISPLAY_NAME, ENTITY_DESCRIPTION, PARENT_ENTITY_TYPE, PARENT_ENTITY_KEY, IS_DELETED,

TAGS, CERTIFIABLE, ITEM_RISK, RISK_UPDATE_DATE)

SELECT - CATALOG_SEQ. NEXTVAL,

"ApplicationInstance', 'ApplicationInstance', 4, 4,

APP_INSTANCE_KEY, APP_INSTANCE_NAME, APP_INSTANCE_DISPLAY_NAME, APP_INSTANCE_DESCRIPTION, nvl2(APP_INSTANCE_PARENT_KEY,'ApplicationInstance',null), APP_INSTANCE_PARENT_KEY, APP_INSTANCE_IS_SOFT_DELETE,

APP_INSTANCE_NAME | ' ' || APP_INSTANCE_TYPE | ' ' || APP_INSTANCE_DISPLAY_NAME | ' ' || SVR. SVR_NAME | ' ' || OBJ. OBJ_NAME, 1, 3, sysdate

OF APP_INSTANCE, OBJ, SVR

WHERE THERE is NO 1 = 1-(SELECT 1 OF THE CATALOGUE WHERE ENTITY_TYPE = "ApplicationInstance" AND CATALOG. ENTITY_KEY = APP_INSTANCE. APP_INSTANCE_KEY)

AND APP_INSTANCE. ITRESOURCE_KEY = SVR. SVR_KEY

AND APP_INSTANCE. OBJECT_KEY = OBJ. OBJ_KEY AND OBJ. OBJ_TRUSTED_SOURCE = '0' AND APP_INSTANCE_KEY =: 1

The problem is that the object (object type?) of the connector SJSD has the value OBJ_TRUSTED_SOURCE in the table OBJ is NULL but query catalog synchronization expected value 0 or 1.

And the solution?

The value of 0 OBJ_TRUSTED_SOURCE. Example: update obj_trusted_source set obj is '0' where obj_key = 5;.

But we found that supported Oracle Internet Directory 11.1.1.6.0 multiple LDAP servers such as eDirectory or Oracle Directory Server Enterprise Edition. Then I abolished SJSD connector and its application instance and installed OID connector

Tags: Fusion Middleware

Similar Questions

  • How to refresh a screen without making a new Instance of the class

    Hi all

    Please help me.

    I need to refresh a screen of components such as the text box, list etc without (pushing the new instance of the class) using the old instance.

    I use:

    UiApplication.getUiApplication () .invokeAndWait (new Runnable() {}

    public void run() {}

    invalidate ();

    }

    But it will not refresh the screen components.

    I need to change the label of the text box, choice of etc group on click on the Refresh button.

    Please suggest me

    Thank you

    Again, I agree with BBDeveloper, just wanted to add an alternative solution.  You must have the code that sets the values in those fields anyway.  You can separate the code that adds the fields to the screen of the code which sets the values in these fields, place the code that sets the fields into a separate routine and call this routine to during the construction of the screen and the screen refresh.

  • Restoring a backup RMAN to a new instance of the database

    Hi guys,.

    I have a problem with restoring a backup RMAN I have with me a new instance of the database. I have with me are:

    1. backup of the SPFile. (O1_MF_NCNNF_CTLFILE_BU_92DVGYO2_. BKP)

    2. backup of the control file (O1_MF_NNSNF_SPFILE_BU_92DVGW9H_. BKP)

    3. the full backup (O1_MF_NNSNF_FULLPROD_BU_92DVGW9H_. BKP)

    I received these files to a client environment and I need to restore these to a new instance of the database on a local computer. I gave an attempt as follows (in Oracle 10 g):

    1, creates a new instance of the (Test75) database using the Oracle Database Configuration Assistant

    2 SET ORACLE_SID = Test75

    3 connection to this instance with RMAN

    4 tried to restore the SPFILE from the BKP file received.


    I make mistakes and cannot continue. I don't know if I will carry out the correct steps. Please help me telling me how I should achieve this goal.


    Thank you.

    1. backup of the SPFile. (O1_MF_NCNNF_CTLFILE_BU_92DVGYO2_. BKP)

    2 backup of control file (O1_MF_NNSNF_SPFILE_BU_92DVGW9H_. BKP)

    The first backuppiece resembles a ControlFile and the other looks like a SPFILE'

    > I get error and cannot continue

    What is the error?  (I assume that you have tried to restore the O1_MF_NNSNF_SPFILE_BU_92DVGW9H_ SPFILE. BKP

    Note that you must also SET the DBID before restoring the controlfile

    Hemant K Collette

  • Re-evaluate the relationships after adding a new instance of the entity

    Hi all

    I have an 'X' entity for which global > X 1:M relations are evaluated on the screens. For example, after we collect the instances of 'X', the next screen ask you, out of all the X, which is a member of the relationship there. The interview continues.

    The question we now face is that if the user decides to add an additional instance of 'X' after having answered the relationship screen, screen relationship there does not appear once more.

    Ideally, we would like this screen once more, now that the extra 'X' was added, since it is theoretically 'unknown', they are also in the relationship Y or not. Instead, the debugger shows the relationship there is known and empty for the new 'X' entity instance.

    Is it possible to have this screen once more, once the new instance of the entity?

    Thanks for your help,

    -Julien

    Julien,

    The solution for this is not quite easy. Once the relationship is known to 'Y', the screen will be visited not unless the user chooses explicitly (usually data review screen).

    Event Manager solution

    A solution is to implement an event handler that sets the relationship 'Y' Unknown when the user adds a new 'X' entity. This requires custom code. See 'Events and event handlers' in the Guide of the developer of automation Oracle policy

    The entity implied solution

    Another (perhaps easier) solution is to infer the relationship 'Y' and collect information on the same screen that 'X' entities are added. This is best illustrated by an example.

    For the entity 'X', I'll use "person" global to the containment relationship no one is 'the people '.

    For relationship 'Y' I will use the global relationship person '' the special people. ''

    On the person entity, I have 2 attributes "name of person" (text) and 'the person is special' (Boolean)

    I have the following rule to infer the relationship '' the special people. ''

    the person is a member of the special people if

    the person is special

    The next step is to ensure that when you add features of person, they state "name of person" and "person is special."

    It will have 2 effects:

    1. the relationship "the special people" will be deducted, that there will be no screen to associate the relationship.

    2. for the collection of instances of the person, the extraordinary selection (or not) will determine members

    I think that the solution infers entity could be your best option. It requires no code and simplifies the interview.

    Hope this helps

    See you soon

    Frank

  • A new instance of the section of the table

    I have two rows in the table (lines 2 and 3) together to form a section. When I use the following script, LiveCycle creates a new instance of the line 3 instead of creating a new instance of the section (two row 2 and 3). What I am doing wrong? (The section is named ' ActionItem1 in Table1)

    this.resolveNode('Table1._ActionItem1').addInstance (1);

    If (xfa.host.version < 8) {}

    XFA. Form.Recalculate (1);

    }

    You should be able to recreate what you do with subforms, tables is just specialized subforms. Create subforms for your headers, lines, etc. I built a few tables in this way.

  • Add a new instance to the NON-RAC database?

    I could create a new instance to the non-rac database?

    I tried to use dbca to create the second instance, but I read, help, that is not possible.

    There is no way to create the second instance in a single database? (No. - CARS, no. - ASM, just a normal database)

    Thanks in advance.

    Instance = process and memory
    Basis of data = all data files.

    For a database no CARS, there is a one-to-one mapping between the instance and database.

    If you don't want to use an existing database to store the new patterns, you need to create a new database.

  • Copy to the new instance of the subform

    What I'm trying to do is to copy a field and when a new instance of a subform is created to another field.

    When a user clicks the show button, the button to show opens a new instance of the form.  I need the sent field to fill in the field of criticism on the new instance.  Is this possible?

    instance.png

    Hello

    Here is an example:

    https://Acrobat.com/#d=HD6XJ1qofZDf713Yq1P43g

    The first example simply sets the value of the drop-down list. The second adds an element to the drop of the examiner, as sending drop-down list allows the custom entry.

    I've been lazy even if, as the script should check first of all the duplicates. I'll try and get back to that.

    Hope that helps,

    Niall

    Ensure the dynamics

  • A new instance of the planning - data source problem

    Hi all

    I am trying to install a new instance of the planning, and when I try to create the DATA SOURCE, I get the following error, any help to solve this problem is highly appreciated.

    ++ C:\Hyperion\AnalyticServices\bin > del C:\Users\Admin\AppData\Local\Temp.\srvtmp.r++
    ++ eg ++
    ++ In manufacturer HspDBPropertiesLocationPanel ++
    ++ In HspDBPropertiesLocationPanel queryEnter ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ Creating thread and rebinding to RMI ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ $ $ dname is PlnInstance2 ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no HspEss ++
    ++ baseEnv in java.library.path ++
    ++ at java.lang.ClassLoader.loadLibrary (Unknown Source) ++
    ++ at java.lang.Runtime.loadLibrary0 (Unknown Source) ++
    ++ at java.lang.System.loadLibrary (Unknown Source) ++
    ++ to com.hyperion.planning.olap.HspEssbaseEnv. < clinit >(Unknown Source) ++
    ++ to com.hyperion.planning.olap.HspEssbaseJniOlap. < clinit >(Unknown Source) ++

    ++ at com.hyperion.planning.HspJSHomeImpl.TestEssConnection (Unknown Source) ++

    ++ to com.hyperion.planning.HspDSEssbasePanelManager.TestEssConnection(HspD++)
    (++ SEssbasePanelManager.Java:156) ++
    ++ to com.hyperion.planning.HspDSEssbasePanelManager.queryExit(HspDSEssbase++)
    (++ PanelManager.Java:132) ++
    ++ to com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryExit(Prod++)
    (++ uctCustomInputPanel.Java:114) ++
    ++ at com.installshield.wizard.awt.AWTWizardUI.doNext (Unknown Source) ++
    ++ to com.installshield.wizard.awt.AWTWizardUI.actionPerformed (unknown safe ++)
    (++ it) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI.actionPerformed(Unknown++)
    (+ Source) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI$ SwingNavigationControlle ++
    ++ r.notifyListeners (unknown source) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI$ SwingNavigationControlle ++
    ++ r.actionPerformed (unknown source) ++
    ++ at javax.swing.AbstractButton.fireActionPerformed (Unknown Source) ++
    ++ to javax.swing.AbstractButton$ Handler.actionPerformed (Unknown Source) ++
    ++ at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) ++
    ++ at javax.swing.DefaultButtonModel.setPressed (Unknown Source) ++
    ++ to javax.swing.plaf.basic.BasicButtonListener.mouseReleased (unknown safe ++)
    (++ it) ++

    Hello

    Error code Essbase 1051293 = connection fails due to invalid credentials.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Add new instances to the top of the bottom of the list (table or group) vs

    Is it possible to add new instances (i.e. of a table row, or a subgroup) to the "top" of the bottom vs list? New instances are usually added at the bottom of the group, but I have a case in which I am trying to insert new instances of more recent story of Job, so have the instances added at the top of the list is more advantageous.

    Please advise and thanks in advance!

    Hello

    to add an instance on the top use the menthod of insertInstance() instead of addInstance().

    Table1._Row.insertInstance(0, true);
    
  • Launch BTF in a new window via URL - always creates a new instance of the AOS?

    Hello

    JDeveloper/ADF 11.1.2.4

    I use the method documented by Frank Nimphius to open a workflow bounded in a new window. The difference in my case is rather than a range of remote data control, I want the new window to share the same instance of module app launch window.

    My BTF has Transaction < controller Transaction No. > the value and scope of data control is a shared value.

    When I run the first page (in the unlimited workflow), a new instance of AOS is created as expected.

    When I click on the button to launch the window with the stubborn workflow, another instance of AOS is created.

    The problem is that in the request module original I stored some status information in the user session data (and I coded the passivation/activate process to handle this). Unfortunately, the second instance of AOS has no access to these data. User session data is empty and no activation process is triggered to complete.

    I can use the Andrejus Baranovskis method to inject the session data in the new instance AM using a custom control of Data Factory, but it seems unnecessary to instantiate the second AM when the first could be reused.

    Is it possible I can configure the system to share the app between two windows module? If you start a BTF via a URL will be always instantiate a new App Module, regardless of the settings of transaction?

    Thank you very much

    Kevin

    Hello

    I connected an SR for this and the answer is that this is normal. A new window will always cause a new instance of AOS to create.

    See you soon,.

    Kevin

  • Cannot create a new instance of the app after deleting older once

    Hi Experts,

    I made some changes in the form of ACF2, such as the creation of the new UDF. When I checked instance of the Application of the field were not reflected in it.
    I simply removed from the existing application instance, run suppression of post instance asks Job, scoring delete as option
    When tried to check on the cart, I get:
    No instance found application instance application 2 key


    Please help me.
    Thank you

    Make sure that you have completed "The catalog synchronization" to remove soft and follow the other task for permanent deletel

    re - visit the link to detailed below steps
    http://docs.Oracle.com/CD/E27559_01/admin.1112/e27149/appInstance.htm#CHDDBBHD

    look at Figure 8 - 4 in. above doc for deletion flow

    go through the Mode all run twice Planner position remove once mode Revoke and then in clear mode.

  • Hidden fields are visible in the new instance of the subform.

    Hi all.

    I have the following problem:

    I have a subform with a check box and a text field.  When the box is checked, the text field is visible.  When it is disabled, it is hidden.

    I also have a button which adds another instance of the subform.  When I click and add another subform, the masked text field is visible in the new instance instead of stay hidden until the box is checked.  Also, when I add the new subform instance and select the check box, the hidden field becomes visible at first to the subform.

    Here is what I use to hide and show fields:

    If (this.) RawValue == 1)

    (form1.subform1.textfield1.presence = "visible");

    on the other

    (form1.subform1.textfield.presence = "hidden");

    The foregoing is in the initialize event and change.

    I would really appreciate help to learn how to keep each instance does not affect another, as well as the way to keep the field hidden in newly added instances of the subform.

    Thanks in advance.

    J

    Hello

    You can add the action to the checkbox for the workflow. To do this, you can right click on the checkbox under the hierarchy Panel and then click on 'Add Action '. Also if you want the field to be hiddedn in the new instance and then at design time, you must set the property of as hidden control.

    Steps to get the workflow.

    1. make a right click on the checkbox control--> click Actions--> add an Action

    2. select in the drop-down list. When the check box is cleared.

    3 set the visibility of the textfield to hidden.

    4 click Add new action as indicated below.

    5. select in the drop-down list. When the box is checked.

    6 set the visibility of the textfield visible.

    7. click OK to create the action and close the window of action.

    To set the TextField to select hidden textfield and open its property of the object. Set the value of the presence as hidden.

    ************

    Please download the https://acrobat.com/#d=hM8oyP3be4O3HRBt14CkYg sample file

  • Add a new instance to the top of the next page

    I created a dynamic form of the fluid (a daily report of workers to fill form), which is likely (based on user input) to span several pages. I added a button 'Add a new day' at the bottom of the form, which, as it says, add another day to the shape. However, I can't do the new instance in him to move to the next page, it's just created immediately after the previous instance.

    I tried all the suggestions of other threads to help, but I still can't make it work. The form creates a blank page that I didn't need, or he continues to add the new instance just below the other.

    Any help would be greatly appreciated.

    Hmm,

    This is the script of the conditional jump. Try thi sapproach: https://acrobat.com/#d= * 2f7axX-JHCdLi * SH * pO2Q.

    Niall

  • New folder in Windows Explorer is not visible until I press refresh

    Hello!

    If I create a new folder in Windows Explorer to a network drive (which is a DFS share) under Windows 7 Professional 32 bit, the new folder is not visible until I have press F5 (refresh). Is there a fix or a solution to this problem?

    Thank you

    Kampi

    Hi kampi,.

    You can wait for a while and do not try to rush by pressing f5, because it can take a while to showup on network drive.

    To work around the problem, you can try to disable the Client of Microsoft Networks in the LAN connection properties

    a. open management of network and sharing Center.

    b. go to the Local network connection and click Properties.

    c. clear the Client for Microsoft Networks option and check.

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • New themes added by a user not visible for another user (RH9 &amp; SC)

    Hello world

    My colleague and I are try RoboSource Control, in order to work together on the same project at the same time. So far, the test has led to the following question:

    When user1 adds a new topic for the project (Project Manager), it is automatically extracted in him. Then when user1 check in this new topic it becomes not visible to user 2. Is there some sort of setting that needs to be adjusted in order to be able to see new topics after checking them?

    Thanks for your help!

    Roza

    Sorry to disagree, Peter, but the .xpj file should be archived. It contains information about the State of source control, new ignored words, etc.

    There is also an option to check by force in the subjects when you close the project in the Options | Version control dialog box. I also highly recommend using the required comment of the field options in the pane Control of Version unless your source control provider is already imposing.

    . MW

Maybe you are looking for