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

Similar Messages

  • 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 startup error

    Trying to run the Design Console, but it gives following error. This is a new install 11.1.1.5 install and Admin,User console is working fine (on Windows environment)
    But Design console gives following error.
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/ejb/CreateExcep
    tion
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
    at java.lang.Class.getDeclaredMethod(Class.java:1935)
    at java.awt.Component.isCoalesceEventsOverriden(Component.java:5982)
    at java.awt.Component.access$500(Component.java:169)
    at java.awt.Component$3.run(Component.java:5936)
    at java.awt.Component$3.run(Component.java:5934)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Component.checkCoalescing(Component.java:5933)
    at java.awt.Component.<init>(Component.java:5902)
    at java.awt.Container.<init>(Container.java:249)
    at java.awt.Window.<init>(Window.java:432)
    at java.awt.Frame.<init>(Frame.java:403)
    at java.awt.Frame.<init>(Frame.java:368)
    at javax.swing.JFrame.<init>(JFrame.java:158)
    at com.thortech.xl.gui.base.tcFrame.<init>(tcFrame.java:34)
    at com.thortech.xl.client.base.tcAppWindow.<init>(tcAppWindow.java:104)
    at com.thortech.xl.client.base.tcAppWindow.main(tcAppWindow.java:173)
    Caused by: java.lang.ClassNotFoundException: javax.ejb.CreateException
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    ... 18 more
    Edited by: 970711 on Nov 22, 2012 10:57 PM

    may be jar is missing or get corrupted. try to copy all jars (lib and ext) again from <OIM_HOME>/designconsole/lib or ext again (make sure you have wlfullclient.jar under designconsole/ext folder)
    make sure if you copy using winscp at your local windows machine then must copy in binary mode

  • 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

  • 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!

  • 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 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

  • 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.

  • OIM11g Design Console saving error

    When I try to save the changes the attributes of a ITResource occurs error:
    Error Keyword: DAE.DB_COMMIT_FAILED
    Description: The transaction failed to commit. Changes have not been saved to the database.
    Remedy: Retry the transaction.
    Contact your system administrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcDataObjClient/bindToServer encounter some problems: java
    .lang.ClassNotFoundException: com.thortech.xl.ejb.interfaces.tcSVPDelegate
    oracle.iam.platform.utils.NoSuchServiceException: java.lang.ClassNotFoundExcepti
    on: com.thortech.xl.ejb.interfaces.tcSVPDelegate
    at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:197)
    at oracle.iam.platform.OIMClient.getService(OIMClient.java:174)
    at com.thortech.xl.client.dataobj.tcDataObjClient.bindToServer(tcDataObj
    Client.java:1481)
    at com.thortech.xl.client.dataobj.tcSVPClient.<init>(tcSVPClient.java:60)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.thortech.xl.client.dataobj.tcDataObjClient.constructDataObject(tc
    DataObjClient.java:1380)
    at com.thortech.xl.gui.base.tcChildTablePanel.save(tcChildTablePanel.jav
    a:1303)
    at com.thortech.xl.gui.base.tcChildTablePanel.postAll(tcChildTablePanel.
    java:1262)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.base.tcTabbedPane.postAll(tcTabbedPane.java:155)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.core.tcFormCore.postAll(tcFormCore.java:1070)
    at com.thortech.xl.gui.core.tcFormCore.OnSave(tcFormCore.java:677)
    at com.thortech.xl.gui.base.tcfrmMain.OnSave(tcfrmMain.java:334)
    at com.thortech.xl.client.forms.tcfrmServer.OnSave(tcfrmServer.java:138)
    at com.thortech.xl.client.base.tcfrmCarrierBase.OnSave(tcfrmCarrierBase.
    java:855)
    at com.thortech.xl.gui.base.tcToolBar$2.construct(tcToolBar.java:560)
    at com.thortech.xl.gui.util.SwingWorker$2.run(SwingWorker.java:33)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.ClassNotFoundException: com.thortech.xl.ejb.interfaces.tcSV
    PDelegate
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:191)
    at oracle.iam.platform.OIMClient.getService(OIMClient.java:175)
    at com.thortech.xl.client.dataobj.tcDataObjClient.bindToServer(tcDataObj
    Client.java:1483)
    ... 19 more
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcSVPClient/tcSVPClient encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.client.dataobj.tcSVPClient.<init>(tcSVPClient.java:71
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.thortech.xl.client.dataobj.tcDataObjClient.constructDataObject(tc
    DataObjClient.java:1380)
    at com.thortech.xl.gui.base.tcChildTablePanel.save(tcChildTablePanel.jav
    a:1300)
    at com.thortech.xl.gui.base.tcChildTablePanel.postAll(tcChildTablePanel.
    java:1262)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.base.tcTabbedPane.postAll(tcTabbedPane.java:155)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.core.tcFormCore.postAll(tcFormCore.java:1070)
    at com.thortech.xl.gui.core.tcFormCore.OnSave(tcFormCore.java:677)
    at com.thortech.xl.gui.base.tcfrmMain.OnSave(tcfrmMain.java:333)
    at com.thortech.xl.client.forms.tcfrmServer.OnSave(tcfrmServer.java:137)
    at com.thortech.xl.client.base.tcfrmCarrierBase.OnSave(tcfrmCarrierBase.
    java:855)
    at com.thortech.xl.gui.base.tcToolBar$2.construct(tcToolBar.java:559)
    at com.thortech.xl.gui.util.SwingWorker$2.run(SwingWorker.java:33)
    at java.lang.Thread.run(Thread.java:619)
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcDataObjClient/loadDataSetData encounter some problems: {
    1}
    java.lang.NullPointerException
    at com.thortech.xl.client.dataobj.tcDataObjClient.loadDataSetData(tcData
    ObjClient.java:1153)
    at com.thortech.xl.client.dataobj.tcDataObjClient.loadDataSet(tcDataObjC
    lient.java:1139)
    at com.thortech.xl.client.dataobj.tcDataObjClient.save(tcDataObjClient.j
    ava:139)
    at com.thortech.xl.gui.base.tcDataObjectHandler.run(tcDataObjectHandler.
    java:220)
    at java.lang.Thread.run(Thread.java:619)
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcDataObjClient/save encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.client.dataobj.tcDataObjClient.save(tcDataObjClient.j
    ava:142)
    at com.thortech.xl.gui.base.tcDataObjectHandler.run(tcDataObjectHandler.
    java:220)
    at java.lang.Thread.run(Thread.java:619)
    Mar 22, 2011 1:36:58 PM com.thortech.util.logging.Logger error
    SEVERE: Class/Method: tcDataObjClient/getRejections encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.client.dataobj.tcDataObjClient.getRejections(tcDataOb
    jClient.java:109)
    at com.thortech.xl.gui.base.tcDataObjectHandler.handleErrors(tcDataObjec
    tHandler.java:353)
    at com.thortech.xl.gui.base.tcDataObjectHandler.performAction(tcDataObje
    ctHandler.java:286)
    at com.thortech.xl.gui.base.tcDataObjectHandler.save(tcDataObjectHandler
    .java:140)
    at com.thortech.xl.gui.base.tcChildTablePanel.save(tcChildTablePanel.jav
    a:1304)
    at com.thortech.xl.gui.base.tcChildTablePanel.postAll(tcChildTablePanel.
    java:1262)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.base.tcTabbedPane.postAll(tcTabbedPane.java:155)
    at com.thortech.xl.gui.core.tcPaneCore.postAll(tcPaneCore.java:360)
    at com.thortech.xl.gui.core.tcFormCore.postAll(tcFormCore.java:1070)
    at com.thortech.xl.gui.core.tcFormCore.OnSave(tcFormCore.java:677)
    at com.thortech.xl.gui.base.tcfrmMain.OnSave(tcfrmMain.java:333)
    at com.thortech.xl.client.forms.tcfrmServer.OnSave(tcfrmServer.java:137)
    at com.thortech.xl.client.base.tcfrmCarrierBase.OnSave(tcfrmCarrierBase.
    java:855)
    at com.thortech.xl.gui.base.tcToolBar$2.construct(tcToolBar.java:559)
    at com.thortech.xl.gui.util.SwingWorker$2.run(SwingWorker.java:33)
    at java.lang.Thread.run(Thread.java:619)
    Has anyone encountered this problem?

    Please,
    1-check if all required jar files are into your DXL.HomeDir\ext and lib paths.
    2-III suggest you to copy design console path from $OIM_HOME\server and test it again.
    Please follow this forum as well: Re: Clarifications on OIM Design Console 11.1.1.5 Installation
    I hope this helps,
    THiago Leoncio.

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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.

  • 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 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

  • 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

Maybe you are looking for

  • Setting input fields to an empty string BIG PROBLEM

    Hi Rob, thanks for your rerply, It makes sense alright, but I am using 2 seperate input fields. I have discovered what is causing the problem . After the user types into the inputfield and moves on to a different frame, I have set the input field to

  • Select with aggregate function MAX

    Hi, Can I write a query like: select field1 field2 MAX( field3 ) from z_table into table itab for all entries in itab2 where field1 = itab2-field1      and field2 = itab2-field2. In the above case all the 3 fields are key fields. Thanks in advance.

  • *** WARNING: Could not start service 80 for protocol HTTP on host MyFQDN

    Hi, I m configuring an external Sap webdispatcher to point to an ICF service I need to install it on Windows Web server where others web sites are running. I configured a specific ip for that on the Web servers and enter the DNS name in our domain. O

  • Need to UPDATE but don't want to lose rankings, last played, playlists, etc

    I need to download the new version of iTunes for some reason, in order to buy an ipod and even to download certain songs in the itunes store. This is very annoying. In the past, when I've updated my itunes to a new version, I've lost the song ranking

  • Problem with the Aggregates

    Hi, I have created few aggregates in Development and transported them to two diff systems (Servers) Quality and Testing. The queries are using the aggregates in the Quality but not in the Testing system. Please help me.