Admin console custom menu

Hi,
In the admin console, I cannot enter the custom menu option anymore to set up custom menu. I must have entered a wrong character in the process name or whatever.
Do you know in which table the information are stored in the database?
Kind regards,
Chanthy

Hi,
No worries, I solved the problem. Information are stored in an .mnu file in the webfolder\application name\process selector.
I edited this file and deleted the special character. Everything is fine now.
Kind regards,
Chanthy

Similar Messages

  • BPC 75 MS, "Admin Console Tasks" menu pruned from Citix

    I have a small team of users that have full access to all capabilities (necessary Task Profiles)  in the Client Administration app for the desired Appset.  However, all the "Admin Console Tasks" are stripped from Administration page, when displayed and publishing to Citrix Xapp6.0.
    Any ideas what may be pruning certain tasks in this environemnt?
    SAP BOBP BPC 7.5 Sp6 MS
    Win 2008 R2

    Perhaps the Admin Conosle was not installed properly? I uninstall the "SAP Business Planning and Consolidation Administration Client" from the Citrix Server, then again use add/remove programs and install the Admin Client again, making sure it's installed under a user that has local admin rights. You can find the executable in your BPC/PC_MS folder on the app server under \Websrvr\Web\Installation and the file name is EverestAdmin.exe. Usually when those tasks don't appear and you are certain the user has the proper BPC security set up, then the Admin Client is likely not installed properly.
    Also, I don't think BPC 7.5 supports Xapp version 6 yet, only version 5.
    Brian

  • Sun java system application server 8 custom realm lock the admin console up

    Hi:
    I implemented a custome realm. After I installed the custom realm to Sun App server 8 PE, I can get into the admin console any more. According to the log, the user is authenticated. However, this user isn't in write group to access the admin console. What would be the user group in a custom realm to access admin console?
    In version 7, even you set up custom realm the admin console still not affected by the custom realm. Why is the admin console in version 8 picking up custom realm?
    Thanks.

    Previous reply was quite misleading - there is no such thing as default admin password for standalone installation of Application Server. Default values only apply to Application Server installation installed through Creator or NetBeans installer.
    Otherwise, you have to specify admin user name and password at installation time. Admin username value is defaulted to "admin" so unless you changed it in your installation that should still apply. You had to enter explicit password values.
    If you forgot those, you can either uninstall and reinstall or you can take a look at Troubleshooting Guide for instructions on reseting admin authentication:
    http://docs.sun.com/source/817-6085/troubleshooting.html#1026910

  • Building an Admin Console Extension for a Custom Security Provider

    I am looking for an example or a description how to build an Administration Console extension for a custom Authentication Provider.
    Especially the creation page for the provider is interesting because I am not able to create and register the required Authentication Provider MBean.
    The call “mbeanHome.getMBeanServer().createMBean(className,objectname)” always throws the following Exception “javax.management.ReflectionException: The MBean class could not be loaded by the default loader repository”
    Even if I try the class “weblogic.security.providers.authentication.IPlanetAuthenticator”, that is part of the bea distribution, the same exception is thrown.
    It seams that the Problem has something to do with class loaders?
    When I use the standard admin console pages to create and configure my provider everything works fine.
    The only example “kennedy0208.zip” I found in the net does not deal with the creation of the MBean.
    It only customizes the edit pages for the provider and at that point the MBean has already been created by the standard admin pages.
    Maybe the author discovered the same Problems and gave up!?
    What makes me wondering is that I have to put my MBean Classes to my console extension war file to be able to import the packages in my jsp.
    If I not put the classes to my war the compiler throws an exception because he can’t resolve the package.
    Because I moved my provider implementation jar to the directory “WLHOME\server\lib\mbeantypes” as described in the bea documentation it should run without putting the classes to the war!?!
    I am very surprised that the bea documentation does not provide any example about this topic.

    Found it. Cut and paste error. I still had one of their example class
    names in my code. Oops.

  • Custom Single Container not showing up in the Admin console

    I developed a custom single container and deployed the java files and xml's successfully.
    But the container doesnt show up in the admin console as a container channel.
    I am not able to add and delete new channels into this container .Can anyone throw light on this issue..
    raj

    I'm seeing the same thing as Simon, I changed the iOS device name in both places on an iOS device and the name in the Intune console is still "iPhone" which is really unhelpful as I'm sure you can imagine.  Is there some other place
    that we should be going to rename devices so they are more easily identifiable in the Intune console?
    Thanks!

  • How to administer custom Desktop Channel Attributes via Admin Console?

    I have a desktop channel (JSPProvider) that requires some global settings (database connect info, etc.) to be made by an administrator after deployment and before use. Is it possible to make the custom attributes show up in the administration console (Manage Domains --> myDomain --> Applications --> Desktop --> Domain Attributes --> myChannel --> Edit Channel)? Is there a HTML-Template that I can edit?
    What would be the preferred way to enter such settings?

    this is a little more difficult when you are using JSPProvider rather than a direct custom channel. Basically what you need to do is go into /etc/opt/SUNWips/xml and find something like iwtUserInfoProvider.xml
    Copy and edit this file for you own channel and then using ipsadmin -import bring the new channel attributes and privs into the profile service. These will then show up in the admin console. If you want to be doing this sort of stuff then I would recommend write a whole new channel provider rather than use JSPProvider

  • Custom colours for  - Content Repositry Tree in Admin Console

    Hi All ,
    I am using weblogit 10.2 and MySql 5.0.
    I am usng default workflow for the content.
    Is it possible to display custom colours in the content repository tree, for the content based on the workflow status.
    and also in the tree , left side of content will have small image. This image also should be cusomizable based on workflow state of the content.
    I have changed images present in following location:
    servers\AdminServer\tmp\_WL_user\wlp-tools-common-web-lib\4z3u4s\framework\skins\wlp-tools\images
    But the changes are not reflected in the admin console tree view ,after redoplying the application.
    Srinvias

    Are you sure that the connection pool and datasource deployed
    successfully? (Check the logs for an error.)
    Also, I suspect that you want a TxDataSource instead of a
    JDBCDataSource.
    -- Rob
    Weblogic NewsGroups wrote:
    Summary of problem: Get a javax.naming.NamingNotFoundException when
    selecting the DataSource (see the configuration below) in server JNDI
    tree in Admin Console
    TheConnection Pool and a corresponding DataSource are configured as
    follows:
    <JDBCDataSource
    JNDIName="jdbc.PNStoreDB"
    Name="PNStoreDB"
    PoolName="PNStorePool"
    Targets="serverA"
    />
    <JDBCConnectionPool
    CapacityIncrement="2"
    DriverName="weblogic.jdbc.oci.Driver"
    InitialCapacity="2"
    LoginDelaySeconds="1"
    MaxCapacity="10"
    Name="PNStorePool"
    Properties="user=rms;password=rms;server=ora81"
    RefreshMinutes="10"
    Targets="serverA"
    TestTableName="dual"
    URL="jdbc:weblogic:oracle"
    />
    Can't figure out why this is happening. The following is output to
    the Admin Server command prompt:
    <May 18, 2001 10:20:02 AM EDT> <Error> <HTTP>
    <[WebAppServletContext(6233000,console)] exception raised on
    '/console/panel
    javax.naming.NameNotFoundException: Unable to resolve jdbc. Resolved:
    '' Unresolved:'jdbc' ; remaining name ''
    <<no stack trace available>>
    I tried using a different JNDI name for the DataSource (e.g. just
    PNStoreDB) with no success.
    The weird thing is that it messes up other resources bound in the JNDI
    tree. For e.g. I have some EJB's bound under ejb/XXXX that I can
    click on and view in the Admin Console (JNDI tree) before I add the
    pool and DataSource. After I add them though, I see the same
    NameNotFoundException for these as well.
    Thanks in advance for your help.--
    Coming Soon: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnweblogic.com

  • Historical Reports Link Missing in Admin Console Menu

    Hi,
    We have a weird situation in a new installation. In Admin Console Menu Historical Reports Link does not appear. I have checked WIN table, it seems ok, there is a row for Historical Report, also all records about historical reports inside xlWebAdmin.properties and xlDefaultAdmin.properties files are there.
    Any ideas why this link happens to be missing?

    Hi,
    I'd bid that the audit module is not installed then. At least in UPA_USR you'd see the row that belongs to the XELSYSADM user. I don't know if you can manually enable it someway.
    If you have any free dev machine (or in a VM), I'd advice you to make a fresh install of OIM without the audit module, and see if the resulting system seems to your actual one. Installing in a XP environment under JBOSS won't take you more than 30 minutes.
    Regards,

  • Admin Console access with custom providers

    Hello,
    I am using a custom authentication and authorization providers that
    work just fine with my applications, but i have problems using Admin
    Console with them (WL Server 7.0). The server is successfully started
    with a user that has been given rights to '<svr>.myserver.boot' etc.
    Logging into Console is successful as well and most Console pages can
    be viewed as usual. But when i'm trying to save any changes, or if i
    try to just view certain Console pages, i get
    'weblogic.management.NoAccessRuntimeException'. For example:
    weblogic.management.NoAccessRuntimeException: Access not allowed for
    subject: principals=[MyPrincipalImpl:  Admin Weblogic], on
    ResourceType: JDBCTxDataSource Action: write, Target: PoolName
    or
    weblogic.management.NoAccessRuntimeException: Access not allowed for
    subject: principals=[MyPrincipalImpl:  Admin Weblogic], on
    ResourceType: Security:Name=MyRealmMyAuthenticator Action: execute,
    Target: listGroups
    When viewing most console pages, the custom provider is called by
    WebLogic, resource information is parsed, then found from the
    Principal and permission is granted. But as seen above, in some cases
    WebLogic itself tries to find something non-existing from my
    Principal, totally bypassing my custom provider implementation.
    Obviously i am missing something here :).
    Is there a way to direct all Console security checks to my custom
    provider, or could this perhaps be a matter of configuration?
    Any and all help is greatly appreciated!
    - Andy -

    "Andy" <[email protected]> wrote in message
    news:[email protected]..
    Hello,
    I am using a custom authentication and authorization providers that
    work just fine with my applications, but i have problems using Admin
    Console with them (WL Server 7.0). The server is successfully started
    with a user that has been given rights to '<svr>.myserver.boot' etc.
    Logging into Console is successful as well and most Console pages can
    be viewed as usual. But when i'm trying to save any changes, or if i
    try to just view certain Console pages, i get
    'weblogic.management.NoAccessRuntimeException'. For example:
    MBean operations need a user with Admin role.

  • Admin Console Integration for Users in a Custom Realm

    We are implementing a custom realm and are having troubles getting our Users to
    show up in the User list.
    Our user class extends weblogic.security.acl.User, and is forced to use the default
    CTOR because our data access layer requires it.
    Unfortunately, getName() returns null if the User(String) constructor is not used.
    Furthermore, Identity::setName() is final, so it seems as though there is no
    way to set the user's name after construction.
    I am correct in this?
    If so, any thoughts on whether it is worth going down the path of making my user
    class implement Principal instead of extending weblogic.security.acl.User? I
    would be forced to try to guess at what methods in User are required to integrate
    with the admin console, I believe. I have not been able to find any documentation
    that specifies what api/contract the console uses when it attempts to display
    user, role, acl information for a custom realm.
    Any advice would be greatly appreciated.
    -chris

    My comments mixed with your text
    "Chris Goodacre" <[email protected]> wrote:
    >
    We are implementing a custom realm and are having troubles getting our
    Users to
    show up in the User list.
    Our user class extends weblogic.security.acl.User, and is forced to use
    the default
    CTOR because our data access layer requires it.
    Unfortunately, getName() returns null if the User(String) constructor
    is not used.Yes.
    Furthermore, Identity::setName() is final, so it seems as though there
    is no
    way to set the user's name after construction.
    I am correct in this?Yes. Changing a user's name on a constructed user object is like mutating that
    user to another user - a security hole. It isn't allowed.
    >
    If so, any thoughts on whether it is worth going down the path of making
    my user
    class implement Principal instead of extending weblogic.security.acl.User?I'd try to stay with extending weblogic.security.acl.User, but also implement
    weblogic.security.acl.CredentialChanger, so you can change passwords through the
    console (otherwise you get NullPointerExceptions).
    You really want to get around not being able to supply a user name as part of
    the ctor.
    I
    would be forced to try to guess at what methods in User are required
    to integrate
    with the admin console, I believe. I have not been able to find any
    documentation
    that specifies what api/contract the console uses when it attempts to
    display
    user, role, acl information for a custom realm.
    Any advice would be greatly appreciated.
    -chris1. Your realm should extend AbstractManageableRealm and implement DebuggableRealm
    if you want to integrate with the console.
    2. The only contract is to implement all the methods!
    3. Check the type of the user and group objects being passed to your realm - if
    they're not your user and group type, reject the call.
    4. The documentation is indeed terrible, and often wrong. The examples shipped
    are incomplete (the RBDMS realm shipped has approx 1/3 of the functionality).
    You'll get good with jad.
    Should all be better in 7.0 with JAAS. The realm interfaces is a dog.
    Good luck,
    simon.

  • Configure custom application properties from admin console on 10gR3

    Is there a way to promote a property in an application, deploy that application EAR to weblogic server 10gR3 and configure the property from admin console?
    E-g: creating two properties loggingEnabled, logLevel in an application and based on the needs configure logging from server admin console.

    You have to write your own management mbean,
    Examples can be found here:
    - http://blogs.oracle.com/WebLogicServer/2009/10/developing_custom_mbeans_to_ma.html
    - http://blogs.oracle.com/WebLogicServer/2009/11/developing_custom_mbeans_to_manage_j2ee_applications_part_ii.html
    - http://blogs.oracle.com/WebLogicServer/2010/03/developing_custom_mbeans_to_ma_1.html
    Good luck

  • Customizing portal admin console

    hi,
    I have a requirement to display only pages, portlets, roles for entitilement only to display to specific setof users in portal administration console.
    How to customize portal administration console.
    Thanks
    Manu

    Hi Manu
    As Kevin already mentioned, Delegated Adminstration will work perfectly for your requirement and this is very powerful feature from Weblogic Portal. You can control any areas of Portal Admin Console, using this Delegated Admin Privileges. Open Portal Admin Console, create some DA Roles. For this DA Roles, add some users or groups etc. Then for specific areas of Portal Admin console, on right side almost for any page, you will see 2 tabs named Entitlements and Delegated Adminstration. Use the DA Tab to assign these Roles. And login with those Users.
    Thanks
    Ravi Jegga

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

  • Custom Menu Error

    Hello,
    I have built a custom menu to access input templates and reports. It somehow seems to work very inconsistently. For e.g. if I use the following parameters:
    ACTION: OPENFILE
    P1: REPORTS\WIZARD\zadf1.xlt
    The system issues the following error even though there is a template with the specified file name in the directory:
    'zadf1.xlt' could not be found. Check the spelling of the file name, and verify that the file location is correct
    The cusom menu however works for some other templates. And I canot determine the reason why it works in some cases and it does not in other cases.
    Have any of you encountered this issue? If so, how did you resolve the issue?
    FYI, we are on BPC MS 7.5
    Thank you & regards
    Raja

    You are refering a local file with custom menu.
    So I suppose the file exist into server but it was not download into client side (My documents\BPC(it can PC_MS depending by version)....)
    It is working for some other files because these files were oledr and were download into client side.
    You have to increase the tempate version from admin console or from web admin page and after that into client side to do refresh templates from eTools- Client Options - Refresh Report Templates.
    After that everything will work fine.
    Regards
    Sorin Radulescu

  • Read Only Admin Console

    Hey,
    Has anyone found a way to add further restrictions to users logged in to the Admin Console based on membership to a Group? Restricting them to specific Menu Items is taken care of, but I'd like to be able to prevent them from editing anything in the Manage Users section.
    Ideally they would be able to view the user details page and user resources, but not be able to change them in any way. At the same time I'd like to filter out certain user fields from displaying (for instance, the person's SSN).
    Is there any way to do this outside of front-end customization? This is using OIM 9.1.0.0.

    If I understood your qurey correctly... try changing the property of the user filed in FormMetaData.xml to readonly. By this you just display the fileds but are not editable.

Maybe you are looking for