Remove 'Side Navigation link' in oracle irecruitment manager

Hi everyone,
I have repeated tried to remove a Side Navigation Link container holding: New Vacancy and New Offer Link in Oracle iRecruitment Manager.
Responsibility: iRecruitment Manager, I want these two links disable, i have tried rendering it False but nothing.
How do I disable this region so that it does not show, please help.
Cheers,

Hi
i already see that file
above is my file
is it correct to disable the link
can u see my script and tell me anything if im not correct
plz help me for this
Edited by: ARYABRAHMA on Feb 4, 2013 10:06 PM

Similar Messages

  • Java.lang.IndexOutOfBoundException on clicking side navigation link

    Hi,
    I have to dynamically invoke a side navigation menu from Page 1,
    Here is the code that I have written:
    Process request:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    // Starting a new transaction to avoid any back navigation error
    if (!pageContext.isBackNavigationFired(false)){
    if (!TransactionUnitHelper.isTransactionUnitInProgress
    (pageContext, "partChangeTxn", true)){
    TransactionUnitHelper.startTransactionUnit(pageContext, "partChangeTxn");
    if (!pageContext.isFormSubmission()){
    // Side Navigation Menu
    String recPartChanges =
    pageContext.getMessage("XXGAHL", "XXGAHL_OSP_REC_PART_CHNG_Q", null);
    String viewPartChanges =
    pageContext.getMessage("XXGAHL", "XXGAHL_OSP_VIEW_PART_CHNG_Q", null);
    //Get the side Navigation Links.
    OASideNavBean sideNav =
    (OASideNavBean)createWebBean(pageContext, OAWebBeanConstants.SIDE_NAV_BEAN,
    null, "sideNav");
    //Record Part Changes Queue
    OALinkBean recPartChangesQueue =
    (OALinkBean)createWebBean(pageContext, OAWebBeanConstants.LINK_BEAN,
    "VARCHAR2", "recPartChangesQueue");
    recPartChangesQueue.setText(recPartChanges);
    recPartChangesQueue.setDestination
    ("OA.jsp?page=/kal/oracle/apps/xxgahl/osp/webui/XxgahlOspPartChangesPG");
    sideNav.addIndexedChild(recPartChangesQueue);
    recPartChangesQueue.setSelected(true);
    //View Part Changes Queue
    OALinkBean viewPartChangesQueue =
    (OALinkBean)createWebBean(pageContext, OAWebBeanConstants.LINK_BEAN,
    "VARCHAR2", "viewPartChangesQueue");
    viewPartChangesQueue.setText(viewPartChanges);
    viewPartChangesQueue.setDestination
    ("OA.jsp?page=/kal/oracle/apps/xxgahl/osp/webui/XxgahlOspViewPartChangesPG");
    sideNav.addIndexedChild(viewPartChangesQueue);
    viewPartChangesQueue.setSelected(false);
    OAPageLayoutBean pageLayout = pageContext.getPageLayoutBean();
    pageLayout.prepareForRendering(pageContext);
    pageLayout.setStart(sideNav);
    This is rendering properly.
    However, I want the same side navigation in the called page. When I write the same code in process request of called page (i.e XxgahlOspViewPartChangesPG); and try to click on the link from the Page 1, I get "java.lang.IndexOutOfBoundException". But, if I do not write any side navigation invoking code in the process request of called page, I get no error.
    Please help.
    Regards,
    Farrah

    hi
    would u please provide the complete error stack
    thanx
    Pratap

  • Broken link to Oracle Identity Manager v9.0.0 Documentation

    I've just tried to download OXIP v9.0.0 documentation from http://www.oracle.com/technology/products/id_mgmt/oxp/index.html but the link http://www.oracle.com/download/otn/nt/ias/101202/AS_OXIP_DOC_900.zip seems to be broken - it a 404 error.
    Does anyone know a correct or better link? I have Metalink access.
    TIA,
    Ian.

    The connector usually starts by trying to connect to the target system so you probably won't get too much useful information into the logs if the target system isn't present.
    I have built "faked" target systems for connections that uses web services as it is easy to generate a web service that just writes the content of the call into a log. Depending on what kind of connection technology the Remedy connector is using this may or may not be an option.
    Best regards
    /M

  • Remove navigation link in a component

    Hi,
    we would like to remove a navigation link within the Opportunity page, specifically the Products Assignment-Block (or Opportunity Item overview page). Here the product name is displayed as a hyperlink. Our requirement is to remove this hyperlink and do not allow this navigation.
    Could anybody provide the steps how to configure this link, i.e. how to remove it?
    Thanks,
    Erik

    Hi Erik,
    These are the steps
    Do F2 and find out the componet,view,context node and
    attribute of the field which becomes hyperlink once it is populated.
    After navigating to this attribute using BSP_WD_CMPWB,
    check for the GET_P method for that attribute.
    In this method, you can see a similar kind of code
      Hyperlink event name for this attribute
          WHEN if_bsp_wd_model_setter_getter=>fp_onclick.
            rv_value = 'PRODUCT_CLICKED'.
    This helps in creating a hyper link.
    Redefine this method comment this code or make neccessary changes as required.
    Also, comment the event handler for it i.e.,
    EH_ONPRODUCT_CLICKED.
    Hope that works............!
    Reward if useful,
    Imran.

  • Fails when create oracle internet directory in oracle identity management

    Dear All,
    I try to configure oracle identity management and always getting error when try to create oracle internet directory.
    Running on windows 2008 server, oracle weblogic 10.3.4, oim 11.1.1.2.0.
    This is the log file as follow ...
    AdminServer port is 7001
    trying to connect to VM-WindowsServer2K8 7001
    Successful
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to VM-WindowsServer2K8 7001
    Successfully connected to the Domain Runtime ...
    trying to connect to VM-WindowsServer2K8 7001
    Successful
    MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@1c58252
    VM-WindowsServer2K8 7001
    Instance idmfinal_2 already exists, continuing with component creation
    D:\Oracle\Middleware\Oracle_IDM1 D:\Oracle\Middleware\idmfinal_2 idmfinal_2
    oracle.as.provisioning.util.ConfigException:
    Error creating ASComponent oid1.
    Cause:
    An internal operation has failed: oracle/security/xmlsec/util/Base64
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:414)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:861)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.lang.NoClassDefFoundError: oracle/security/xmlsec/util/Base64
         at oracle.security.jps.internal.common.util.JpsCommonUtil.<clinit>(JpsCommonUtil.java:212)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:155)
         at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:166)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper$3.run(OIDComponentHelper.java:2377)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper.delCredFromCSF(OIDComponentHelper.java:2372)
         at oracle.iam.management.oid.install.wls.OIDComponentHelper.removeCreds(OIDComponentHelper.java:2363)
         at oracle.iam.management.oid.install.wls.OIDComponent.onRemove(OIDComponent.java:423)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:286)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:173)
         at oracle.as.config.impl.OracleASComponentBaseImpl.remove(OracleASComponentBaseImpl.java:154)
         at oracle.iam.management.oid.install.wls.OIDComponent.onCreate(OIDComponent.java:221)
         at oracle.as.config.impl.OracleASComponentBaseImpl.createComponent(OracleASComponentBaseImpl.java:596)
         at oracle.as.config.impl.OracleASComponentBaseImpl.create(OracleASComponentBaseImpl.java:105)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:144)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
         ... 15 more
    Caused by: java.lang.ClassNotFoundException: oracle.security.xmlsec.util.Base64
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionClassLoader.loadClass(StandardConfigActionClassLoader.java:75)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 32 more
    progress in calculate progress33
    please help me to solve this problem.
    Regards,
    -Ranubaya

    I hit retry and now the "Create Oracle Internet Directory" completed successfully. But now the error is on "Start Oracle Internet Directory". Following error appears in the log file:
    *[2011-01-06T17:11:51.929-06:00] [as] [WARNING] [] [oracle.as.config] [tid: 37] [ecid: 0000IpSwWP60jo8yBgpIcT1D9XrH00000S,0] Failed to start component oid1[[*
    oracle.as.config.ProvisionException: HTTP status code = 400 : No processes or applications match the specified configuration.
    Please assist!

  • New patch update (build 282) for Oracle VM Manager 3.0.3

    We have a patch update for Oracle VM Manager 3.0.3. Customers can download it by following instructions from OTN download page:
    http://www.oracle.com/technetwork/server-storage/vm/downloads/index.html
    Or go directly to the link below:
    Oracle VM Manager 3.0.3 Patch Update from My Oracle Support, patch ID 13614645
    This patch update provides additional bug fixes (please review the README), and includes all the accumulative bug fixes delivered in the previous patch updates.
    Oracle VM Manager Update Instructions
    Oracle VM Manager 3.0.2 or 3.0.3 can be upgraded to this Oracle VM Manager 3.0.3 patch update. Unzip the patch file on the server running Oracle VM Manager and execute the runUpgrader.sh script.
    # ./runUpgrader.sh
    Please refer to Oracle VM Installation and Upgrade Guide for details.
    Upgrade Oracle VM Servers
    It's highly recommended to update Oracle VM Server 3.0.3 with the latest patch update. Please review Oracle VM 3.0.3 User Guide http://docs.oracle.com/cd/E26996_01/e18549/BABDDEGC.html for specific instructions how to use Yum repository to perform the server update.
    To receive notification on the software update delivered to Oracle Unbreakable Linux Network (ULN, http://linux.oracle.com) for Oracle VM, you can sign up here http://oss.oracle.com/mailman/listinfo/oraclevm-errata.
    Additional Information
    Oracle VM documentation is available on the Oracle Technology Network (OTN):http://www.oracle.com/technetwork/server-storage/vm/documentation/index.html
    Please refer to the Oracle VM 3.0.3 Release Notes for a list of features and known issues. For the latest information, best practices white papers and webinars, please visit http://oracle.com/virtualization

    Hmm, server is not (auto?)discovered
    though machines can see each other via network, all ports are opened, but agent still reports
    [2011-07-28 21:07:32 6001] DEBUG (OVSNotificationServer:233) NOTIFICATION SERVER STARTED
    [2011-07-28 21:07:32 6005] INFO (OVSRemaster:101) REMASTER SERVER STARTED
    [2011-07-28 21:07:32 6009] INFO (OVSMonitor:29) MONITOR SERVER STARTED
    [2011-07-28 21:07:32 6013] INFO (OVSHA:103) HA SERVER STARTED
    [2011-07-28 21:07:33 6017] INFO (OVSStat:234) STAT SERVER STARTED
    [2011-07-28 21:07:33 6021] INFO (OVSAgentServer:274) OVSAgentServer start serving!
    [2011-07-28 21:07:33 6021] INFO (OVSAgentServer:275) Oracle VM Server version: {'release': '3.0.2', 'date': '201109270901', 'build': '75'}
    [2011-07-28 21:07:37 6009] DEBUG (OVSMonitor:46) Cluster state changed from [Unknown] to [Offline]
    [2011-07-28 21:07:37 6009] DEBUG (OVSMonitor:50) Error sending notification: Cannot get manager URL from agent db.
    [2011-08-14 23:30:58 13993] DEBUG (agtctl:95) master flag: None
    A slight off-subject question, do I need to run anything on OVM (apart from setting on all servers the same password)?

  • Oracle Enterprise Manager Database Control

    Please help me.
    Here's oracle installing step:
    1. Install Oracle 11g software with "Advance" option. I just install software without creating a Data base at this time.
    2. Create a Data base with DBCA
    I couldn't see the Oracle Enterprise Manager Database Control at "Services " window while
    "Chapter 3: Getting Started with Oracle Enterprise Manager" says that:
    This chapter introduces you to Oracle Enterprise Manager Database Control. The Oracle Universal Installer installs Oracle Enterprise Manager Database Control when you install the Oracle software. Enterprise Manager Database Control provides a Web-based interface that you can use to manage your Oracle instance and database.
    Thank in advance!

    Hi,
    You didn’t create a Database that’s why you don’t have Oracle Enterprise Manager Database Control.
    Create Database with DBCA and you will get an option “Configure database with Enterprise manager” (step 5).
    At the end of DB creation you will get a link for Oracle Enterprise Manager Database Control.
    Browse the link to open EM Database control.
    If you choose to create DB with Oracle installation then you will get Oracle Enterprise Manager Database Control.
    Regards,
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com

  • Uix form navigation links

    At the bottom of a uix form, the global buttons and tabs are replicated as navigation links.
    How can i remove these navigation links
    thanks
    darryl

    It is obviously possible to remove them because when i extend the pagelayout to use the minimal look and feel the navigation links are not there. However this changes to complete look and feel to the page. What i am after is how can i extend the pagelayout to remove these links.

  • How to Set Individual Managed Metadata Navigation Links to Open in New Window?

    I am using a managed metadata term set for the global navigation in my client's site. Most of the global navigation links point to pages in the current site, and should open in the current browser window/tab as the end user is just navigating within the
    site content. However, I have one particular node in the navigation term set that points to related content scattered around other external sites. The client wants these links to open a new window.
    Unfortunately, I can't seem to set the target for navigation links in the term set. If I was using standard global navigation, I'd be able to select the "Open in new window" checkbox when setting up the link, but that option doesn't appear to be
    supported via MMD navigation.
    Any clever suggestions?
    Thanks!

    I had a similarish requirement at a client once upon a time, they wanted any links that went outside of the intranet web applications to open in a new window.
    The way we managed that was to use jQuery to overwrite the standard hyperlink references for any hrefs that didn't point to internal sites to use the same javascript functions that SharePoint used for links configured to open in a new window. It worked out
    as being about half a dozen lines; check the URL and if it doesn't begin with a set range of options then overwrite the on click behaviour using standard jQuery behaviour.
    If you want it site wide then you just add jQuery and the code snippet to the master page, if you just want it in some places then add a CEWP or a HTML form web part to the relevant pages.

  • Remove adapters in Oracle Identity Manager 9.1.0.2

    Hello friends,
    As I can delete an adapter in Oracle Identity Manager 9.1.0.2
    regards

    Login to design console. Go to process management-> process definition. Open your process definition. You can see list of tasks here. Find tasks in which your adapter to be deleted is attached. You can see this by looking into Eventhandler/adapter column. Double click on taskname, go to integration tab, click on remove and then save. In this way you can remove adapters for all tasks. Now go to adapter factory. search and open your adapter. Click on delete icon in menu bar. Your adapter will be deleted now.
    regards,
    GP

  • Oracle Performace Management link to Payroll

    Hi,
    I wish to get a better understanding of how Oracle Performance management can be linked to Oracle payroll. I am reading the Oracle manual which states the Performance management workflow process can:
    'creates or updates the appraisee's learning path, and creates a Performance Review event, which in turn can transfer theoverall rating and other data to other modules such as Compensation Workbench'.
    Unfortunatly there isnt any further information on how this works . Can anyone elaborate on how the outcome of the perfiormance management process can be intergrated into payroll. Is there anystandard functionality avaliable to achieve this which I am unaware of?
    Regards
    TL

    I did not find media in OTN.
    So AFAIK downloads are in [url https://support.oracle.com/CSP/ui/flash.html]My Oracle Support .
    And of course you have to have a valid CSI (customer support identifier) to access this site...
    Search for specific product here.
    e.g. Customer Hub
    You can find info in doc:
    Oracle Master Data Management - Customer Hub (Siebel UCM) Information Center - Install Lifecycle [ID 1081980.1]
    Some of the documents were referencing [url https://edelivery.oracle.com]edelivery for download location but I could not find any there...
    Edited by: Kecskemethy on Dec 13, 2011 3:40 AM

  • Cant see the page links text in my main & side navigation bars

    Hi
    I published my site to Mme yesterday and I have noticed a few problems have come up. The main problem is my main and side navigation bars. In the top nav bar you cant see all the page links text, they should show up in white. I can only see them when you roll over the page name (this is in grey) and that is the rollover colour. Not sure what to do to get the text colour to stay white all the time so it is always seen once it's been clicked. It just disappears, but is still there if you roll over it
    My side nav bar, the text should also all be white and when you roll over it turns red. For some reason when you click on the page link it turns grey and stays grey. I also want the page links to stay white once clicked on
    www.bareessentials-waxingformen.co.uk
    Please check out my site, you would understand my situation better. I know there are other issues I have to sort out on my site which I am dealing with but this problem with the nav bars have stumped me
    Thanks

    I didn't notice anything unusual with any of your links. Their color is set with this file:
    http://www.bareessentials-waxingformen.co.uk/Site/WELCOME_files/WELCOME.css

  • In Adobe Forms, Is it Possible to remove File Attachment Link of Navigation

    Hi all,
    I have devoloped an application for Adobe Form. It is working Properly.
    In the Output, I want to REMOVE  File Attachment Link in Navigation Pane. Is it Possible to do that?
    I know that we can completely hide Navigation Pane, but i need to remove only file attachment.
    Thanks in Advance
    Malla

    Hi Malla,
    To my knowledge, this is not possible. You can hide/show the entire toolbar. But not a specific item for security reasons.
    Check out the following link
    http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=7845
    Regards,
    Mathan

  • Repost: Oracle VM Manager (IndexError: list index out of range) error

    The Oracle VM Manager software will not import a server side created VM for management purposes. It is giving an index-out-of-range error when trying to retrieve the Memory Size from the jumpbox.xen file (I created a symbolic link to this file called vm.cfg).
    Here is the log for the index-out-of-range error:
    ovs_root.log
    "2008-08-20 02:03:26" INFO=> utl_list_dir: directory('/OVS/running_pool') => pro
    jectweb/,infinesse-web/
    "2008-08-20 02:03:26" INFO=> list_dir: directory('/OVS/running_pool') => project
    web/,infinesse-web/
    "2008-08-20 02:03:26" INFO=> utl_get_vm_size: vm('/OVS/running_pool/infinesse-we
    b') => 12020
    "2008-08-20 02:03:26" INFO=> get_vm_size:vm('/OVS/running_pool/infinesse-web') =
    success:size=12020"2008-08-20 02:03:26" ERROR=> xen_get_memory:vm('/OVS/running_pool/infinesse-web
    ')=><IndexError: list index out of range>
    "2008-08-20 02:03:26" INFO=> get_vm_memory: vm('/OVS/running_pool/infinesse-web'
    ) scope=cfg rs=failed:<IndexError: list index out of range>
    and my vm.cfg file:
    # -- mode: python; --
    # This JumpBox requires Hardware Support otherwise known as Xen's HVM mode.
    # To test your Xen installation if it supports this mode, issue the following
    # command:
    # sudo xm info | grep xen_caps
    # it should return a capabilities line like:
    # xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32
    # as long as there is an hvm entry as shown above it should work.
    ## If starting Xen fails you may need to set a custom path
    ## for your kernel or device model files. Uncommant the following
    ## variables and put in the appropriate paths
    ## Uncomment and set your custom hvm loader path here
    # hvm_path = ""
    ## Uncomment and set your custom device model loader path here
    # devmodel_path = ""
    # You will probably want to uncomment the following VNC variables so you
    # can see the JumpBox console over VNC. Make sure to set the vncpassword to
    # something unique. Also, if you run multiple JumpBoxes on the same host, you
    # may want to leave vncdisplay unset and use the domid for the display numbers
    #vnc=1 # enable VNC library for graphics, default = 1
    #vnclisten="0.0.0.0" # address that should be listened on for the VNC server if vnc is set.
    #vncdisplay=1 # set VNC display number, default = domid
    #vncconsole=1 # enable spawning vncviewer for domain's console
    #vncpasswd='password' # set password for domain's VNC console
    memory = '256'
    vfb = ['type=vnc,vncunused=1,vnclisten=0.0.0.0']
    ########### You shouldn't have to edit anything below here ##############
    import os
    import sys
    # Assemble the basepath
    file = os.getcwd() + '/' + sys.argv[2]
    basepath = os.path.dirname(os.path.abspath(file))
    datatarball = basepath + '/disks/data/data.xen.tgz'
    builder = "hvm"
    hvmfiles = [
    '/usr/lib/xen/boot/hvmloader',
    '/usr/lib/xen-ioemu-3.0/boot/hvmloader'
    devfiles = [
    '/usr/lib/xen/bin/qemu-dm',
    '/usr/lib/xen-ioemu-3.0/bin/qemu-dm'
    # Check to see if the user has assigned custom HVM or device_model paths
    try:
    hvmfiles.insert(hvm_path,0)
    except NameError:
    pass
    try:
    devfiles.insert(devmodel_path,0)
    except NameError:
    pass
    # Choose the appropriate HVM Loader
    for i in hvmfiles:
    if os.path.exists(i):
    kernel = i
    break
    # Choose the appropriate Device Models
    for i in devfiles:
    if os.path.exists(i):
    device_model = i
    break
    # Need to test if device_model and kernel are set, if not return with error.
    # If this is the first time this has run, extract the data disk tarball
    # then remove the tarball
    if os.path.exists(datatarball):
    os.chdir(basepath + '/disks/data')
    os.system("tar -zxpf " + datatarball)
    os.remove(datatarball)
    # Continue normal configuration
    name = "joomla15"
    vif = ['type=ioemu, mac=00:16:3E:2B:1F:04, bridge=xenbr0']
    disk = ['file:' + basepath + '/disks/root/root.hdd,hda,w','file:' + basepath + '/disks/data/data.xen,hdb,w']
    root = "/dev/hda1 ro"
    extra = "4"

    Hi Ravi,
    the error is due to the componet JAVA(TM) 7 which is not supported.
    Better to run JAVA 6, I'm running the update 33, you can download it from http://www.oracle.com/technetwork/java/javase/downloads/jre6-downloads-1637595.html
    Remeber to remove JAVA &
    Go to control panel --> add remove programs and remove JAVA (TM) 7.
    It will solve the problem.
    Ciao,
    Massimo

  • Unable to start Oracle Process Manager from the windows services for OBIEE

    Hi,
    I have OBIEE 11g installed on a 32-bit windows machine. Of the two windows services installed, I am unable to start the Oracle Process Manager. When I try to start it I get the following error:
    Error 1053: The service did not respond to the start or control request  in a timely fashion.
    At the back end, this service is calling the file opmn.exe which is placed at MIDDLEWAREHOME\Oracle_BI1\opmn\bin. On trying to execute this file the error we get is:
    The procedure entry point longjmp could not be located in the dynamic link library orauts.dll
    I have tried replacing the orauts.dll file, but to no avail.
    Please let me know if you have any clue regarding what is to be done.
    Thanks
    Naman

    Hi Naman,
    This error occurs for the following reasons,
    *Path variable is not set properly
    *Multiple Oracle homes exists in the same machine.
    Follow the below steps and let me know if it works,
    1. Select My Computer -> Right Click -> Properties
    2. In the System Properties screen go to Advanced Tab
    3. Click on Environment Variables
    4. In the System Variables section select PATH variable & Click edit
    5. Now you will find that it will contain invalid directories. Remove the incorrect entries. This may happen when you have multiple oracle homes in the same machine
    6. Restart the service.
    Rgds,
    Dpka

Maybe you are looking for

  • Dd-mm-yyyy to yyyymmdd

    hi all, plz tell me the FM to convert dd-mm-yyyy to yyyymmdd. regards puneet

  • No versions after import for customer objects

    Hi all! I have a little problem with transporting of (customer dictonary objects) and the versions. The system enviroment is SAP ECC 6, software level SAPKB70016 SAPKA70016 SAPKH60302 On the developer system the customer objects have versions - after

  • Macbook Pro Bootcamp Windows 7 cannot use audio

    Hi Guys: I have a Mac OSX 10.6.3 laptop withbootcamp  assisted Windows 7 installed on it. Under Mac OSX, when I attempt to  use the microphoe feature, the screen freezes a little bit but works. Under  Windows 7, the audio locks up the entire browser

  • T61p network drivers for windows 7.

    Hi I thought the t61 uses the intel 82566mm network card?  I've downloaded the drivers from intel but they say there is not intel card installed.  I need to install the intel drivers with ANS so I can configure some vlans. Thanks

  • Getting the source of a mouse click

    I have a Battleship game I am programming and have only one problem. What the program does is to have one array that is visible that will look like the ocean. The array consists of JLabels with icons on them. I have a second array that is not visible