Navigation Problem in OBIEE

Hi,
I have a strange navigation problem. I have the navigation setup from the 1st page of my dashboard to go to the second. When I first bring up the first page, and then click , nothing happens. Now if I refresh this page and then click again, I am able to navigate to the second page. I would to hear if anyone has seen similar issue. Any help is appreciated.
Thanks,
Bharat

Still haven't found a solution to this problem.
Even if I remove the form1.setTarget( null or other framename/windowname)
I tried changing to using the onclick="from1.target='mywin';" and also onclick="form1.target='_self'; on the button. Does not work/ have the desired effect of controlling where the page is opened: in same window or in another frame or window.
For some reason navigation also totally breaks, after a search, with a similar sql as in this message, and I get no error when I debug and step through the code.
After doing one search, navigation seems to stop working and only the search.jsp page is the target.
If I do a view first navigation works to new page/servlet output but still not in a new window/frame.
This simple stuff in a normal simle html page, should not be so hard to accive with SJSC perhaps someone of you in the community or the developers at sun can give us insight into this simple problem.
It must be fairly common that one likes to control where a page is opened, in the existing window/page/frame or in a new window/frame.
Anybody else had any problems with navigation not working with similar code ??
If I remove the do_search() call it works, the navigation continues to function, but still have no control of the destination window/frame.
Kind Regards
Roger

