Installation of connectors of the IOM by using a different name.

Hello


In my environment of IOM, I have two target resources which are directories of Sun.

In my env IOM, I installed a 9.0.4.12 connector SJSDS (version of IOM is 9.1.0.2). The output of the connector box names all artifacts IOM using the convention IPLANET or IPNT (UD_IPNT_USR, adpIPLANETMODIFYUSER, etc.).

Since I want two instances of this connector, I need to use a different name. To customize this name that I need to change the xml (iPlanetResourceObject.xml, iPlanetXLResourceObject.xml) files? Seems very tedious and prone to error.

Is that what someone does that, you can share your experiences.

Thank you
Sunny

This is a very common method to enable support of multiple areas AD (with different numbers).

It is tedious and prone, but this is the simplest way to achieve this. You should consider writing some XSLT to automate parts of the process.

Best regards
/ Martin

Tags: Fusion Middleware

Similar Questions

  • OIM 11 g R2 installation question. Failed to create schema of the IOM by using RCU 11.1.2

    I tried to install OIM 11 g R2 on a Windows 2008 R2 64-bit server and were met the following error during the creation of diagrams of IOM. Other patterns, such as metadata, SOA, user's email services and other associated schema creation succeeded. But creating schema IOM took more than 2 minutes and finally it fails with the error below.
    ################################################################
    UCR-6130: Action failed
    UCR-6135: error when trying to execute the action of java.
    ################################################################

    Components used:
    OS: Windows Server 2008 R2 64 Bit
    DBS: 11 GR 2 (11.2.0.1)
    UCR: 11.1.2

    The first error was ora-12637 package receive failure followed by Table or view does not exist. I couldn't get much information from the IOM and the rcu.log.

    I put the processes and the open_cursors session_cached_cursors described in preinstalling OIM 11 g R2 installation step.

    Pointers on what will be highly appreciated.

    Thank you
    Srini

    Copy the msvcr71.dll rcuHome\jdk\jre\bin inside the installer of the UCR and paste in C:\Windows\SysWOW64.

    Try to rerun the rcu with the new user, i.e. instead of DEV_OIM, run it with DEV_OIM1.

    Or delete the user DEV_OIM first and then use the same user.

  • How to read the approval tasks of his application by the IOM by using the API?

    Hello
    Is there a way to read task approval and State corresponding with the IOM i.e. APIs If your workflow includes two levels of approval, the approval tasks would be: 1. approval of the Manager and 2. Permission of owner role?

    I was looking at the API documentation. but it did not help, all I could find is to read the steps and the status of each step, i.e. request level, level gauge and operation?


    Thank you
    Coralie

    link below will help you locate BPEL worklist API

    http://technology.AMIS.nl/Blog/1496/invoking-BPEL-worklist-API-from-remote-server-with-Java
    http://docs.Oracle.com/CD/E12839_01/integration.1111/e10224/bp_worklistcust.htm

  • How to remove the user from the IOM by using Trusted Recon

    We trust Sun to IOM LDAP Recon. We delete usually old Sun LDAP users periodically. According to the requirement, these users should also be eliminated from IOM as well as all its databases that are put into service.

    Looks like that, the behavior by default of 'iPlanet Trusted remove user Recon Task' is to set the user status to 'Deleted' and 'Revoked' about the users corresponding IOM and resources put into service. How can I remove users from the IOM as well as the database placed in service in the case of user removed from Sun's LDAP?

    Thank you!
    Kabi

    Once a user is created in the IOM, you cannot remove it. As you said, the default behavior for the removal of the recon user approved is that the user will be disabled in IOM and revoked from all target applications. Revoke the user will remove the user from the target applications.

    This is done for the purpose of audit so that later we can determine which users have been removed or terminated.

    But as a you can manually delete the records of user database directly which is not recommended.

  • Change the sequence of commands to generate two reports by USE with different names.

    I have a special situation for the model of batch processing.

    Each DUT consist of two distinct products that need to be tested as a single unit.

    I can run every USE and generate a test for each report.  -aka. The standard use case works very well.

    However, we would like the records using this method. So I need a copy with a different name for each series.

    The idea behind this is that we have a story running for each half of the UUT. Given that the two halves will probably never meet.

    I looked at the BatchModel.seq and read some of the documentation, but I'm having a hard time to understand what is happening.

    I guess the items highlighted above are where the object to measure reports are generated. However, I don't know the mechanism for giving them the names among the Options report-> report menu Pathname file or how to change between these two points in time. Also are there tricks to get the report in duplicate with a different path in this configuration.

    All links to the relevant information would be useful. Thank you

    Just copy these two steps and between them and the copies have another step that is just a statement.  There, you can change the path of the report by setting parameters. TestSocket.ReportFilePath the new path.

    Ideally what you would do, is that the client using a callback.  So, your code would look like this:

    Write the object to measure report

    Write the report of the object to be measured (on the fly)

    Define report path reminder (override in customer OR statement step)

    Write the object to measure report

    Write the report of the object to be measured (on the fly)

    Hope this helps,

  • Installation of Acrobat on the new computer using the old license?

    I recently got a new computer and I would like to install the full version of Acrobat 9 that I already had on this subject. How can I do this?

    If you have it on the hard drive, I'd say that also a backup CD. If this isn't the case, then you can try a download using poles 7 or 9 in http://forums.adobe.com/thread/1061905.

  • An exception occurred while creating a user in the IOM by using APIs

    Get the UserManager service
    UserManager usrService = oimClient.getService (UserManager.class);
    for (; i < = n; i ++)
    {

    userAttribute.put("act_key","1");
    userAttribute.put ("User ID", username + i);
    userAttribute.put ("FirstName", firstname + i);
    userAttribute.put ("Name", lastname + i);
    userAttribute.put ("Password", password);
    userAttribute.put ("Role", "Full Time");
    userAttribute.put (Type "Xellerate", "End user");
    User user = new User (null, userAttribute);
    Result = usrService.create (user) UserManagerResult;
    }

    trying to create the user returns this:

    Exception in thread "main" java.lang.ClassCastException: java.lang.String
    at oracle.iam.identity.usermgmt.impl.UserManagerImpl.create(UserManagerImpl.java:403)
    at oracle.iam.identity.usermgmt.api.UserManagerEJB.createx (unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to $Proxy324.createx (Unknown Source)
    at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl.createx(UserManager_nimav7_UserManagerRemoteImpl.java:1005)
    at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl_WLSkel.invoke (unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:590)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:478)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:119)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Process has finished with exit code 1.

    Your ACT_KEY must be a value of type long.

    -Kevin

  • The ASA to use a different Port SSH

    Please let me know if you have heard of this

    Thank you

    Dave

    Dave,

    According to my knowledge the ASA does not support this. Anthony we have a device before the ASA natting redirect some ther port at 22 of the SAA.

    I hope this helps.

    Kind regards

    SOM

    PS: Please check the issue as resolved if it is answered. Note the useful messages. Thank you.

  • addition of mc library on the stage by using a binding name

    Hello

    I was about to ask this question, I'm glad this has been answered. However, in my project I need to add several instance of the class of dynamic library, I know how the AS2 way, can we elighten me with AS3 way, specifically with this new function addchild (movieclip)?

    Thank you!

    First check if you have given the instance name of the button as "mc" in your myMovieClip.

    Then enter your code even

    myMovieClip.mc.addEventListener (MouseEvent.MOUSE_DOWN, showans);  You can also write a CLICK event...

    In showans, you write like this.

    function showans(e:MouseEvent):void

    {

    e.currentTarget.parent.atext.visible = true;

    }

  • Link to database using a different name

    We moved four instances oracle from one server to another. Two of these Oracle1 and Oracle2 oracle instances had a link established between them.

    When we moved changed them the host name. We have published all the configuration files and everything works fine.

    However, the link was not working so we dropped it and try to recreate it. We dropped without a lot of research and hit an obstacle.

    The link is Oracle2 of Oracle1. The local name on Oracle1 (link) is called RemoteDB. It must be different. Currently works in our prod environment and the names are different, so we know it works, we just don't know how. The DBA who put in place is no longer with us.

    Here's the SQL link:

    CREATE DATABASE LINK RemoteDB CONNECT TO RemoteUser IDENTIFIED BY RemotePassword USING 'Oracle2';
    

    When a desired query:

    SELECT * FROM DUAL@RemoteDB;
    

    You get this error message:

    Link  : "RemoteDB"  
    Error : ORA-02085: database link RemoteDB connects to Oracle2
    

    We know that it works because it works in production, but may not understand the appropriate configuration settings or Create Database link syntax to reveal the name of link differs from the SID or Service name.

    Disabling global_names is everywhere on the web, but does not feel good solution because it is not currently how our environments are configured.

    No indication as to how this configuration or syntax works would be much appreciated.

    Thank you

    Shawn

    If it turns out that in Oracle2, the global_names is false in our production environment. I must have been recorded in test when we look ahead.

    We realized that the change in testing and our link now has the same behavior as the production.

    Unfortunately, this put it on the radar for our security team. Even when you win - you lose!

    Thanks to all of you to post a reply. They helped me be more informed if nothing else.

    Shawn

  • How to change the Total report with a different name

    Hello

    I have a report and the last line display total report (using default apex - check check sum).

    My last appear as follows: full report | 10. 20. 30. 2 ¾ 100

    What I want to do is to change the name of 'total report' "Grand Total" or something else of my taste. Is - it there anyway that I can can be achieved. Any help would be appreciated.

    Thank you

    Matt

    On the report attributes tab, find the section break, formatting is a text box labeled: view this text when you print the report amounts, you can enter your text to replace the total report...

    Thank you

    Tony Miller
    Webster, TX

  • Is it possible to use a different name change automatically preset for different cameras?

    The title says.  Can cards of different cameras automatically call presets naming specific to these cameras when importing?

    Thank you, Ed

    Hi erudolph,

    Well, you can create multiple presets for different cameras renaming you have and select accordingly while import.

    There is no automatic process to select a preset.

    Kind regards

    ~ Mohit

  • Change the user UDF using SCIM - IOM 11 GR 2 PS3

    Hello

    I'm changing value UDF for the user in the IOM by using the API of SCIM. When I send the request, I'm getting 200 OK response but the UDF is not updated with the most recent value. Is there something wrong with the application?

    Operation: PUT

    URL: http://mycompany.com:14000 / idaas/im/scim/v1/users/23502

    Request:

    {

    "patterns":

    [

    "urn: ietf:params:scim:schemas:core:2.0: User".

    ],

    "CustomAttribute": 'Test '.

    }

    PATCH worked with this format.

    {

    "patterns":

    [

    "urn: ietf:params:scim: api: messages: 2.0:PatchOp.

    ],

    "Operations":

    [

    {

    "op": "replace",

    "path": "urn: ietf:params:scim:schemas:extension:oracle:2.0:OIG: User: CustomUDF1."

    'value': 'value1 '.

    },

    {

    "op": "replace",

    "path": "urn: ietf:params:scim:schemas:extension:oracle:2.0:OIG: User: CustomUDF2."

    'value': 'value2 '.

    },

    {

    "op": "replace",

    "path": "urn: ietf:params:scim:schemas:extension:oracle:2.0:OIG: User: CustomUDF3."

    'value': 'Value23 ".

    }

    ]

    }

  • Issue while deploying code that uses the api of the IOM: OIMClient

    We strive to deploy a war file with some java code that is interfaced with the IOM by using the api OIMClient. Note that we have all necessary spring pots and it works great on Tomcat. Our production env is on weblogic and when deploy us the file. War on weblogic deploys it fine. But when we test some web pages, we get the following error:

    Root cause]] of ServletException.
    java.lang.NoClassDefFoundError: org/springframework/jndi/JndiTemplate
    to oracle.iam.platform.OIMClient. < init > (OIMClient.java:83)
    ......
    Truncated. check the log file full stacktrace
    >


    The class file is available in a container called Spring framework with the same package structure: org.springframework.jndi.jnditemplate. I wonder why he cannot find the definition for this class. I also tried to delete these jars to war file and adding them to the lib dir field. I always find myself with the same exception.

    Appreciate all the help I can get.

    Published by: 958829 on Sep 12, 2012 23:01

    try to add the jar of spring separately to help:->-> deployments weblogic console add jars

  • No emails sent by the IOM approval process

    Hello

    We have a problem with the mail notifications sent from the element of human task of a BPEL workflow approval in OIM 11 g R2 (SOA 11 g R1):

    On one of our circles of IOM, no approval notification is sent at all, even if they are correctly configured in the element of human task corresponds to the composite SOA. Notifications are sent correctly on another installation of the IOM that uses exactly the same composite.

    There is no trace of the IOM and SOA even try to send these messages, that they appear at all in the "State of the Message page" of the section of the mail Service of the Enterprise Manager user (not even in a "failed" State).

    We already checked:

    • AdminServer, SOAServer, OIMServer and area newspapers (they show no unusual)
    • The composites themselves (identical on both facilities)
    • The configuration of email from UMS driver (identical on both facilities)
    • The JpsContextName in the SDPMessagingServerConfig MBean and jps-config. XML (identical on both facilities)

    What are we missing that could be the cause of this problem?

    Thank you very much!

    Configure you the messaging part and turn notifications on the server SOA?

    In enterprise manager, right-click of your soa server instance, under Administration of SOA, select properties of Notification Workflow.  From there set the Notification Mode and the emails below.

    -Kevin

Maybe you are looking for