OIM Admin Console Customization: Replacing product logo

Hi,
I am not able to find the Global images section in the
xlWebApp\WEB-INF\classes\xlWebAdmin.properties file. I would like to change the value of the property called global.image.clientlogo .
Does anyone know why the Global images section is missing in the xlWebAdmin.properties file?
Thanks.

Follows the procedure that I used to customize my admin console:
1) Uncompress the entire xlWebApp.war file from the <XL_HOME>/xellerate/webapp directory into any directory.
2) Insert my custom_logo.gif in \images directory.
3) Change the property "global.images.clientlogo=\images\client_logo.gif" to "global.images.clientlogo=\images\custom_logo.gif" in xlDefaultAdmin.properties located in \WEB-INF\classes\
4) Create a new archive file called xlWebApp.war using jar utility
5) Copy (overwrite) this new xlWebApp.jar file in <XL_HOME>/xellerate/webapp
6) Navigate to <XL_HOME>/xellerate/setup directory
7) Run the patch_<app_server> where <app_server> is the name of your application server. Don't forget to provide the additional information required by this command.
8) Restart your application server.
This worked for me. I'm using OC4J, but I've tested this configuration in Jboss as well.
Hope that helps.

Similar Messages

  • Error occured while searching for users in OIM admin console.

    Hi Experts,
    I deployed code from dev environment in to Test environment using deployment manager in OIM and also completed metadata import using weblogic metadataimport utility.Then when itried to search for users in OIM admin console. I am getting the following error.
    Error messager:
    ADFC-10001: cannot instantiate class 'oracle.iam.identitytaskflow.backing.taskflows.modifyuser.ModifyUserView'
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #12
    Did any body faced this issue?
    Can u please suggest me on this?
    Thanks,
    Sri.

    I've faced same error !!

  • OIM Admin console, ordering of a LOV

    Hi,
    I've added a new List of Values data item to the User attributes screen in the OIM admin console. This displays & works OK, but the ordering of the values within the drop down isn't as required.
    It was created with LOV type of 'Admin Configured'.
    It's not in alphanumerical order of the codes or the display values.
    It seemed initially that the ordering was as per the lkv_key in the LKV table. i.e. it was displaying the values in the order in which they had been created in the LKV table.
    However, I've since deleted and removed the values using the Design Console so that the lkv_key is in the order that I want & that hasn't fixed things.
    We have flushed the cache to ensure that it isn't using stale data but to no effect.
    We have also tried using the LOV type of 'By Query' but this results in the wrong type of widget being shown on screen. It gives you a search & select pop-up thing rather than the simple drop down field that we want.
    The default interface has a couple of drop downs with ordered values (Profile tab, Attributes, Preferences for Time Zone & Locale), but I can't figure out how these work.
    Can anyone advise on how we get an ordered drop down field?
    (We're using 11.1.1.6).
    Thanks.

    Hi Sagar,
    Thanks for your help.
    This sounded promising - but didn't work :(
    I did the export & it came out in the order it was being displayed (3,2,1,4).
    I amended the file as required (1,2,3,4) & imported.
    Still displays in the admin console as 3,2,1,4.
    Flushed the cache.
    Still displays in the admin console as 3,2,1,4!
    (Incidentally I exported again & this time it came out as 1,3,2,4).
    There must be something else in the console display that's enforcing the 3,2,1,4 order.

  • I depolyed a webapp in oim server problem is oim admin console is not opend

    hi
    i have deployed a webapplication in oim server(jboss) the application is developed using struts. the application is deployed successfully.after server starting the oim admin console is not opend it gives following error .I am using oim 9101 with jboss server
    [ServletException in:/layouts/tjspClassicLayout.jsp] java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.message(Ljavax/servlet/jsp/PageContext;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    can any one help me.
    Thanks.

    First of all you remove your war or ear file.
    Don't take jar from outside. Take the all jar from OIM machine, used by xlWebApp. You don't need to download any extra jar if it is simple web application based on struts.
    Rebuild with your war or ear with new jar. Than just try it.
    Hope this is clear case of jar confliction.

  • 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

  • Extending the OIM Admin Console with an extra tab

    Hi All,
    I've been busy for some time to add an extra tab to the management console of OIM, the extra tab I succeeded adding it using the supplied documents. But on this tab a table has to be showed which gives the user the possibility to manage the content of that table (just a view on a DB table thus). I've build this application in JDev as an ADF (web)application which I then deploy as ADF library and which then should give me the possibility to add this application using a region.
    So in this ADF library I have a page fragment which only contains a region which points to the workflow for the table editing, this fragment is then referred to as described in the "customizing_oim_ui_selfservice_to_add_an_adf_tab.pdf". This all looks to work just fine except for when entering the newly created tab, the tab stays blank and in the logfile I see some messages:
    <Warning> <oracle.adf.view.rich.component.fragment.UIXRegion> <BEA-000000> <
    java.lang.IllegalStateException: The expression "#{data.sodMainFragmentPageDef.editsodtaskflow1.regionModel}" (that was specified for the RegionModel "value" attribute of the region component with id "r1") evaluated to null.
    This is typically due to an error in the configuration of the objects referenced by this expression.
    If it helps, the expression "#{data.sodMainFragmentPageDef.editsodtaskflow1}" evaluates to "null".
    If it helps, the expression "#{data.sodMainFragmentPageDef}" evaluates to "null".
    If it helps, the expression "#{data}" evaluates to "oracle.adf.model.servlet.HttpBindingContext@100f4dd5". Now using an empty RegionModel instead.
    at oracle.adf.view.rich.component.fragment.UIXRegion.getRegionModel(UIXRegion.java:439)
    So my question is, why do I get this message and secondly is this the right approach or should I do it in an other way or don't do it at all?
    Maybe somebody knows if it is possible to use ADF Business components inside OIM to be used for added functionality to the self service??????
    Edited by: soverbosch on 8-dec-2011 14:13

    Did you ever get this answered? I know this is an old thread, but I am hoping someone can chime in.
    soverbosch wrote:
    Hi All,
    Maybe somebody knows if it is possible to use ADF Business components inside OIM to be used for added functionality to the self service??????
    Edited by: soverbosch on 8-dec-2011 14:13

  • OIM Admin Console Browser Compatability

    Can any one tell what are all the browsers and there versions that OIM Compatible with.

    Hi !!
    I believe, the folwoiing steps will lead you to resolving the issue
    1. Open control panel , look for " java plug in ".
    2. Click the java plug in , enable browser settings.
    I had faced the problem ,while "rendering the worfkflow ", as IE has to Java plug in enabled... so .. tats it..
    All the best !!
    Happy OIMiinnggg !!

  • Not able to see newly created dummy resource object in OIM admin console.

    Hi,
    Created a new IT resource type and IT resource.Next created a new resource object "ResourceABC" and provided Allow all and Self Request Allowed option. However, still am able to see the resource object "ResourceABC" in the list of resources(when user selects Provision resource template) during self service or request for others.
    Please let me anything I have missed during resource object creation. I guess issue is at the resource object level.
    Note: It is a dummy resource object.
    Thanks.

    I have selected the check box for Allow All and Self Request. With regard to assign the resource by going to each organization, I believe is to provision the resource to all users in under that organization. But I want end user to request for this resource with self service console for self/others. But resource is not showing up in the list of resources.
    Kindly help.
    Thanks.

  • OIM 9.1.0 installation- Unable to access Admin console

    Hello OIM Gurus,
    I'm new to OIM. I am trying to setup OIM 9.1.0 one of windows VM. After the installation i'm unable to access to oim admin console using link http://localhost:8080/xlWebApp
    If I try to access the above URL i get "The requested resource (/xlWebApp) is not available" message.
    Here are the details for the environment
    Environment: Windows Server 2003 R2
    OIM Version: 9.1.0
    App Server: jboss-4.0.3SP1
    Database (OIM repository): MS-SQL server 2000 sp4
    Please throw some light on this.
    Thanks.

    Thanks Kevin. I have looked at the setup-jboss.profile.log inder <OIM_HOME>\xellerate\logs . I could find the below error
    move] Moving 1 files to C:\oracle_idm\xellerate\webapp\precompiled
    [move] Attempting to rename: C:\oracle_idm\xellerate\webapp\precompiled\jsp-temp\tjspIndex.jsp to C:\oracle_idm\xellerate\webapp\precompiled\tjspIndex.jsp
    [jasper2] log4j:WARN No appenders could be found for logger (org.apache.jasper.compiler.JspRuntimeContext).
    [jasper2] log4j:WARN Please initialize the log4j system properly.
    [jasper2] Error in class org.apache.jasper.JspC
    BUILD FAILED
    file:C:/oracle_idm/xellerate/setup/jboss-setup.xml:245: org.apache.jasper.JasperException: Unable to initialize TldLocationsCache: null
         at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:155)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
         at org.apache.tools.ant.Task.perform(Task.java:341)
         at org.apache.tools.ant.Target.execute(Target.java:309)
         at org.apache.tools.ant.Target.performTasks(Target.java:336)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:39
    Do you have any idea how do i fix this issue? Any help would be really appreciated.

  • Regarding Background color change in OIM admin and user console

    Hi all,
    I tried to change the Background color and Text modification in Login Page,Register Page of OIM Adminstration and user console.
    As per the Oracle® Fusion Middleware Developer's Guide for Oracle Identity Manager 11g guide i did Style Sheet Modifications.I created the skin the trinidad-skins.xml and myskin.css in admin.war and iam-consoles0faces.war.Even after it not reflecting on oim admin and user console.
    After modifiacetions i cleared purgecache.sh as well as tmp [$DOMAIN_ROOT/servers/oim_server1/tmp/] directory.
    I think i have done modifications in wrong way.Can anyone please suggest me to do the correct modifications as soon possible.
    Regards,
    Karthick.

    Hi Kevin,
    Thanks,
    I am not able recall any major change.
    All i can recall is changing some files for customization like changing some text through filexlWebApp.war and i also i have not i am still to run patch utility. I guess this should not be the reason.
    Which configuration file i should look for this ?
    Ritu

  • OIM 11g Web Console Customization

    Hello All IDMers,
    I need your guidance to perform two tasks related OIM 11G web console customization:
    1) My client has employee id as userid in user table. So while processing approval, the user id of the person requested approval is displayed in the approval table when i log in to admin console as an Approver. Is there a way I can customize the web console to display the full name or display name from the user table instead of user id in table that holds the list of all person who have req for approval.
    2) when i login admin console, on the top right corner next to sign out my user id iis siplayed, instead i want to change it to <First Name> <Last Name>.
    pls. help me with this.
    Thank u all.
    Regards,
    ~VSN

    Hello all,
    I guess we got to make changes to the ADF framework in 11 G.
    Any ideas on how to go about it?
    Issue Summary : Approval Request Table -> display fullname of approval requestor instead of user id
    Admin console login -> when logged in -> show <first Name> <last name> instead of User Id next to SIGN OUT button.
    Thanks.
    Regards,
    ~VSN

  • How to Customize sysadmin page logo in OIM 11gR2

    Hi,
    How to Customize sysadmin page logo in OIM 11gR2, i have customized identity page logo successfully.
    can anyone help me.
    Thanks and Regards,

    Hi,
    i have changed identity page logo by using customize option, But in sysadmin page there no such option, is it possible to change image same as identity console.

  • Error while starting OIM admin and design console

    Hi all,
    I have OIM 9.10.2 deployed on Jboss 4.2.3GA with oracle 10g as database.Installation was successfull and after that we tried some simple use cases on that.
    This time after starting Jboss it gave an error "Network Adapter cannot be connected".
    It came because RMI port was in use and because of the change in IP Address,we changed both of them.
    changed RMI port in jboss-service.xml
    changed IP address to Host name in xlconfig.xml,jboss.profile.xml and xell-ds.xml files
    But now when we run server and try to access the consoles we get the following errors -
    Admin console error - OIM admin page opens stating the error "System error was encountered"
    Design console error - Oracle Identity Manager Design console could not allow you log in
    Diagnostic dashboard error - Invalid username or password ( i m sure of the id and pwd )
    Jboss logs -
    2010-10-22 16:30:10,986 WARN [XELLERATE.DATABASE] Trying to get the connection count : 3
    2010-10-22 16:30:10,986 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while attempting to get a new connection: null
    org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLRecoverableException: Io exception: The Network Adapter could not establish the connection)
    2010-10-22 16:30:10,986 WARN [XELLERATE.DATABASE] Trying to get the connection count : 4
    2010-10-22 16:30:10,986 ERROR [XELLERATE.DATABASE] Class/Method: DirectDB/getConnection encounter some problems: Error while retrieving database connection.Please check for the follwoing
    Database srever is running.
    Datasource configuration settings are correct.
    2010-10-22 16:30:10,986 ERROR [XELLERATE.DATABASE] Class/Method: tcServerProperties/initServerProperties encounter some problems: {1}
    java.lang.NullPointerException
         at com.thortech.xl.dataaccess.util.tcServerProperties.<init>(Unknown Source)
    16:30:10,986 ERROR [XIMDD] Class/Method: UserVerificationServlet/loginUser encounter some problems: RuntimeException; nested exception is:
    java.lang.NullPointerException
    Thor.API.Exceptions.tcAPIException: RuntimeException; nested exception is:
    java.lang.NullPointerException
    at Thor.API.tcUtilityFactory.getPropertyValue(Unknown Source)
    at Thor.API.tcUtilityFactory.<init>(Unknown Source)
    at com.thortech.xl.systemverification.webapp.UserVerificationServlet.log
    inUser(Unknown Source)
    Please suggest what might be the change that affected our OIM instance and how can we solve this problem.
    Thanks,
    Deepika

    Hi Sunny,
    I checked both the files you mentioned both of them are correct.Changed the RMI port in jboss-service.xml to its original value.Still I am facing the same error :(
    2010-10-27 10:40:56,821 WARN [XELLERATE.DATABASE] Trying to get the connection count : 1
    2010-10-27 10:40:56,837 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while attempting to get a new connection: null
    org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLRecoverableException: Io exception: The Network Adapter could not establish the connection)
         at org.jboss.resource.adapter.jdbc.xa.XAManagedConnectionFactory.createManagedConnection(XAManagedConnectionFactory.java:155)
         at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:619)
         at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:264)
         at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:613)
         at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:347)
         at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:330)
         at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:402)
         at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:849)
    2010-10-27 10:40:56,837 ERROR [XELLERATE.DATABASE] Class/Method: DirectDB/getConnection encounter some problems: Error while retrieving database connection.Please check for the follwoing
    Database srever is running.
    Datasource configuration settings are correct.
    2010-10-27 10:40:56,852 ERROR [XELLERATE.WEBAPP] Class/Method: tcWebAppSettingsAction/execute encounter some problems: RuntimeException; nested exception is:
         java.lang.NullPointerException
    Thor.API.Exceptions.tcAPIException: RuntimeException; nested exception is:
         java.lang.NullPointerException
         at Thor.API.tcUtilityFactory.getPropertyValue(Unknown Source)
    -Deepika

  • Search users in OIM from Admin Console

    Hi,
    I am trying to search for users logging into admin console as a end user. But my search didnot result any users though there are many users in OIM. I have given all the permissions available to the group in which this user is present and Manage User menu item to that group.
    Can anyone one please let me know, if the end-user will ever be able to search for other users in OIM ?
    PS: If I add the end user group as sub-group to sysadm group, then everythin works fine, But this is not the solution for me!!
    Thanks in Advance

    Permissions to view users are done at the organization level. If you want a specific group of users to be able to search for other users, create a group. then go to manage organizations and select administrative groups from the drop down. Add that group with at least read permissions. Usually if i know requests and such will need to be submitted for other users, i give all users read access to the main organization.
    -Kevin

  • OIM 910: Adding a new menu to the admin console

    Hi,
    I followed the instructions to create a new menugroup/item in the admin console: http://download.oracle.com/docs/cd/E10391_01/doc.910/e10362/custmenu.htm#sthref118, but I see no changes in the console, once redeployed.
    Is there something more in addition to the things described from the manual?
    Env: OIM 910 on Solaris 10, JBOSS
    Thanks in advance.
    Regards.

    Never mind, there was a deployment problem with JBOSS.
    Now everything works, fine, even though the step I followed are slightly different from what the guide describes.
    Thanks a lot.

Maybe you are looking for