Hyperion Planning 9.3.1 issue of Internet Explorer 6

Hi gurus,

One of my customer who uses IE6 for Hyperion planning 9.3.1 but is not able to open planning applications. When it attempts to open the app showing Opening Application and the bar with the warning problem with this web page might avoid it no longer show of State IE
Details: * 'getHandler () .planningMenuBar' is null or not an object *.

Any help would be appreciated.


Concerning
PrakashV

That points to a problem with the other IE clients, now, it could be a framework, could put a different patch, might need to reinstall. I can't say much more than that.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Spry Bar Menu alignment issue in Internet Explorer

    Problem:

    1. The submenu under the second menu item 'works' right in Internet Explorer.  It seems to be fine in Safari, FireFox and Chrome.  Do not see what I am doing wrong.
    2. When the main menu item is selected, I would like the background color of the selected menu item to be a different shade of gray (#575757) to indicate that it has been selected.  Where is that change go?

    I would be grateful for your help!

    Site: http://deborahkapoor.com/ 

    Code:


    @charset "UTF-8";

    / * Sections - version 0.6 - Pre - Release Spry 1.6.1 * /.

    / * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

    /*******************************************************************************

    The AVAILABLE INFORMATION: Describes the box model, positioning, the order

    *******************************************************************************/

    / * The outermost container for the menu bar, an area of width auto without margin or padding * /.

    UL. MenuBarHorizontal

    {

    margin: 0;

    padding: 0;

    list-style-type: none;

    do-size: 100%;

    cursor: default;

    Width: auto;

    }

    / * Value of the menu bar active with this class, currently the definition of z-index to accommodate IE rendering bugs: http://therealcrisp.xs4all.nl/Meuk/IE-zindexbug.html */

    UL. MenuBarActive

    {

    z-index: 1000;

    }

    / * Menu item containers, position of children relative to this container and are a fixed width * /.

    UL. MenuBarHorizontal li

    {

    margin: 0;

    padding: 0;

    list-style-type: none;

    do-size: 100%;

    position: relative;

    text-align: left;

    cursor: pointer;

    Width: 130px;

    float: left;

    }

    / * Submenus should appear under their parent (top: 0) with a higher z-index, but they are first the left side of the screen (-1000em) * /.

    UL. MenuBarHorizontal ul

    {

    padding: 0;

    list-style-type: none;

    do-size: 90%;

    z index: 1020;

    cursor: default;

    Width: 8.2em;

    position: absolute;

    left:-1000em;

    margin: 0 0 0 15%;

    }

    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we put the car left so it happens on the screen below its parent menu item * /.

    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible

    {

    left: auto;

    }

    / * Container of menu items are same fixed width parent * /.

    UL. MenuBarHorizontal ul li

    {

    Width: 8.2em;

    }

    / * Submenus should appear slightly overlapping to the right (95%) and upward (-5%) * /.

    UL. MenuBarHorizontal ul ul

    {

    position: absolute;

    margin:-5% 0 0 95%;

    }

    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we have left to 0, it is on the screen * /.

    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible ul. MenuBarSubmenuVisible

    {

    left: auto;

    top: 0;

    }

    /*******************************************************************************

    INFORMATION DESIGN: Describes the set of colors, borders, fonts

    *******************************************************************************/

    / * Submenu containers have borders on all sides * /.

    UL. MenuBarHorizontal ul

    {

    border: none;

    }

    / * Menu items are a light grey block with padding and no text decoration * /.

    UL. MenuBarHorizontal a

    {

    display: block;

    cursor: pointer;

    background-color: #474747;

    Padding: 0.5em 0.75em;

    color: #FFF;

    text-decoration: none;

    }

    / Components menu that have mouse over or focus have a grey and white text background * /.

    UL. MenuBarHorizontal a: hover, ul. MenuBarHorizontal a: focus

    {

    background-color: #777777;

    color: #FFF;

    }

    / * Menu items that are opened with the submenus are on MenuBarItemHover with a blue background and white text * /.

    UL. MenuBarHorizontal a.MenuBarItemHover, ul. MenuBarHorizontal a.MenuBarItemSubmenuHover, ul. MenuBarHorizontal a.MenuBarSubmenuVisible

    {

    background-color: #777777;

    color: #FFF;

    }

    /*******************************************************************************

    Submenu INDICATION: styles if there is a submenu in a given category

    *******************************************************************************/

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.

    UL. MenuBarHorizontal a.MenuBarItemSubmenu

    {

    / * background-image: url (SpryMenuBarDown.gif); */

    background-repeat: no-repeat;

    background-position: 50 95%;

    text-align: left;

    }

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.

    UL. MenuBarHorizontal ul a.MenuBarItemSubmenu

    {

    background-image: url (SpryMenuBarRight.gif);

    background-repeat: no-repeat;

    background-position: 50 95%;

    }

    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.

    UL. MenuBarHorizontal a.MenuBarItemSubmenuHover

    {

    background-image: url (SpryMenuBarDownHover.gif);

    background-repeat: no-repeat;

    background-position: 50 95%;

    }

    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.

    UL. MenuBarHorizontal ul a.MenuBarItemSubmenuHover

    {

    background-image: url (SpryMenuBarRightHover.gif);

    background-repeat: no-repeat;

    background-position: 50 95%;

    }

    /*******************************************************************************

    BROWSER HACKS: hacks below should not be changed, unless you are an expert

    *******************************************************************************/

    / * HACK FOR IE: to ensure that sub menus show above form controls, underpin us each submenu with an iframe * /.

    UL. MenuBarHorizontal iframe

    {

    position: absolute;

    z index: 1010;

    Filter:alpha(opacity:0.1);

    }

    / * HACK FOR IE: to stabilize the appearance of the menu items. the slash in the float is to keep IE 5.0 analysis * /.

    @media screen, projection

    {

    UL. MenuBarHorizontal li. MenuBarItemIE

    {

    display: inline;

    f\loat: left;

    Background: #FFF;

    }

    }

    Your suggestion works by fixing the gross misalignment in IE, but it removes the indentation I got in there and I wish that the submenu agree.  Any way to integrate the two.

    Add and adjust the value on

    UL. MenuBarHorizontal ul a {}

    left margin: 20px;

    }

    In addition, if you could advise on the background color of the selected menu option, I'd appreciate it.

    Add and adjust them according to

    UL. MenuBarHorizontal .activeMenuItem a {}

    background: #a59a84! important;

    color: #ffffff! important;

    }

    Don't forget ! important as this will override any changes made by the JS

    Then add on the corresponding page class as per

  • | Homepage
  • GRAMPS

  • Query string and issue of Internet Explorer

    Hello

    I did a small Flash (Player 8, AS2) application that is controlled by a chain of request on the URL of the page. Here is a link to test:

    http://www.highergroundclients.co.UK/DB/fundsmap/index.html?region=null

    If you open this link in Firefox, you will see that Europe is selected by default, and then clicking on Asia or Latin America will change the string, reload the page and change the selected region.

    It works fine in Firefox, Safari etc, but for some reason any it won't work in IE6, IE7 or IE8. Now of course I know that query strings work fine under IE, but I've never known files Flash behave differently in different browsers before.

    If anyone has experienced this before? I am really puzzled. Here's the flash code I use:

    var queryParts:Array = flash.external.ExternalInterface.call ("function () {return window.location.toString () ;}"). Split("?) Region = ") [1]." Split ("=");
    trace (queryParts [0] + "=" + queryParts [1]);

    _root.geo_mc.gotoAndStop (queryParts);

    I also tried to embed the Flash file in different ways (object, swfobject etc.) but not joy.

    Any help would be appreciated!

    you add javascript function in the html embed file so your code is easier to read and debug.  Use location.href to bring back the html url

  • I lost spelling/grammar and auto fill on internet explore

    Please help me restore thanks

    Restore point:

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    Do Safe Mode system restore, if it is impossible to do in Normal Mode.

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    http://www.windowsvistauserguide.com/system_restore.htm

    Read the above for a very good graph shows how backward more than 5 days in the System Restore Points by checking the correct box.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    See if the information below helps you solve the problem/s you have with Internet Explorer:

    http://support.Microsoft.com/default.aspx/KB/936213/?p=1

    "How to optimize Internet Explorer"

    Configuration in Windows Internet Explorer 7 and Windows Internet Explorer 8 settings can cause one or more of the following problems:

    ·    You experience performance issues in Internet Explorer.

    ·    You receive an error message in Internet Explorer. For example, you receive a message error "Internet Explorer cannot display the webpage".

    ·    Internet Explorer stops responding.

    This article describes how optimize or reset Internet Explorer in Windows Vista to solve these problems.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/kb/936215

    "How to solve the problems of Internet Explorer in Windows Vista and Windows XP"

    This article explains how to solve any problems that you may experience when you use Windows Internet Explorer 7 or Windows Internet Explorer 8 on a computer that is running Windows Vista.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/kb/936214/

    "How to solve compatibility problems that affect Internet Explorer 7 in Windows Vista"

    This article describes how to troubleshoot software compatibility affecting Windows Internet Explorer 7. To help determine which program may be the cause of the problem, you can do the following:

    1 use the mode safe mode with networking

    2. perform a clean boot

    3. use another user account

    4 scan your computer against viruses and spyware

    5. run Internet Explorer 7 in "no Add-ons" mode

    Hope the above helps.

    ·                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Also try the Forum from IE:

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/threads

    They will help you with your question IE in Forum Internet Explorer above.

    See you soon.

    Mick Murphy - Microsoft partner

  • Error "Internet explorer can not open this file or this page.

    __2-so I'm working, suddenly the following problem crosses my path. Told me that "Internet explorer can not open this file or this page. I followed the instructions but nothing happens so I leave and continue on another topic.

    1. when I see "your password is wrong", I'm always sure that this is right PW, so I click OK and it's immediately back 2 or 3 times until I close it and after that I continue to work as if nothing had happened.

    2 - while I'm working I tells me that "knowledge cannot open this page or IIR. I followed the Instructions but nothing happens. So I leave and continue my work on another of the subjects.

    "So I leave and continue my work on other topics.

    You don't say exactly what you are working on.

    Thus, the advice given is for Internet Explorer.

    See if the information below helps you solve the problem/s you have with Internet Explorer:

    http://support.Microsoft.com/default.aspx/KB/936213/?p=1

    "How to optimize Internet Explorer"

    Configuration in Windows Internet Explorer 7 and Windows Internet Explorer 8 settings can cause one or more of the following problems:

    ·    You experience performance issues in Internet Explorer.

    ·    You receive an error message in Internet Explorer. For example, you receive a message error "Internet Explorer cannot display the webpage".

    ·    Internet Explorer stops responding.

    This article describes how optimize or reset Internet Explorer in Windows Vista to solve these problems.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/kb/936215

    "How to solve the problems of Internet Explorer in Windows Vista and Windows XP"

    This article explains how to solve any problems that you may experience when you use Windows Internet Explorer 7 or Windows Internet Explorer 8 on a computer that is running Windows Vista.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/kb/936214/

    "How to solve compatibility problems that affect Internet Explorer 7 in Windows Vista"

    This article describes how to troubleshoot software compatibility affecting Windows Internet Explorer 7. To help determine which program may be the cause of the problem, you can do the following:

    1 use the mode safe mode with networking

    2. perform a clean boot

    3. use another user account

    4 scan your computer against viruses and spyware

    5. run Internet Explorer 7 in "no Add-ons" mode

    Hope the above helps.

    ·                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Also try the Forum from IE:

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/threads

    They will help you with your question IE in Forum Internet Explorer above.

    See you soon

    Mick Murphy - Microsoft partner

  • Internet Explorer puts me in offline mode

    IE8 sometimes when I try to access sites go offline. How to stop what is happening, please

    See if the information below helps you solve the problem/s you have with Internet Explorer:

    http://support.Microsoft.com/default.aspx/KB/936213/?p=1

    "How to optimize Internet Explorer"

    Configuration in Windows Internet Explorer 7 and Windows Internet Explorer 8 settings can cause one or more of the following problems:

    ·     You experience performance issues in Internet Explorer.

    ·     You receive an error message in Internet Explorer. For example, you receive a message error "Internet Explorer cannot display the webpage".

    ·     Internet Explorer stops responding.

    This article describes how optimize or reset Internet Explorer in Windows Vista to solve these problems.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/kb/936215

    "How to solve the problems of Internet Explorer in Windows Vista and Windows XP"

    This article explains how to solve any problems that you may experience when you use Windows Internet Explorer 7 or Windows Internet Explorer 8 on a computer that is running Windows Vista.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/kb/936214/

    "How to solve compatibility problems that affect Internet Explorer 7 in Windows Vista"

    This article describes how to troubleshoot software compatibility affecting Windows Internet Explorer 7. To help determine which program may be the cause of the problem, you can do the following:

    1 use the mode safe mode with networking

    2. perform a clean boot

    3. use another user account

    4 scan your computer against viruses and spyware

    5. run Internet Explorer 7 in "no Add-ons" mode

    Hope the above helps.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Also try the Forum from IE:

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/threads

    They will help you with your question IE in Forum Internet Explorer above.

    See you soon.

    Mick Murphy - Microsoft partner

  • Problem Internet explorer with yahoo page?

    When I open my yahoo account, I have a message that Explorer has encountered a problem and must close and then all of a sudden I lost my content. Can someone help me solve this problem? Kind regards

    See if the information below helps you solve the problem/s you have with Internet Explorer:

    http://support.Microsoft.com/default.aspx/KB/936213/?p=1

    "How to optimize Internet Explorer"

    Configuration in Windows Internet Explorer 7 and Windows Internet Explorer 8 settings can cause one or more of the following problems:

    ·     You experience performance issues in Internet Explorer.

    ·     You receive an error message in Internet Explorer. For example, you receive a message error "Internet Explorer cannot display the webpage".

    ·     Internet Explorer stops responding.

    This article describes how optimize or reset Internet Explorer in Windows Vista to solve these problems.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/kb/936215

    "How to solve the problems of Internet Explorer in Windows Vista and Windows XP"

    This article explains how to solve any problems that you may experience when you use Windows Internet Explorer 7 or Windows Internet Explorer 8 on a computer that is running Windows Vista.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/kb/936214/

    "How to solve compatibility problems that affect Internet Explorer 7 in Windows Vista"

    This article describes how to troubleshoot software compatibility affecting Windows Internet Explorer 7. To help determine which program may be the cause of the problem, you can do the following:

    1 use the mode safe mode with networking

    2. perform a clean boot

    3. use another user account

    4 scan your computer against viruses and spyware

    5. run Internet Explorer 7 in "no Add-ons" mode

    Hope the above helps.

    See you soon.

    Mick Murphy - Microsoft partner

  • Web page is displayed correctly in Firefox and has problems in Internet Explorer

    I created a web page and displays it as I want in Firefox.  It has the following issues in Internet Explorer:

    Text in the amenities section does not recognize < br / > < li > together

    It shows a large space between the sections of equipment and rates

    The rates section is not centered

    Page at http://www.aspenmountaincabin.com/amenities.html

    No work around?

    Thanks for any help.

    snelsoninthemtns wrote:

    I created a web page and displays it as I want in Firefox.  It has the following issues in Internet Explorer:

    Text in the amenities section does not recognize
    between

  • elements

  • Remove all the
    Tags after tags and add the below css to your css stylesheet:

    #commentsText li {}
    margin-bottom: 10px;
    }

    snelsoninthemtns wrote:

    It shows a large space between the sections of equipment and rates

    Remove the '575' = height of theTag (see below)


         
           
             

    snelsoninthemtns wrote:

    The rates section is not centered

    Add style = "" margin: 0 auto; "the rates in the table tag (see below)"


    CellPadding = "2" cellspacing = "0" style = "" margin: 0 auto; ">"

  • Hyperion Planning version 11.1.2.0.858 is compatible for Internet Explorer 8

    Please can you me that Hyperion Planning version 11.1.2.0.858 is compatible for Internet Explorer 8 or not?

    11.1.2.0 supported browsers is in the support matrix

    These are:

    Internet Explorer 7.x
    Internet Explorer 8.x
    Firefox 3.5 +.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • ODI: Hyperion Planning target IKM issue

    All,


    In my ODI interface, I am trying to load data from flat file for Hyperion Planning application.

    To do this, I imported knowledge modules

    1 RKM Hyperion Planning
    2 LKM SQL file
    3 IKM SQL for Hyperion Planning

    Here, I am able to Reverese hyperion, planning an application using RKM Hyperion Planning.

    Interface creation started and when I try to assign IKM for Hyperion planning target, it's not showing "IKM SQL to Hyperion Planning". _ in the list of the IKM.
    Could you please suggest, if I'm missing something.

    Thanks in advance.

    Uday

    Hi Uday,

    Have you checked the box "staging: different target area" on the first tab of your interface? You must select a logic diagram it that points to a technology database as the Sunopsis Memory engine or (which I recommend) a schema, Oracle or SQL Server.

    Then you should be able to select the IKM planning.

    Kind regards
    Matthias

  • Issue of Hyperion Planning Smart View with the names of the members &amp; alias

    Hello

    IM using Smart View "Essbase' connection to a worm 11.1.1.3, however the connection of essbase, Hyperion Planning Application I'm not able to select the view options smart to see the alias, the members or both. I change the setting (duplicate names allowed members = true) directly the properties of the sketch in EAS, and now I am able to see the names of borrowing, but if time I update it using web/workspace planning, this setting is cancelled. In addition I don't have something I should use with planning. Any comments?

    Kind regards

    First of all, I hope that you have not changed the properties of the sketch in environmental assessments for a planning application.
    For more information on the use of pseudonyms in smartview have a read of:- Smartview - display options to display the names of the - alias
    Also you only will be able to view member name or alias not both at the same time.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Unable to copy link option hyperion planning in IE 11

    We are currently in Hyperion planning 11.1.2.4.003 version.

    When we open Hyperion planning application in IE 9, we are able to see the option copy the link in the tools, but when we opened the same application in IE 11 us is not able to copy the link, we are witnessing only option from the custom links.

    one faces this problem.

    Oracle has been able to reproduce the issue and filed a bug

    We were able to replicate - a bug was filed: Bug 22757371 - COPY LINK NOT VISIBLE IN IE 11 11.1.2.4.003.

  • Hyperion Planning support for browsers and Windows

    Hello everyone

    I have a question about browsers and Windows that support Hyperion planning.

    Hyperion is compatible with Windows 10?

    Hyperion is compatible with IE 11?

    Hyperion is compatible with Firefox (latest version) 43

    SmartView is heading the bureau 13?


    Thanks in advance.


    Concerning

    MSA

    You will need to provide what version of Hyperion (and Smart View) you are on for people to answer this question precisely as each version is different.

    Your best bet (and should always be your first choice in these issues) is to consult the EPM support matrix

    http://www.Oracle.com/technetwork/middleware/bi-Foundation/Hyperion-supported-platforms-085957.html

  • How RMI is used to connect to a Hyperion planning?

    Hello

    We want to document how RMI connects to Hyperion planning under the hood for our security team. Can you please help us understand this process or point us to a document?

    Thank you

    Andy

    It is basically using the Protocol Java RMI that is running on a port by default 11333, if you do a search on the internet you can find more information on Java RMI, it is only really used now (11.1.2.3) by ODI to contact the planning

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • Hyperion Planning 11.1.2.1 Custom Types Dimensions/Plan

    I was hoping to get some expertise on an issue I have with Hyperion Planning. We are currently working on the 11.1.2.1 environment and we have 2 types of active plan implemented;

    Plan Type A - dimension of active channel (Custom)

    Plan B - channel (Custom) inactive dimension Type

    For the channel size, is it possible to transform the Plan Type B as a valid plan type in 11.1.2.1? I didn't know if it could only be configured on the creation of the application or not.

    If we activate the dimension for the type of plan, I understand this will cause a number of issues, for example to set the POV for all Web/reports/Scripts for Plan Type b Forms. We are just assessment of the impact, have previously, anyone had any experience of this?

    Thank you very much for your help!

    For the application of EPMA you doing the same thing of EPMA, change the properties of dimension and deploy the application, here is the link:

    Changing property values

    See you soon... !!

    Rahul S.

Maybe you are looking for