problem with OBIEE 1.1.1.7

I installed my new server linux with OBIEE 1.1.1.7. (my previous server was rather 1.1.1.6.8) and I copied my old catalogue, with analysis, dashboard, etc. on this new server.

Now, if I try right-click on a table or a PivotTable, I can't see all the options in my context menu: I just "move to" and the label of the measure, but not 'show the subtotal', 'Create a group', 'Create calculated item', 'delete' or 'keep only '.

If I try to change my analysis, in the results panel, I see all the menu items: but no, if I try to do the same thing from the published dashboard.

Is there something that I missed during the installation of the new server?

In my old server 1.1.1.6 the menu works fine.

Any suggestion?

Thank you

Luke

solved

I miss also update instanceconfig.xml

Tags: Business Intelligence

Similar Questions

  • Problem with OBIEE/WLS and MS AD Single Sign-On configuration

    Hi all

    My apologies if this should be posted in the general forum of WebLogic security rather than here, but given that the Oracle support doc called "+ Oracle BI 11 g and Weblogic for Single Sign-On configuration... + ' I thought I would try this first forum.

    We lack OBIEE 11.1.1.6.5 on WLS 10.3.5.0 on Windows 2007 server.
    Active Directory (2008) is running on Windows 2008 R2 Standard edition.

    I followed the support document ID 1274953.1 mentioned above and have managed to get the AD authentication works between the OBIEE/WLS server and the MS AD server.
    In other words; We are able to manually restart the BI Analytics with our AD username.

    Now, when you try to configure Single Sign On, I'v reached the point where I'm just checking the configuration of Kerberos (page 19-20).

    This defective with the following result:
    C:\Oracle\..\middleware\user_projects\domains\ourdomain>java.exe -Dsun.security.krb5.debug=true sun.security.krb5.internal.tools.Kinit -k -t keytab [email protected]
    
    KinitOptions cache name is C:\Users\oracleservice\krb5cc_oracleservice
    Principal is [email protected]
    Kinit using keytab
    Kinit keytab file name: keytab
    KeyTabInputStream, readName(): OURDOMAIN.LOCAL
    KeyTabInputStream, readName(): wlsuser
    KeyTab: load() entry length: 44; type: 3
    KeyTabInputStream, readName(): OURDOMAIN.LOCAL
    KeyTabInputStream, readName(): wlsuser
    KeyTab: load() entry length: 44; type: 1
    KeyTabInputStream, readName(): OURDOMAIN.LOCAL
    KeyTabInputStream, readName(): wlsuser
    KeyTab: load() entry length: 52; type: 23
    KeyTabInputStream, readName(): OURDOMAIN.LOCAL
    KeyTabInputStream, readName(): wlsuser
    KeyTab: load() entry length: 60; type: 16
    KeyTabInputStream, readName(): OURDOMAIN.LOCAL
    KeyTabInputStream, readName(): wlsuser
    KeyTab: load() entry length: 52; type: 17
    Added key: 17version: 5 Added key: 16version: 5 Added key: 23version: 5 Added key: 1version: 6 Added key: 3version: 5 Ordering keys wrt default_tkt_enctypes list Config name: C:\Windows\krb5.ini Using builtin default etypes for default_tkt_enctypes default etypes for default_tkt_enctypes: 3 1 23 16 17
    Kinit realm name is OURDOMAIN.LOCAL
    Creating KrbAsReq
    KrbKdcReq local adresses for WLSSERVER are:
         WLSSERVER/10.0.0.2 IPv4 address      WLSSERVER/0:0:0:0:0:0:0:1 IPv6 address
    KdcAccessibility: reset
    Using builtin default etypes for default_tkt_enctypes default etypes for default_tkt_enctypes: 3 1 23 16 17
    KrbAsReq calling createMessage
    KrbAsReq in createMessage
    Kinit: sending as_req to realm OURDOMAIN.LOCAL
    Exception: krb_error 0 Cannot get kdc for realm OURDOMAIN.LOCAL No error KrbException: Cannot get kdc for realm OURDOMAIN.LOCAL      at sun.security.krb5.KrbKdcReq.send(KrbKdcReq.java:196)      at sun.security.krb5.KrbKdcReq.send(KrbKdcReq.java:175)      at sun.security.krb5.internal.tools.Kinit.sendASRequest(Kinit.java:298)      at sun.security.krb5.internal.tools.Kinit.<init>(Kinit.java:237)      at sun.security.krb5.internal.tools.Kinit.main(Kinit.java:107)
    Our krb5.ini looks like this:
    [libdefaults]
    default_realm = OURDOMAIN.LOCAL
    ticket_lifetime = 600
    
    [realms]
    OURDOMAIN.LOCAL = {
    kdc = 10.0.0.1
    admin_server = adserver.ourdomain.local
    default_domain = OURDOMAIN.LOCAL
    }
    
    [domain_realm]
    .ourdomain.local = OURDOMAIN.LOCAL
    
    [appdefaults]
    autologin = true
    forward = true
    forwardable = true
    encrypt = true
    The test above is done with a keytab file generated on the WLS server according to the documents.
    I also tried using "ktpass' on the ad server to generate a keytab file there, and then placing a keytab on the WLS server file.
    It doesn't work with ' Exception: krb_error 0, no key found in keytab support. "

    I am able to run a ping between servers and have checked that there is no firewall running on one of the servers (they have virtual servers in a closed network). If the AD server should be able to receive TCP/UDP traffic on port 88 Kerberos.

    I'm kinda stuck here, and I can't see that we have different document Metalink support in our configuration.
    All good tips and advice on how to solve this problem would be appreciated.

    Kind regards
    -Haakon-

    Hello

    There is an error in the krb5.ini or krb5.conf:

    > kinit HTTP/ukpsrv016.bah.com
    Password HTTP / [email protected]:welcome1
    Exception: krb_error 0 cannot get kdc for Kingdom BAH.COM errors
    KrbException: Failed to get kdc for BAH.COM domain
    at sun.security.krb5.KrbKdcReq.send (unknown Source)
    at sun.security.krb5.KrbKdcReq.send (unknown Source)
    at sun.security.krb5.KrbAsReq.send (unknown Source)
    to sun.security.krb5.internal.tools.Kinit. (Unknown source)
    at sun.security.krb5.internal.tools.Kinit.main (unknown Source)

    -Check the krb5.ini (Windows) or krb5.conf (Linux, Unix) syntax errors.
    -L' example above was due to lack of space on each side of the '='.
    -Search for missing parameters, lack of spaces, uppercase or lowercase differences
    misspellings, missing or unbalanced parentheses.

    Refer to:
    http://docs.Oracle.com/javase/1.5.0/docs/Guide/Security/jgss/tutorials/KerberosReq.html#SetProps

    Also if this force solves the issue, could you let us know how you created the keytabs, and also orders setspn (with the user account as an administrator in AD WLS account). ?

    I hope this helps. Pls mark if he does.

    Thank you
    SVS

  • Connect OBIEE Admintool to hive: problems with ODBC. Any option?

    We are facing a blocking problem when you try to connect to an instance of hive Admintool using an ODBC driver.

    For a CEP, we are trying to set up a domain of hive to analyze in OBIEE. Everything seems to work OK

    until we try to load the metadata. In this case, the schema is found but not table under him. We can add the

    Physics of table by hand, and then we can successfully launch the number of lines. We then try to load the lines, but to

    the point that we have faced a strange behavior. But summarize the steps we have taken.

    (1) we downloaded ODBC drivers to connect to the hive (we tried with Hortonworks, Cloudera, Microsoft and)

    MapR, but the results are the same);

    (2) we have set up the connection to the hive on port 10000 and successfully run the ODBC test (BTW: to)

    SQLDeveloper we can connect to the same server via the JDBC driver and query the tables here);

    (3) then we start Admintool. Once we have defined the name and the password, we then select the ODBC connection.

    in fact there aren't strictly necessary user name and password, but we offer them anyway;

    (4) the next step is to load the metadata; and here is the first issue, because we can see the patterns but not

    the tables.

    Connection_OBIEE_BigData.PNG

    (5) anyway we are going on and insert a schema (we read there could be problems with more than one schema, then)

    We simply select one); in a blog (by Rittman, who really is 'THE' guru OBIEE) it is said that the tables are not

    loading directly, so we tried simply adding a physical table in the physical layer as the default schema.

    making sure the table exists;

    (6) once we have added 'physically' table that we proceed with the number of lines; and we get correctly the number of

    ranks once we overview the name of table after that;

    (7) then we try to retrieve the lines and the question; We get the following error message:

    ErroreSQL.PNG

    We also dug a bit little and concluded that the request received by hive instead of being

    SELECT * FROM trucks

    it becomes

    SELECT FROM trucks

    If the ' *' is passed to the SQL statement sent. If we run the same query on the Beehive, we get

    exactly the same exception ParseException error, it really seems that there is a problem in the

    construction of the SQL statement.

    Any idea about this problem? (if a fix exists, because after so many attempts, we are convinced

    This is a bug that can only be fixed by a new version of Admintool)

    BTW: we have tried almost all the possible options for the ODBC driver (such as 'native of use request',

    ("Use Unicode" and so on) and in regards to the Admintool, we have not seen what option

    or preferably (at the physical layer) can influence this anomaly.

    Any help is really, really appreciated. Thanks in advance.

    OK, I got what you're saying. I mean, to focus on the bigger picture. If you can make a data view or list Table to import metadata is a bit unrelated to the final goal. Annoying, but irrelevant. What you try to do, is get OBIEE to build queries dynamic SQL based on the logical requests which will submit your users via presentation against the presentation layer Services.

    Continue to build your SPR (ignorant that display data does not work) at a very simple level, with a single fact/Sun in the business model, single domain - and then run an appropriate query generated in answers through it. The point of all this is to see how OBIEE SQL query then generates, and if it's worth a one hive.

  • Problem with shared member

    Dear all,

    I have a problem with the filter of analysis.

    filter.png

    When I used this filter, I can get this result

    Results.png

    but, when I try to get more specific members (gen5, account = 680 40').

    filter2.png

    the result also returned no results. I tried to change the filter to only use the gen5, account.

    filter 3.png

    and outcomes is surprised me

    results2.png

    Gen3 and gen4 leave before changed to another Member. 680 40 is a shared member that I used to create a hierarchy of replacement for my aggregation. The original location is on the last picture shown.

    is there anyway to make my 2nd Blimpo work?

    filter2.png

    Thanks in advance.

    Note: I use 11.1.7.0 and 11.1.2.3.500 with Cube of BSO essbase obiee

    Draw the generated MDX and check it out in detail. Most of these cases are down to an outline of a cube that is not necessarily suitable for use by a motor like OBIEE who is willing to dynamically alter its views constantly.

  • problem with connecting to the service of the administration of essbase

    Hi guys,.

    I have a problem with connectingto essbase administration service using the regional service console.

    There is no place of change taken on the essbase server.

    in the regional service console, clicking the server management component, I can find the essbase administration service is not running.but that will well essbase studio

    My essbase cube is used to be the source of OBIEE data. Now, I can not connect to the service of the administration of essbase, but the POET can read data in the essbase cube.

    Someone at - there experience this problem?

    any suggestion is appreciated!

    Hello

    Try restarting the Service of Directors.

    Kind regards

    Manan Shah

  • Hyperion 11.1.2.3 integrate with Obiee 11.1.1.7.1

    Hi all

    I installed Hyperion 11.1.2.3 and Obiee 11.1.1.7.1 then try to integrate with hyperion obiee.

    When I try to do the follow-up,

    HSSConfiguration.bat registry

    getting below error:

    Exception in thread "main" java.lang.NoClassDefFoundError: com/hyperion/css/ESSC

    Xception

    at oracle.bi.server.hssregistration.BIEERegisterer.execute (BIEERegistere

    r.Java:70)

    at oracle.bi.server.hssregistration.BIEERegisterer.main (BIEERegisterer.j

    AVA: 138)

    Caused by: java.lang.ClassNotFoundException: com.hyperion.css.CSSException

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    ... 2 more

    CSS.jar and registry - api .jar files copied from way of Hyperion obiee as mentioned below in the blog of John:

    http://John-Goodwin.blogspot.in/2013/05/EPM-workspace-integration-with-OBIEE.html

    If someone has this problem, please comment.

    Thank you

    Mady

    Did you really follow all stages of http://john-goodwin.blogspot.co.uk/2013/04/epm-workspace-integration-with-obiee.html

    Did you properly tracking registration.properties, did you update ORACLE_BI_HOME, ORACLE_HOME, JAVA_HOME in HSSregistration.bat, is the correct reg.properties being produced in the same location as the HSSregistration utility.

    Yes, you enter the user name of the Shared Services password, as is the register HIT.

    See you soon

    John

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

  • Dig the issue in Mozilla with OBIEE 10.1.3.4

    Hello

    I have a report that contains a chart and I need the detailed report if I click on any node of the graph to navigate.

    It allows to work very well with all my old versions of OBIEE. Recently, we have upgraded to OBIEE 10.1.3.4 and using any version of Mozilla I am unable to navigate in the detailed report.
    The mistake that he has shown is with viewhelper.js.

    Is there a problem with the version of OBIEE we use!

    Thank you!!
    Vasantha.P

    Hi Vasantha.P,

    I recommend that you register a SR with Oracle. According to their literature (http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10417.pdf) Mozilla 3.0 is supported on 10.1.3.4.1 OBIEE, so they should provide a fix.

    If this is something that affects many users, it'll be good to have an official fix for it.

    The other way that you can take is to directly edit the viewhelper.js and force it to call the correct command. I would not recommend this because:
    (a) it is not supported (I know)
    (b) the next time that you are upgrading, you will lose this fix.
    (c) it will probably take a lot of time for you to understand what is the right order to call to fix the error.
    (d) of the other will not be able to benefit from a public bug fix.

    Good luck and let me know how it turns out.

    -Joe

  • problems with, phone, 6, Bluetooth kit, Nissan, after update, for, Rios, 1.0.2

    After the update to ios 10.0.2 - trying to use bluetooth to call my vehicle, it says: "this article is not in your phone book." How can I solve this problem?

    Greetings, joybelino1!

    Thank you for joining the communities Support from Apple! I can't wait to see that you are having problems with your Bluetooth in your car! The good news is that Apple has a great article that will help you with measures to try to resolve the problem. Read this article to gethelp to connect your iPhone, iPad, or iPod touch with your car radio. Even though he talks about problems with the connection, it also has the steps for other questions you may have once connected.

    If you use Bluetooth

    1. Consult the user manual of your car stereo to get the procedure to a Bluetooth device.
    2. On your iOS device, drag up to open Control Center, then press ontwice to turn on Bluetooth and turn it back on.
    3. Restart your iOS device.
    4. On your iOS device, Cancel the twinning of your car radio. On the screen of your car désapparier your iOS device and any other device. Restart your car and your iOS device, then pair and connect again.
    5. Update your iOS device.
    6. Install the updates to the firmware of your car radio.
    7. If you still not connect, contact Apple technical support.

    Have a great day!

  • Anyone having problems with WiFi connectivity after upgrade to Sierra?

    I was wondering if anyone else knows issues with WiFi connectivity since the upgrade to Sierra 10.12? I have not had any problems with connectivity WiFi previously on El Capitan. Now I have regular randomly loose connectivity. My internet is cable and when it is connected I have a 100% connection. My details of iMac and I have used only 10% of my storage.

    No problem with my iphone 6.

    Hello AspDesigns,

    I understand that, since the upgrade to Mac OS Sierra, your Mac seems to have trouble staying connected to Wi - Fi. Fortunately the diagnosis built-in wireless can help identify the source of so much trouble.

    Search for Wi - Fi using your Mac problems

    See you soon!

  • Problems with mail after switching to macOS Sierra

    Hey all

    After having recently upgraded to macOS Sierra, I am unable to read my mail.

    I get the following error every time I check on "Get Mail".

    There may be a problem with the mail server or the network. Check the account settings "*" or try again.

    The server returned the error: Mail could not connect to the server 'pop1.tribcsp.com' using SSL on the default ports. Verify that this server supports SSL and that your account settings are correct.

    What does this error message mean and how can I solve this problem.

    Thank you

    Hi Michael,

    I see your message that you get an error in the mail indicating that there is a problem with the mail server or the network.  To help get this problem resolved, I suggest that you follow the steps below:

    If mail refers to a problem with the mail server, or the network

    Mail will say that it is impossible to connect due to a problem with the mail server or the network. For example, the message may refer to a connection that has expired, or too many simultaneous connections:

    If you are connected to the Internet, but the connection has expired, your email provider might be affected by a discontinuance of service. Contact them or see their status Web page to ensure that their e-mail service is online. Examples of status pages:

    If the message indicates the number of simultaneous connections, too many of your devices is check your e-mail account at the same time. Quit Mail on one or more of your other devices.

    If you are still unable to send or receive e-mails

    1. Make sure that you have installed latest version of the Mac software updates, especially if the problem occurred immediately after the installation of a previous update.
    2. In OS X El Capitan or later version, you can see a status icon and the short error message in the upper right of the Mail window, under the search box. The message may indicate 'Network offline' or 'Connection failed', for example. Click the message to see more details on the issue.
    3. Check your connection to the Mail connection doctor. It might be able to say more on the issue.

    If you cannot send or receive e-mail on your Mac.

    Take care.

  • iMac 27 "mid-2011 - Intermittent problem with CPU fan running at full speed and sleep mode.

    Hello!

    My iMac 27 "has an intermittent problem with the CPU fan runs at full speed. Sometimes it happens at the time when I start it, sometimes only in my session, and sometimes only after a certain time. So does seem to be a problem of "heating".

    Second issue is with the mode 'sleep'. It may occur also at any time, at the start of the iMac, session, or after a certain time. But once he starts to go in mode 'sleep', when I wake up, it goes right back in mode after a few seconds and that it will continue indefinitely until I restart the computer.

    What could be?

    Please help me!

    4ntoine

    Here is my model of iMac:

    iMac 27 "mid-2011 model 12.2

    Intel Core i7 3.4 GHz

    AMD Radeon HD 6970M 1024 MB

    OS X El Capitan 10.11.6
    SMC 1.72f2

    Boot ROM IM121.0047.B23

    reset the SMC

    Reset the management system (SCM) controller on your Mac - Apple Support

  • problem with playing the clash of clans

    I'm having some problems while playing the clash of clans on my 2 mini ipad screen does not seem to meet sometimes as if it was some sort of delay so I have to tap several times in order to use a filter or throw the troops on the battlefield.

    Hi Trinitygr,

    Thanks for posting in the Community Support from Apple! I understand that you are having problems with your iPad screen while playing a game. I like to play games on my iPad and I don't see how this could be a nuisance. I'm happy to offer assistance.

    Are you only had this problem when using the app clash of Clans, or does it happen in all applications? I recommend to start by following the steps described in this article:
    If an application you have installed unexpectedly closes, unresponsive, or does not open

    Take care!

  • I'm having problems with an outdated Apple ID

    I have problems with updating Apps etc in my Apple account because he always asked an obsolete in sign.  How can I change this?

    Hello

    Go down to itunes apple ID Delete page homepage all ID and then add it back back.

    See you soon

    Brian

  • Anyone having problems with the new iPhone LTE connection 7 on Verizon?

    I am now on my iPhone second 7 with Verizon. I had four phones for me and my family. I have now had issues where I have no signal in the same areas where my signal allows to be strong. I can't solve the problem with the activation/deactivation of the airplane and then mode again in normal mode. My phone will rest with no signal for 5 minutes, then going to LTE with three bars. I also had the problem where I had only 1 x signal, while my son standing right next to me has LTE. And he had the same questions, where I'm on LTE and it gets no signal. I use to have LTE where I live and work all the time, now it's spotty at best. Apple has replaced me and my sons iPhones but not luck. Still do. Any ideas or an any other suffering?

    (1) go to settings/cell phone/cellular data Options/enable LTE and select ONLY the DATA. This seems to solve the problem (as a temporary solution) for most of the people affected by this problem. The bad part is your request might not be as clear (since they cannot use the highest LTE signals) and you can make calls and data at the same time. But it does not solve the issue.

    (2) there are rumors (but you didn't hear that from me that we only are not supposed to discuss beta software program Apple in this forum) that the new version of Apple Beta for iOS (which also includes an update of the software carrier Verizon to 26.0) seems to solve this problem. So, there's a light at the end of the tunnel.

  • Problem with some fonts of symbols after the installation of the Sierra

    Hello

    I have recently upgraded the OS on my iMac late 2012 for Sierra, since doing so, I noticed a problem with several fonts.

    All symbolic symbols Apple to Wingdings fonts not correctly displayed in the font book. Apple symbols looks like a standard wheelbase of san, and other symbolic fonts just show as question marks '?' where the images should be.

    In text editing, that I can't even see the symbolic fonts like Zapf Dingbats and Wingdings in the selector. However, they all work well in Adobe Illustrator (CS5) and Microsoft Word 2011. Apple symbols still looks like a standard font.

    I already tried the following:

    1. check the fonts in font book

    2 fix the duplicates in the font book

    3. using the "Restore Standard fonts" option in the font book

    4 deleting a file in the folder Preferences plist Fonts

    5 deleted the cache of police and the database

    I'm out of ideas. Has anyone else had the same problem found a fix?

    Kind regards

    Greville

    I'm just to add that I used the recovery partition to do a clean install of Sierra on a hard drive external and then booted into it to see if it had the same problem.

    And he does. Wingdings and other photo fonts appear as '?' in boxes where the letters must be in the font book.

    So this seems like a problem with the way Sierra displays these fonts, not with the font files themselves.

Maybe you are looking for