How to create oim design console

in command prompt
went to wl home\server\lib prompt and given java -jar wljarbuilder.jar
getting an error java is not recognised as an internal or external command
Edited by: 992478 on 11-Mar-2013 06:35

http://docs.oracle.com/cd/E14571_01/install.1111/e12002/oidonly011.htm#CDDFFGHG
- Follow these steps for post configuring OIM Design console.
Ensure that JAVA_HOME is set, as in the following example:
C:\Oracle\<Middleware_Home>\jdk160_24
To set this variable, right-click the My Computer icon and select Properties. The System Properties screen is displayed. Click the Advanced tab and click the Environment Variables button. The Environment Variables screen is displayed. Ensure that the JAVA_HOME variable in the User Variables section is set to the path of the JDK directory installed on your machine.
After setting the JAVA_HOME variable, select the Path variable in the System Variables section on the same Environment Variables screen, and click Edit. The Edit System Variable dialog box is displayed. In the variable value field, enter the complete path to your JAVA_HOME, such as C:\oracle\<Middleware_Home>\jdk160_24, preceded by a semicolon (;). The semicolon is used as the delimiter for multiple paths entered in this field
Vamsi.

Similar Messages

  • Clarifications on OIM Design Console 11.1.1.5 Installation

    I have the OIM Server 11.1.1.5 installed and configured on OL (Oracle Linux) 5.7 64bit. The Next step is to install and confiure the OIM Design Console.
    I have read the 11.1.1.5 doc. The OIM Console runs on Windows only. But I have noticed that some posts claimed the 11g console can run on the both of Windows and Linux.
    OIM Design Console
    Is that true? If yes, please point the doc for the installation and configuration on the Linux.
    If not, what are the minimum requirements to run OIM Console 11.1.1.5 on the Windows?
    I looked over the 11.1.1.5 doc http://docs.oracle.com/cd/E21764_01/install.1111/e12002/oidonly.htm#CDDIDCIC
    I have:
    WLS not a mandatory;
    SOA not a mandatoty;
    IAM 11.1.1.5 a mandatory;
    The 11.1.1.5 doc states that OIM manager has to be configured prior to configuring of OIM Console. I read this as the RCU schemas relevant. Do I have to install a new RCU schema DB in the local Windows just for the OIM Console configuration? Or I can use the SAME RCU Schema DB for the OIM Server on the OL.
    Thanks a lot for the help.

    If you have already installed OIM 11.1.1.5 on linux machine just do below to configure design console
    1. goto IDM_HOME/bin/ run config.sh
    2. In the configuration wizard, select ‘Design Console’ checkbox ONLY.
    3. next screen, enter the OIM server host and port name
    4 generate wlfullclient.jar and Copy the ‘$WL_HOME/server/lib/wlfullclient.jar’ to ‘IDM_HOME/designconsole/ext’ (find below instruction given for generation of wlfullclient.jar)
    5. now goto IDM_HOME/designconsole-> run xlclient.sh and you will have design console in unix
    If you want your design console in windows do below
    1.copy entire folder "designconsole" from linux to Windows machine
    2. Now, in your local windows machine, edit the file ‘$DC_HOME/designconsole/xlclient.cmd’ ($DC_HOME is the folder where you copied the ‘designconsole’ folder) to change the following values:
    * "@loc\java\bin\java" - '@loc' points to your JDK installation
    * "-DXL.HomeDir=@loc" - '@loc' will be $DC_HOME/designconsole
    * "config\@auth_config" - '@auth_config' will be authwl.conf
    creation of wlfullclient.jar
    - Change directories to the server/lib directory.
    cd WL_HOME/server/lib
    - Use the following command to create wlfullclient.jar in the server/lib directory:
    java -jar wljarbuilder.jar
    --nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • OIM Design console fails to logon.

    Hi, I am unable to log into the OIM Design console with xelsysadm. I got the below error. Please help me.
    Additional Info: I'm working with Oracle Identity Manager running on Centos 4.4 with Oracle 10.2.0.1.0 DB and BeaWeblogic 10.3.
    Error gathered from Oracle Identity Manager Client:
    java.lang.NullPointerException
    at com.thortech.xl.dataaccess.tcDataBaseClient.bindToInstance(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.server.tcDataBaseClient.<init>(Unknown Source)
    at com.thortech.xl.client.dataobj.tcDataBaseClient.<init>(Unknown Source
    at com.thortech.xl.client.base.tcAppWindow.internalLogin(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.login(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.<init>(Unknown Source)
    at com.thortech.xl.client.base.tcAppWindow.main(Unknown Source)

    Additional logs from weblogic domain: Please tell me how can I isolate this problem. Thanks in advance.
    ERROR,25 May 2009 19:50:00,025,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method: tcUtilityFactory/tcUtilityFactory(Hashtable env, tcSignatureMessage poUserIDMessage) encounter some problems: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
    javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
    at weblogic.security.auth.login.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:199)
    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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
    at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
    at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
    at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
    at Thor.API.Security.LoginHandler.weblogicLoginHandler.login(Unknown Source)
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    ERROR,25 May 2009 19:50:00,026,[XELLERATE.SERVER],Class/Method: QuartzWrapper/execute encounter some problems: javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
    Thor.API.Exceptions.tcAPIException: javax.security.auth.login.LoginException: javax.security.auth.login.LoginException: java.lang.SecurityException: [Security:090304]Authentication Failed: User xelsysadm javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User xelsysadm denied
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    Edited by: user11120117 on May 28, 2009 1:26 AM

  • OIM Design Console

    Hi all
    I am trying to install OIM design console but can't find the binaries from the list in oracle web site.
    Can you please let me know where should I bring the binaries from ?
    We already installed oim server on linux and as far as I know the design console will be installed on Windows only
    Thanks
    Edited by: 599647 on Jan 23, 2012 5:48 PM

    Hi,
    try below:
    1. configure design console on Linux machine(OIM Machine) using config.sh
    got to -> <IDM_HOME>/bin/config.sh
    2. create wlfullclient.jar
    use below link for above
    http://docs.oracle.com/cd/E14571_01/install.1111/e12002/oidonly011.htm
    3. copy it into <IDM_HOME>/designconsole/ext folder
    4. take complete backup of designconsole folder at windows machine
    5. Change the path in xlclient.cmd ( windows path for designconsole folder)
    6. Modify the config\xlconfig.xml if required ( might need to change java path)
    Regards,
    Nishith Nayan

  • OIM Design Console customization

    Gurus
    How do I customize OIM Design Console and where can I find information regarding it?
    In particular how to add or remove Menu items?
    Kindly help
    oimlover

    There are permissions you can set to allow specific user groups to see the menu items. I'm not sure the specific names, but take a look at the permissions lists when you select a group and then the permissions drop down.
    User's must also be an end user administrator to login to the design console.
    -Kevin

  • OIM Design Console Invalid Login tcLoginException

    Dear All,
    While trying to login to OIM Design console using design console or using the API the following error is displayed:
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    com.thortech.xl.security.tcLoginException: com.thortech.xl.crypto.tcCryptoException: KeyStore File :..\xlclient\config\xl.keystore missing.
    I believe the password has been changed but unable to login.
    My question is how do we reset this password.
    Regards,
    Simon

    Do you know password of any other user? If yes, then login into database,
    execute query "select usr_password from usr where usr_login='user whose password u know'". This will return encrypted value of password. Copy it and execute query:
    "update usr set usr_password='Copied password from above query' where upper(usr_login)= upper('xelsysadm');".
    In this way you can set password of Xelsysadm to a known value. Now, you can login into system and change the password of System admin.
    I hope this helps.
    Regards,
    GP

  • USR user defined field in OIM design console in not visible

    Hi all,
    We have OIM setup in the environment and wanted to add some custom attributes for USR user defined field definition. When I open the User Defined Field Definition tab, I could not see USR form. When I tried to export specific users from OIM just to check whether USR is visible or not, it is appearing. When I tried to import the same set of users again to OIM, I could still not be able to see USR in OIM design console.
    Any ideas why this has happened? There were no changes in OIM env recently.
    Please help.
    -Mahendra.

    Exported the user in xml file and found that Form Administrator is missing. I added that specific section from other working environment and it is working fine now.
    -Mahendra.

  • How to create report designer report

    Hi all,
    can u tell me how to create report designer report in sap bi can u send me any detailed links how to work on report designer.
    regards,
    naveen

    Hi,
    go through this link you may get some idea about report designer
    http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/90b95f53-7c5c-2a10-f98d-cc78ec4ec12d     
    http://forums.sdn.sap.com/search.jspa?q=Report%20designer&objID=c4&dateRange=lastyear&searchID=37696538&rankBy=10001&start=15
    regards
    sivaraju

  • OIM Design Console in UAT pointing to test database

    Hello,
    I am running on OIM 11gr2ps2.  The configuration admin turned the uat environment to us.  When we started the OIM design console for uat, we noticed that it's pointing to the test database.
    We checked config/xlconfig.xml for uat and it's pointed to the correct uat server.
    Are there any configuration files on the server that we could check to troubleshoot this issue?
    Thanks
    Khanh

    Make sure you have updated at two places in xlconfig.xml
    <ApplicationURL>http://oim-server:14000/xlWebApp/loginWorkflowRenderer.do</ApplicationURL>
    <Discovery>
      <CoreServer>
      <java.naming.provider.url>t3://oim-server:14000//oim</java.naming.provider.url>
      <java.naming.factory.initial>weblogic.jndi.WLInitialContextFactory</java.naming.factory.initial>
      </CoreServer>
    ~J

  • Not able to login to OIM Design console 9.1

    Dear All,
    While trying to login to OIM Design console , I am getting the below error , Pls help.
    ERROR,02 Oct 2010 13:43:03,567,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method:
    ptoHelper/loadKeyStore encounter some problems: Keystore fille is missing.
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    com.thortech.xl.security.tcLoginException: com.thortech.xl.crypto.tcCryptoException: KeyStore File :..\xlclient\config\xl.keystore missing.
    Thanks ,

    Sorry for bumping this thread, but I encountered exactly the same error message.
    I have installed OIM server and client in a single cluster environment several times and it all went well.
    This is the first time I'm installing OIM in a clustered environment with one admin server and 2 managed servers on 2 physical machines. The server installation is done. Then I installed the client on both 2 physical machines, with each client pointing to the managed server on the same machine respectively. When I attempt to login I received the same error.
    I have checked xlclient\Config\xlconfig.xml. Other then the MultiCastAddress being different from OIM server configuration, all the settings seems fine. I have corrected the MultiCastAddress to match the server then restarted the client, but still receives the same error.
    Any ideas on what might went wrong? Thanks in advance!

  • How to create OIM form through code

    Hi,
    As per requirement, I have to create OIM form by calling createForm(hashmap) method in my code but not sure what parameter i need to paas as hashmap for this method.
    If any one can give me some idea about this or any other way of doing this.
    Thanks

    Hay Martin,
    I think he is talking about creating object and process form on the fly(Thats a weired requirement). To find out the key-value pair for map you need to do following.
    1.Go to the lookup definition and search for structure
    2.You will get lot of field related with structure utility for example: Structure Utility.Table Name,Structure Utility.Description and few more fields.Pass these field as a key in map and put the desired value.
    3.The map should contain all the required field value as it is needed at the time of form creation from design console.
    I have not done it before so I can not tell you exact key value pair needed for createForm () method but th above can be good starting point.Just play with few value and you will get the right combination.
    Hope this will help.
    Regards
    Nitesh

  • OIM Design Console Internal error while updating task attributes

    Hi All,
    I have installed OIM9101 on jboss, the set up is running fine. I am in the process of integrating a OID connector following steps given OID connector guide. In design console(Administration-->Task Scheduler) while modifying "OID Group Lookup Reconciliation Task" attributes, attribute value is not getting saved. When i click on save option it shows a pop up windows saying "problem in updating task attributes. update failed."
    Any solution for this??.. Please help.
    Thanks in Advance.
    Edited by: VAYANAKA on Nov 26, 2010 10:48 PM

    Thank you for the reply..I have tried to create a new scheduled task. But while saving it again an Internal error pop up window comes saying " Description:Could not execute database read.The database encountered a problem with the specified SQL Query.Remedy: Check the database query.Contact your system administrator."..
    Is it any problem with my database.? I have checked database, its up and running??
    Thanks In advance.

  • OIM Design Console Errors with 11.1.1.5

    Since installing OIM 11.1.1.5, we are seeing errors in the Design Console while adding Fields to Forms. The new fields continually show as not saved, even when you select save. Even when closing and refreshing the form, the new fields show up, but the number beside them is still dark indicating they are not saved. When view the database, the fields are truly not there.
    Is anyone else seeing anything like this?
    Kerry

    - Is it a new installation or upgrade from 11.1.1.3 ? ?
    - Make sure its not a JRE issue.
    If its an upgrade did you upgrade the Design Console binaries as well.
    Also try configuring the Design Console in a different windows machine and validate the same.

  • OIM design console not working

    Hello experts,
    I have OIM 11g R1 installed on win 32 platform. while loggin in to design console am getting the following error:
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    javax.security.auth.login.LoginException: java.net.ConnectException: t3://10.10.30.28:14000/oim: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
    while am able to login into web console with the same username and password that am entering here.
    Kindly suggest.
    Regards,
    KK

    still getting the following exception:
    Error Keyword: DAE.LOGON_DENIED
    Description: Invalid Login.
    Remedy: Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    javax.security.auth.login.LoginException: java.net.ConnectException: t3://10.10.30.28:14000/oim: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
    Kindly suggest,
    regards,
    KK

  • OIM design console login error

    hi,
    i am able to log onto oim server (admin console) with xelsysadm and password
    but when i log onto design console.... it disappears
    what can be done?

    This issue was already resolved. Please look in to this thread
    Errror installing design console

Maybe you are looking for

  • Compile 9076 with LabVIEW 2014 Worked good with 2012 SP1

    An internal software error has occurred. Please contact National Instruments technical support at ni.com/support with the following information: Error 7 occurred at Open VI Reference in nirviOpenVIRefByNameOrPath.vi->niFpgaRemapObjsAndListIfUnderXNod

  • Cant find my saved image back in iPhoto

    Just bought PSE11. Still using iPhoto as my organizer. But when I finish an edit and save, I can't find my image. I understand that if I save without changing the file name or type, it should put it back in the same origin file. I tried setting my sa

  • Movement type 202

    Hi friends, There is Problem in mvt. type 202. I issue material to consumption from Warehouse by mvt.type 201 say 10 nos. Later when user identifies that by mistake he has issued more material than required. Now when he reverses the entry by mvt. typ

  • Error during Production order settelment

    I am getting error while settlement of production order " GL Account required valid Tax code", waiting for your advice. Thanks

  • Installing Windows XP Pro on Promise 133 RAID

    After much playing about heres the outcome. The crux seemed to be that I couldn't make the array active. FDISK on a boot disk told me that I couldn't make a disk active that was not the first. I looked at the the first and I found a 100Mb ATAPI ZIP d