Similar Messages

  • Regarding problems in OBIEE-BIP

    Hi
    We are finding problem in generating a XML Data file from OBIEE-BIP similar to the one generated by Bi Publisher Xml Data Template.
    The problem here(OBIEE-BIP) are:
    1. The queries executed in OBIEE-BIP can not be linked between, as we do it in the traditional
    XML Publisher.
    2. The XML data file generated here in OBIEE-BIP is flat. Data is not organised hierarchically in
    this xml.
    Example: Master-child data in
    XML Publisher
    <Data>
    <Header>
    <Id>001</Id>
    <Lines>
    <Line>
    <Id>L001</Id>
    <Dists>
    <Dist>D001</Dist>
    <Dist>D002</Dist>
    <Dist>D003</Dist>
    </Dists>
    </Line>
    <Line>
    <Id>L002</Id>
    <Dists>
    <Dist>D011</Dist>
    <Dist>D012</Dist>
    <Dist>D013</Dist>
    </Dists>
    </Line>
    <Line>
    <Id>L003</Id>
    <Dists>
    <Dist>D021</Dist>
    <Dist>D022</Dist>
    <Dist>D023</Dist>
    </Dists>
    </Line>
    </Lines>
    </Header>
    </Data>
    OBIEE-BIP
    <Rowset>
    <Row>
    <Id>001</Id>
    <Line>L001</Line>
    <Dist>D001</Dist>
    </Row>
    <Row>
    <Id>001</Id>
    <Line>L001</Line>
    <Dist>D002</Dist>
    </Row>
    <Row>
    <Id>001</Id>
    <Line>L001</Line>
    <Dist>D003</Dist>
    </Row>
    <Row>
    <Id>001</Id>
    <Line>L002</Line>
    <Dist>D011</Dist>
    </Row>
    <Row>
    <Id>001</Id>
    <Line>L002</Line>
    <Dist>D012</Dist>
    </Row>
    <Row>
    <Id>001</Id>
    <Line>L002</Line>
    <Dist>D013</Dist>
    </Row>
    <Row>
    <Id>001</Id>
    <Line>L003</Line>
    <Dist>D021</Dist>
    </Row>
    <Row>
    <Id>001</Id>
    <Line>L003</Line>
    <Dist>D022</Dist>
    </Row>
    <Row>
    <Id>001</Id>
    <Line>L003</Line>
    <Dist>D023</Dist>
    </Row>
    <Rowset>
    Designing a RTF template for displaying 'Repeated Master-child information' using the XML generated by OBIEE-BIP is very much less feasible. Because the hierarchical releation ship is not maintained in the OBIEE-BIP XML output.
    We want to know how these requirements can be achieved using OBIEE-BIP. Could you please reply as early as possible.
    Things which we have done
    - We designed RPD file with all necessary information and links between tables.
    - We designed OBIEE - BIP data model where we wrote the queries and get the XML Data information from
    OBIEE- BIP.
    - Here we are unable to create inter-dependant queries in OBIEE-BIP.
    Thanks
    Sachin Sethi

    To achieve what you'd like to do, you will need to use Data Templates as a data source. The data template can then reference the JDBC connection to the BI Server. Using data templates will allow you to solve both of your problems (non-flat result sets and linked queries).
    Using Answers as a data source or using SQL against the BI Server will always result in a flat XML structure getting generated.
    Bryan
    Message was edited by:
    bwise

  • Still having navigation problems and need help with how to debug

    Hi,
    I've been porting over a servlet project to JSF and I'm still having navigation problems. I thought the problem might have been because the original project used HTML frames and so the "from-view-id" JSP defined the frame/framesets and the specific JSP that does the submit (and so is named in the "from-view-id" is never defined in a "to-view-id" attribute). I've now switched to using an IFRAME, and that resolves that problem. So now the JSP is defined in a "to-view-id" attribute and it includes an named IFRAME that can be used as a target. I press the submit button and I get not the JSP expected butinstead the same JSP displayed inside its own IFRAME.
    Here is the code for the submit. I've simplified it as much as possible with a static action (originally it was a call to a method) just to try and get things to work. This is the current version:
    <h:commandButton value="View Alias" action="foo" styleClass="select" type="submit" />Here is the navigation rule in faces-config.xml. Again, the problem is that SelectManager get redisplayed in the IFRAME instead of display.jsp.
    <navigation-rule>
       <from-view-id>/SelectManager.jsp</from-view-id>
       <navigation-case>
          <from-outcome>foo</from-outcome>
          <to-view-id>/display.jsp</to-view-id>
       </navigation-case>
    </navigation-rule>I have also tried it without the "from-outcome-value" which I presume means that the "to-view-id" gets displayed unconditionally and it still fails. Any ideas on how I can debug this? (I'm using GlassFish if that's important to know)
    Rob Tanner
    Linfield College

    Raymond, The real trick is avoid doing technical things when coming down with the flu (I should also add that I'm a JSF newbie). Reading your original message this time I see what you're suggesting and found a conversion error although I don't understand it. Here's the code (including the <h:message/>):
                <h:selectOneMenu value="#{members.dcodes}"
                  style="color: #7f0000" id="selector">
                  <f:selectItems value="#{members.departmentList}" />
                </h:selectOneMenu> 
                <h:message for="selector" style="color:white"/>And here's a snippet of the generated HTML:
    <select id="j_id_id26:selector" name="j_id_id26:selector" size="1" style="color: #7f0000">
             <option value="aad" selected="selected">Academic Advising</option>
         <option value="aaf">Academic Affairs</option>
         <option value="adm">Admission</option>
         <option value="up">Upward Bound</option>
    </select>If I select "Admission" for example, the error I get is:
    Conversion Error setting value 'adm' for 'null Converter'.Since everything is a String value, I don't get the error. Could someone please enlighten me.
    Thanks.

  • Hi Folks,   I have a problem with OBIEE EM, There in Enterprise Manager i am unable to navigate into the options like when i clik on any Tab it is not working and even  i am unable to create a report using analysis.

    Hi Folks,
      I have a problem with OBIEE EM, There in Enterprise Manager i am unable to navigate into the options like when i clik on any Tab it is not working and even  i am unable to create a report using analysis.
    Thanks in advance

    i have also tried that but no use can u give me any other way.......

  • RoadMap UI Navigation Problem

    I'm facing a navigation problem using the roadmap UI in WD4A.
    Let's say we have 5 views. The roadmap view is the default view, the other views will be embedded into a view container UI element on the roadmap view. The roadmap UI has 4 steps, one for each view.
    V_ROADMAP
    V_STEP_1
    V_STEP_2
    V_STEP_3
    V_STEP_4
    Now, I need to add navigation buttons (previous & next) to navigate between the roadmap steps.
    My question is where should I placed these navigation buttons? On each view or only on the roadmap view.
    Personnaly and it think it would make more sense to place them only on the roadmap view.
    My problem using this approach is has follow: When you are on v_roadmap on step 1 (V_STEP_1), you click on Next to go to the next view (V_STEP_2), actually the action is trigger in V_ROADMAP so I am not able to validate user input field or obligatory field in V_STEP_1. I would have to call an action from V_STEP_1 in V_ROADMAP so the event handler method WDDOBEFOREACTION will be called. I don't think it's possible. The problem here, is you can click on next and you can go to the next view without filling the obligatory fields.
    If I placed my navigation buttons on each view. The advantage is that before triggering an action, I can validate user input field, obligatory field in the method WDDOBEFOREACTION before going to the next step.
    The desadvantage is that I have to recreate them on each of my view.
    thanks
    Alex

    Just to close this thread, I will summarize the different possible options:
    Navigation buttons on each view: This is the easiest way to validate obligatory fields but for component reuse it's not good idea to have navigation buttons on individual views.
    Navigation buttons on main views: If we placed the navigation buttons on our main view, the validation is kind of painful, before firing an outbound plug from the main view and a corresponding inbound plug on the individual view, we will have to manually verify our obligatory fields from the context of the componenent controller or using cross-component data sharing.
    Navigation using GAF (Guided Activity Floorplan): I think this option is the way to go! The problem here is that's very difficult to find documentation on that subject, also, the tools from SP 15 is not as user friendly then the one that's coming in NW EhP1.
    Alex

  • Problems Installing OBIEE 11.1.1.5 on Windows XP32 step ASInstance Creation

    Problems Installing OBIEE 11.1.1.5 on Windows XP32 step ASInstance failed
    The problem starts here
    weblogic.Deployer invoked with options: -adminurl NAR-GMIKOLAY:7001 -username weblogic -name NonJ2EEManagement -source C:\oracle\OBIEE\Oracle_BI1\opmn\applications\NonJ2EEManagement.ear -nostage -deploy -upload -noexit
    <Mar 7, 2012 3:56:21 AM EST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, NonJ2EEManagement [archive: C:\oracle\OBIEE\Oracle_BI1\opmn\applications\NonJ2EEManagement.ear], to configured targets.>
    then evolves into
    oracle.as.provisioning.exception.ASProvisioningException
    Caused by: oracle.as.provisioning.engine.CfgWorkflowException
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance instance1.
    Cause:
    An internal operation has failed: Unable to validate NonJ2EEManagement Application deployment on admin server
    Caused by: oracle.as.config.utl.DeployerException: NonJ2EEManagement Applicationdeployment failed
    Caused by: java.lang.reflect.InvocationTargetException
    **Then the PermGen space errors**
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: PermGen space
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: PermGen spac
    Caused by: java.lang.OutOfMemoryError: PermGen space
    I have tried reinstalling 6 different times each after cleaning registry and Middleware folder and environment variables, installation folders,
    deleting middleware home. I cannot get past this "step ASInstance failed"
    I am using the Simple Install.
    I've tried so many of the ideas suggested out here, from verifiying the loop-back adapter in hosts in windows/system32/drivers/etc/
    pinging the host computer to verify
    some suggested turning internet off while installing OBIEE
    I need some help.
    I have 4 GB installed memory
    Oracle Database Enterprise Edition 11.2.0.1
    Oracle RCU 11.1.1.5
    OBIEE 11.1.1.5
    oraparam.ini JRE_MEMORY_OPTIONS=" -mx768m -XX:MaxPermSize=768m" ( cannot change these during simple install)
    Cannot run software install only
    I tried same with OBIEE 11.1.1.6 using RCU 11.1.1.6
    Cannot get past the step ASInstance failed.
    On top of this, there is the humiliation of hearing people set up 11.1.1.3 with 2 GB memory on Windows XP32.
    Now I understand, size-wise there is major difference between 11.1.1.3 and 11.1.1.6 and 11.1.1.5
    But I cannot get through this process anyhow and 11.1.1.3 is not available
    of course there is a windows 32 install so, given the memory requirements and memory limitations of Windows 32 bit, and other people's success I cannot understand my reason for failure.
    Please help

    Please check the System Requirements for OBIEE 11.1.1.5, Windows XP might not be supported.

  • Mouse navigations problem with Sun Java 1.5.0_*

    Hello gurus,
    We need to move from JInitiator to Sun Java Plugin; according to the Forms10g Client Platform Support (http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html) one of the certified version for Forms 10.1.2.0.2 of the the Sun Java Plugin is 1.5.0_06 and Internet Explorer 6.0, we have tested also SJPI 1.5.0_09 and we get the same mouse navigation problem reported in the following Oracle Forum threads.
    Mouse navigation don't work with Java Plugin.
    Mouse navigation don't work with Java Plugin.
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Does anybody know a solution to this problem?
    Any help will be really appreciated.
    Regards,
    Victor.

    You need to use 1.5.0_12 or newer. The client SOD is not up-to-date on this specific point. A lot of navigation problems was fixed in this very release.
    The Management team should change this in the client SOD, wonder why they still refer to 1.5.0_06. For Applications, the first 1.5.0 to be certified was _12.
    Also make sure, that you are using the latest Patch 3 for 10.1.2 (10.1.2.3). This patch also contains fixes for a lot of these wellknown issues.
    Hope this helps,
    Jacob

  • Navigation Problem in Next/Previous Record

    Hi,
    I have a Master (have 20 fields) and Four its Detail block visible on same screen but each block have its own Canvas and Window. Now master table have 1700 records with its detail tables. So after Query when I press the Next_Record button it will no response some time I have to press it twice or thrice then it will respond and some time on fist click it gives the response.
    So I want to navigate through Next Records or Previous Record buttons on single click.??????????
    Kindly send me the solution of this problem on urgently basis.
    Best Regard,

    Hi,
    It's very difficult to suggest something by readingyour post. There are many reasones for navigation problem. Validation is one of them. Be sure that validation triggers written on any level are working properly. What code you have written on the buttons that you are using for navigation. In which blocks you have put your buttons. It is recommended that you put all your non-database items in a non-database block. Check this also.......

  • Installing ios8.2 does not resolve Google map navigation problem or gps tracking!

    Installing ios 8.2 does not resolve Google map navigation problem.

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • Problem installing OBIEE 11.1.1.6 on Linux 64-bit - redux

    I had posted an issue earlier about not being able to install the Software Only on my Linux 64-bit. That problem has not been solved, but this is a new (possibly related) issue.
    I created a brand new installation of Linux, with an Oracle 11gR2 database, and created the BI repositories using rcu for 11.1.1.6
    I then navigated to bishiphome/Disk1/install/linux64 and ran runInstaller.
    Everything looks fine, all the way up to Step 13 of 15, where the installer is supposed to start copying files. It "hangs up" at that point. The tests for adequate swap space and Temp space are passed:
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 1536 MB. Actual 4578 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 7999 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-04-03_12-13-01PM. Please wait ...
    It is running into an issue with a String Index out of bounds - Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    Here is the full .out file:
    Adding /tmp/OraInstall2013-04-03_12-13-01PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/bi.jar
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/template.jar
    null
    configFileName:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/footprint.xml
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Inside startPreReqOperation...prereq
    contextFile:/tmp/OraInstall2013-04-03_12-13-01PM/prereq/oui/agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of oracle-6,oracle-5.6,enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: oracle-5.6
    Check complete. The overall result of this check is: Passed
    Check Name:Packages
    Check Description:This is a prerequisite condition to test whether the packages recommended for installing the product are available on the system.
    Checking for binutils-2.17.50.0.6; found binutils-2.17.50.0.6-20.el5_8.3-x86_64.Passed
    Checking for compat-libstdc++-33-3.2.3-x86_64; found compat-libstdc++-33-3.2.3-61-x86_64. Passed
    Checking for compat-libstdc++-33-3.2.3-i386; found compat-libstdc++-33-3.2.3-61-i386. Passed
    Checking for elfutils-libelf-0.125; found elfutils-libelf-0.137-3.el5-x86_64. Passed
    Checking for elfutils-libelf-devel-0.125; found elfutils-libelf-devel-0.137-3.el5-x86_64. Passed
    Checking for gcc-4.1.1; found gcc-4.1.2-54.el5-x86_64. Passed
    Checking for gcc-c++-4.1.1; found gcc-c++-4.1.2-54.el5-x86_64. Passed
    Checking for glibc-2.5-12-x86_64; found glibc-2.5-107-x86_64. Passed
    Checking for glibc-2.5-12-i686; found glibc-2.5-107-i686. Passed
    Checking for glibc-common-2.5; found glibc-common-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-x86_64; found glibc-devel-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-12-i386; found glibc-devel-2.5-107-i386. Passed
    Checking for libaio-0.3.106-x86_64; found libaio-0.3.106-5-x86_64. Passed
    Checking for libaio-0.3.106-i386; found libaio-0.3.106-5-i386. Passed
    Checking for libaio-devel-0.3.106; found libaio-devel-0.3.106-5-x86_64. Passed
    Checking for libgcc-4.1.1-x86_64; found libgcc-4.1.2-54.el5-x86_64. Passed
    Checking for libgcc-4.1.1-i386; found libgcc-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-4.1.1-x86_64; found libstdc++-4.1.2-54.el5-x86_64. Passed
    Checking for libstdc++-4.1.1-i386; found libstdc++-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-devel-4.1.1; found libstdc++-devel-4.1.2-54.el5-x86_64. Passed
    Checking for make-3.81; found make-1:3.81-3.el5-x86_64. Passed
    Checking for sysstat-7.0.0; found sysstat-7.0.2-12.0.1.el5-x86_64. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:Kernel
    Check Description:This is a prerequisite condition to test whether the minimum required kernel parameters are configured.
    Checking for VERSION=2.6.18; found VERSION=2.6.32-300.39.5.el5uek. Passed
    Checking for hardnofiles=4096; found hardnofiles=131072. Passed
    Checking for softnofiles=4096; found softnofiles=131072. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:GLIBC
    Check Description:This is a prerequisite condition to check whether the recommended glibc version is available on the system
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-107
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 5992MB
    Check complete. The overall result of this check is: Passed
    Check Name:Check Env Variable
    Check Description:Check for LD_ASSUME_KERNEL
    Expected result: LD_ASSUME_KERNEL environment variable should not be set in the environment.
    Actual Result: Variable Not set.
    Check complete. The overall result of this check is: Passed
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    In processErrorMsgStringDomain Name
    In processErrorMsgStringValid domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters, and include at least one alphanumeric character.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character,use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    resultset.getStatus() : true
    Setting current page standalone validations to true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    In processErrorMsgStringDomain Home
    In processErrorMsgStringOracle Instance
    In processErrorMsgStringMiddleware Home
    In processErrorMsgStringInstance Name
    In [email protected]_invalidCharMsgString
    Obtained the single page data..SpecifyHomeInformationPage
    In processErrorMsgStringWebLogic Server Home
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyHomeInformationPage
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    resultset.getStatus() : true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    Setting current page standalone validations to true
    OS: <LINUX> commad: </sbin/ifconfig -a> pattern: <inet(\s+.*:)?\s*\d+\.\d+\.\d+\.\d+>
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringBIPLATFORM schema user name
    In processFieldStringBIPLATFORM schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : false
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting collector hub url in screen:null
    In doFinish method checking for inventory lock...InstallProgressPage
    Next page is a progress page and the inventory lock is false
    Setting current page standalone validations to true
    Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    Adding /tmp/OraInstall2013-04-03_12-13-01PM for deletion.
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/bi.jar
    Adding to classpath:file:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/template.jar
    null
    configFileName:/tmp/OraInstall2013-04-03_12-13-01PM/ext/jlib/footprint.xml
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    location of staticportsini =/home/oracle/staticports.ini
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    Inside startPreReqOperation...prereq
    contextFile:/tmp/OraInstall2013-04-03_12-13-01PM/prereq/oui/agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of oracle-6,oracle-5.6,enterprise-5.4,enterprise-4,enterprise-5,redhat-5.4,redhat-4,redhat-5,SuSE-10,SuSE-11
    Actual Result: oracle-5.6
    Check complete. The overall result of this check is: Passed
    Check Name:Packages
    Check Description:This is a prerequisite condition to test whether the packages recommended for installing the product are available on the system.
    Checking for binutils-2.17.50.0.6; found binutils-2.17.50.0.6-20.el5_8.3-x86_64.Passed
    Checking for compat-libstdc++-33-3.2.3-x86_64; found compat-libstdc++-33-3.2.3-61-x86_64. Passed
    Checking for compat-libstdc++-33-3.2.3-i386; found compat-libstdc++-33-3.2.3-61-i386. Passed
    Checking for elfutils-libelf-0.125; found elfutils-libelf-0.137-3.el5-x86_64. Passed
    Checking for elfutils-libelf-devel-0.125; found elfutils-libelf-devel-0.137-3.el5-x86_64. Passed
    Checking for gcc-4.1.1; found gcc-4.1.2-54.el5-x86_64. Passed
    Checking for gcc-c++-4.1.1; found gcc-c++-4.1.2-54.el5-x86_64. Passed
    Checking for glibc-2.5-12-x86_64; found glibc-2.5-107-x86_64. Passed
    Checking for glibc-2.5-12-i686; found glibc-2.5-107-i686. Passed
    Checking for glibc-common-2.5; found glibc-common-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-x86_64; found glibc-devel-2.5-107-x86_64. Passed
    Checking for glibc-devel-2.5-12-i386; found glibc-devel-2.5-107-i386. Passed
    Checking for libaio-0.3.106-x86_64; found libaio-0.3.106-5-x86_64. Passed
    Checking for libaio-0.3.106-i386; found libaio-0.3.106-5-i386. Passed
    Checking for libaio-devel-0.3.106; found libaio-devel-0.3.106-5-x86_64. Passed
    Checking for libgcc-4.1.1-x86_64; found libgcc-4.1.2-54.el5-x86_64. Passed
    Checking for libgcc-4.1.1-i386; found libgcc-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-4.1.1-x86_64; found libstdc++-4.1.2-54.el5-x86_64. Passed
    Checking for libstdc++-4.1.1-i386; found libstdc++-4.1.2-54.el5-i386. Passed
    Checking for libstdc++-devel-4.1.1; found libstdc++-devel-4.1.2-54.el5-x86_64. Passed
    Checking for make-3.81; found make-1:3.81-3.el5-x86_64. Passed
    Checking for sysstat-7.0.0; found sysstat-7.0.2-12.0.1.el5-x86_64. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:Kernel
    Check Description:This is a prerequisite condition to test whether the minimum required kernel parameters are configured.
    Checking for VERSION=2.6.18; found VERSION=2.6.32-300.39.5.el5uek. Passed
    Checking for hardnofiles=4096; found hardnofiles=131072. Passed
    Checking for softnofiles=4096; found softnofiles=131072. Passed
    Check complete. The overall result of this check is: Passed
    Check Name:GLIBC
    Check Description:This is a prerequisite condition to check whether the recommended glibc version is available on the system
    Expected result: ATLEAST=2.5-12
    Actual Result: 2.5-107
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 5992MB
    Check complete. The overall result of this check is: Passed
    Check Name:Check Env Variable
    Check Description:Check for LD_ASSUME_KERNEL
    Expected result: LD_ASSUME_KERNEL environment variable should not be set in the environment.
    Actual Result: Variable Not set.
    Check complete. The overall result of this check is: Passed
    Setting current page standalone validations to true
    Setting current page standalone validations to true
    In processErrorMsgStringDomain Name
    In processErrorMsgStringValid domain name may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters, and include at least one alphanumeric character.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character,use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    resultset.getStatus() : true
    Setting current page standalone validations to true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    In processErrorMsgStringDomain Home
    In processErrorMsgStringOracle Instance
    In processErrorMsgStringMiddleware Home
    In processErrorMsgStringInstance Name
    In [email protected]_invalidCharMsgString
    Obtained the single page data..SpecifyHomeInformationPage
    In processErrorMsgStringWebLogic Server Home
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyHomeInformationPage
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    Entering getUnixVolumeFreeSpace false
    In get free space method..
    not required...
    resultset.getStatus() : true
    XXX: setting m_WLSHome to: /u00/wls/wlserver_10.3
    Setting current page standalone validations to true
    OS: <LINUX> commad: </sbin/ifconfig -a> pattern: <inet(\s+.*:)?\s*\d+\.\d+\.\d+\.\d+>
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringBIPLATFORM schema user name
    In processFieldStringBIPLATFORM schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : false
    Setting current page standalone validations to true
    In processFieldStringMDS schema user name
    In processFieldStringMDS schema user password
    In processFieldStringConnect string
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting current page standalone validations to true
    resultset.getStatus() : true
    Setting collector hub url in screen:null
    In doFinish method checking for inventory lock...InstallProgressPage
    Next page is a progress page and the inventory lock is false
    Setting current page standalone validations to true
    Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    at java.lang.String.substring(String.java:1937)
    at oracle.as.install.bi.util.InstallerInfo.getShiphomeLocation(InstallerInfo.java:58)
    at oracle.as.install.bi.installaction.BIInstallAction.executeBeforeCopy(BIInstallAction.java:230)
    at oracle.as.install.engine.modules.util.installaction.InstallActionProviderUtility.invokeExecuteBeforeCopy(InstallActionProviderUtility.java:72)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.startInstallOperation(ModifiedDWizard.java:3117)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:788)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:886)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:934)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doFinish(ModifiedDWizard.java:611)
    at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.Component.processMouseEvent(Component.java:6288)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6053)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4651)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4481)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:643)
    at java.awt.EventQueue.access$000(EventQueue.java:84)
    at java.awt.EventQueue$1.run(EventQueue.java:602)
    at java.awt.EventQueue$1.run(EventQueue.java:600)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
    at java.awt.EventQueue$2.run(EventQueue.java:616)
    at java.awt.EventQueue$2.run(EventQueue.java:614)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:613)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    So far, I have confirmed I am using a 64-bit compliant java:
    $> java -version:
    java version "1.6.0_43"
    Java(TM) SE Runtime Environment (build 1.6.0_43-b01)
    Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01, mixed mode)
    There is nothing installed in this box except the Linux OS, one single Oracle DB for me to install OBIEE, no WebLogic, nothing else.
    Any help will be appreciated!
    Thanks,
    Nick

    Well, I redownloaded all five zip files for Linux 64 bit, and completely deleted my old bishiphome.
    I then unzipped all five zip files into a brand new bishiphome, and retried the installation. This is still a Linux box with nothing on it but Linux, one Oracle 11gR2 database, rcu11.1.1.6, and attempting to install OBIEE 11.1.1.6.
    Same result.
    Still hangs at file copy, still has the same error message in the .out file.
    Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    at java.lang.String.substring(String.java:1937)
    Any other ideas? This is getting really frustrating!

  • Problem with OBIEE generated query

    Hi All,
    I'm working on OBIEE 10.1.3.4 version. For generating one report am using five tables , in thses five tables 2 are the fact tables and remaining all are dimensional tables.
    In these five tables am using one or more colums in each table and we joined properly for these five tables(we are not getting any error on these joins). The problem is when ever i get query from OBIEE (Administration--->Manage sessions) its not generating a single query , instead of single query its splits into more queries..
    Why its not generating the single query ,we are assuming that beacause of these reports are taking time to show the results.
    Could you pls suggest me why i'm facing these and also i have these problem for only one report for remainig reports OBIEE is generating sine query.

    Hi,
    Please refer : multiple queries for single report
    Why multiple queries ?
    when we can find the multiple queries in view logn
    Thanks,
    Saichand.v

  • Navigation issue in OBIEE 11g from report1 to report2

    Hi All,
    I am in OBIEE 11.1.1.6.2, I have a two reports report1 and report 2
    report 1 is like this (i.e it contains fields from Emp1 dim table and fact table)
    Emp1.EmpCode| Emp1.Empname| fact.Revenue
    1|David|100
    2|Jim|200
    3|Terry|500
    report 2 is like this (ie it contains fields from Emp2 dim table, Sales dim table and fact table)
    Emp2.Empname|Sales.Salesnumber|fact.revenue
    David|222|25
    David|333|75
    Jim|888|150
    Jim|999|50
    Terry|666|400
    Terry|666|100
    This is the issue,
    I need to have a navigation on the revenue column of report1, so that it passes the value of Emp1.Empname to report2 (on other dashboard page) and displays me the report for that employee only. So for eg, if i click on '100' in report 1, it should pass the value of David to report2 and show me rows corresponding to David only. The issue is my Emp1 table and Emp2 table are two different tables, they just have Empname field in common. If it would have been same table in both the reports, I would have done Empname column "is prompted" in report2.
    But How can I do that in this case? is there any way to take the value is some kind of variable and apply it to report2.
    Any help would be greatly appreciated.
    Thanks,
    Ronny

    Thanks Veeravalli,
    But in mater detail view too, If I make Emp1.empname column as master, I will have to include the same column in the detail view too so as to limit the detail report on the basis of empname.
    But in my case, I have Emp2.empname ( a different table) in my report2 which I want to limit on the basis on Emp1.empname column. Can I create a master detail report in which master column in Emp1.empname and detail column ( which is listening) is Emp2.empname?
    I hope you got my point.
    Thanks,
    Ronny

  • In a document library : group by view and manage metadata filter & Navigation problem

    Hi all, I encounter a problem when configuring a document library using a group by view and in combination with the Managed Metadata filtering and
    navigation :
    - all the documents appear under my group by, even the ones that does not correspond
    - In the other hand, the number in brackets shows the correct number of documents that should be shown
    See screenshot below. 
    Did you already encounter that issue ? Is there a workaround ?

    Hi,
    According to your post, my understanding is that you wanted to use a group by view and combine with the Managed Metadata filtering and navigation in a document library
    to show the corresponding documents with the correct numbers in SharePoint 2013.
    In my SharePoint 2013, I created a view which was group by two columns and combine with the Metadata Navigation Hierarchies and Key Filters some fields in a document
    library. As a result, it showed only items matching the filter values.
    So, I recommend that you can follow the steps to implement it in your environment.
    Step1: Enable Metadata Navigation and Filtering:
    Metadata Navigation and Filtering is a Site Feature that has to be activated for this to work.
    And, the Metadata Navigation and Filtering feature is enabled by default on most sites.
    If it is not enabled for your site, you can enable it on the Site Features pages for your site.
    You must be a Site Owner or a Site Collection Administrator to enable Metadata Navigation and Filtering.
    1. Go to “Site Settings” and click “Manage site features” under Site Actions.
    2. Find “Metadata Navigation and Filtering” in the Features list and click “Activate”.
    Step2:
    Configure Metadata Navigation:
    You must have a least the Manage Lists permission level to configure metadata navigation for a list or library.
    1. Open the document library for which you want to configure metadata navigation.
    2. Go to “Library Settings” of the document library and click “Metadata navigation settings” under “General Settings”.
    3. In the Configure Navigation Hierarchies section, select the field or fields you want to display in the navigation hierarchy and then click “Add”.
    4. By default, Folders are automatically displayed in the navigation hierarchy. If you do not want folders to display, select Folders, and then click Remove.
    5. In the Configure Key Filters section, select the fields you want to add as Key Filters, and then click “Add”.
    6. In the Configure automatic column indexing for this list, specify whether you want to automatically create indices on this list to increase the performance of the
    queries that users will perform when they use the Navigation Hierarchy and Key Filter columns you've specified. It is recommended that you select the option “Automatically manage column indices on this list”.
    7. Click “OK”.
    Step3: Set a group by two columns by modifying view in the document library:
    1. Go to the “LIBRARY” ribbon of the document library and click the “Modify view”.
    2. Click the “Group By” and select up to two columns to determine what type of group and subgroup the items in the view will be displayed in.
    3. Click “OK”.
    Step4:
    Go back to the document library, apply Navigation Hierarchies and Key Filters to do a test in your environment.
    The result will like as below:
    There is an article about how to apply Metadata Navigation Filtering in SharePoint 2013 for your reference.
    http://blogs.interfacett.com/how-to-apply-metadata-navigation-filtering-in-sharepoint-2013
    Best Regards,
    Linda Li
    TechNet Community Support

  • Command link navigation problems in IE but not firefox

    Hi,
    I've developed an application using JSF and SDO. I have several pages where the user is displayed data from the database and pages where the user can add data , edit data and delete data.
    Each page has a jsp fragment contained in the page. This is based on faces and is the naviation menu. Each link in the menu is a command link and has navigation rules which are global. Now the problem I get is that when I sometimes nvaigate between pages using the navigation or command links in a page the page just refreshes and displays the same page again. But if I keep trying to click the link again then after a few attempts the link goes to the page i've requested. I've added system outs on the actions for the links to see if they are getting called when the page just refreshes. The answer is no as the system out line is never printed unless the action of the link is actually executed.
    Now the problem is that this only occurs in ie and NOT in firefox. I'm really confused now!!
    Here is some techinical details to help narrow down my situation:
    I'm using wsad 5.1.2 which has faces 1.0, ie 6, firefox 1.0.3.
    Any help would be appreciated!!

    doh! i've solved this problem now....well for now its working perfectly but i'll have to do a bit more testing.
    For anyone that has this problem here was my solution...
    - In IE i went to tools > general tab > settings
    from this menu choose check for newer versions of stored pages to automatically. I previously had every visit to the page.
    This seems to have fixed my problem and the reason why it worked in firefox was because the settings for caching were different.

  • Navigation Problem

    In Answers,
    i have report1(Field a,Field b,Field c) Report2(Field b,field d,field e) Report3(field d , field e , field f)
    i prompted the 'Field b' in Report2 and 'field d' in report3
    my rek is if i select the value in the 'field b' in report1 it should display the Report2 by what ever value selected in the report 1(selected value results only).if i select the 'Field d' in report2 it should display the Report3 by what ever value selected in the report2(selected value results only).
    if i select the 'field b' in report 1 it is taking me to report 2 and showing the results what ever i selected value in the report1 .but if i select the Field d in the report2 it is taking me to report3 ,but it is showing all the results(other than selected values also)
    is it any other way with out using 'navigate' in the column properties...is it possible!
    Can anybody please help me on this
    Thanks..
    Edited by: user12077461 on Nov 20, 2009 7:29 AM

    Based on your fields i think you might have to pass d and e in the report 3 that way you will be able to see the results of f based on d and e.
    Any ways its all sql. Check the sql generated by OBIEE under setting-->Administration--> Manage sessions and view the log and in the sql look for Where clause filters. you will get an idea of which report doing what. So if you see some filters are not getting passed try to add those filters and see whats changing the query. Do some debugging and "Navigation" is the best option to pass values.
    check this blog for go URL
    http://gerardnico.com/wiki/dat/obiee/presentation_service/obiee_url_passing_filters
    hope it helps
    thanks
    Prash

Maybe you are looking for