OBIEE 11.1.1.6 Released

Posted on February 21, 2012 by Paul McGarrick
Filed Under Installation, OBIEE 11g

Oracle have put the latest version of OBIEE – 11.1.1.6 – up for download via their Software Delivery Cloud (formerly eDelivery). No doubt it will be on general download via OTN in the near future.

I’m looking forward to trying this out and for the various bug fixes that we’ve had to work around in the previous versions of 11g.

Leave a Comment


How to Replace Null Values in an OBIEE Pivot Table – Revisited

Posted on January 26, 2012 by Paul McGarrick
Filed Under Answers, Dashboards, OBIEE 11g, Pivot Table

According to my server logfiles, the previous post on this topic is one of the most popular on this site. In light of that I felt it was time for an update concerning the ability to do the same in OBIEE 11g.

It seems that the ability to apply a custom format mask (e.g. #,###0;-#,###0;0) to a column and have it apply to a pivot table view is broken in version 11.1.1.5. Oracle have confirmed this is an unpublished bug (13054445) so we are stuck with it for the time being until 11.1.1.7.0 comes along.

Leave a Comment


OBIEE 11g Dimension Browse Revisited

Posted on January 24, 2012 by Paul McGarrick
Filed Under Admin Tool, LTS, OBIEE 11g

I’ve blogged before about the Dimension Browse feature in the OBIEE Admin Tool. For the uninitiated, there is a “Dimension Browse” checkbox within the logical table source (LTS) dialog which appeared with the release of version 11.1.1.3.

It seems this feature never really worked properly and you could click it, click ok, come back to the dialog later and it would be unticked again.

Oracle are now saying that this feature is obsolete and has been replaced by a better way of handling dimension-only queries. It seems the checkbox is hanging around in the UI without doing anything! Maybe it will be gone when 11.1.1.6 comes along?

More info on the Oracle Support site if you really need it: Doc Id 1394335.1 and Bug reference 13341484.

Leave a Comment


Help, our users can’t log in!

Posted on January 12, 2012 by Paul McGarrick
Filed Under Active Directory, LDAP, OBIEE 11g

I got a call from a previous client yesterday. Their OBIEE system wasn’t allowing anyone to log in and understandably they were looking for a quick resolution.

The system in question was set up with authenication against the company’s MS Active Directory via LDAP so that seemed like the most likely place to start looking.

After being assured that none of the LDAP configuration had been changed in Weblogic Console we figured it must be something external, within AD itself.

A bit of poking around with Softerra LDAP browser pinpointed the cause: the IT Support department had ‘helpfully’ moved the equivalent of the BISystemUser account to a different Base DN so it no longer sat alongside the rest of the users. This is a big no-no as it must be in the same place as the rest of the users because we can only specify one Base DN within Weblogic. After moving the user back to the correct place, connectivity was immediately restored and the problem went away.

The IT Support dept were suitably chastised and now everyone is happy again.

Leave a Comment


OBIEE London Social Meet Update

Posted on November 4, 2011 by Paul McGarrick
Filed Under Social

Just a quick post to say that it’s not too late to express an interest in the OBIEE social gathering next Thursday, 10th November. Some space has been reserved from 6pm upstairs at the Craft Beer Bar, near Chancery Lane and Faringdon tube stations. All working in the field are welcome. Please get in touch if you plan on coming so we have an idea of numbers.

1 Comment


OBIEE London Social Meet

Posted on October 13, 2011 by Paul McGarrick
Filed Under Social

I ‘m organising a social gathering for OBIEE developers working in or around London. It’ll be on 10th November in a pub somewhere yet to be decided.

If you would be interested in attending please drop me a note using the contact form to register your interest. All are welcome!

Cheers!
Paul

UPDATE – I now have some space reserved in a venue and a few people have expressed an interest including a certain Mr Rittman. Please spread the word to anyone working in the field. The venue is near Chancery Lane / Farringdon and will be disclosed to those who have been in touch.

1 Comment


nQSError 77005 When Importing Oracle OLAP Cube

Posted on September 30, 2011 by Paul McGarrick
Filed Under Admin Tool, OBIEE 11g, OBIEE Errors, OLAP

I came across an interesting problem today when importing an Oracle OLAP cube using the Administration Tool that comes with the OBIEE 11g Client Tools. The import failed with the error message:

[nQSError: 77005] An invalid parameter was passed to the nQWebIBotAPI.dll. Verify that the Agent configuration is correct.

When you install the client tools it creates a ‘lite’ version of the full server install using may of the same files as the full install. One thing that isn’t present is a JavaHost so it is necessary to point the Admin Tool at a JavaHost running on another machine. To do this I edited:

C:\Program Files\Oracle Business Intelligence Enterprise Edition Plus Client\oraclebi\orainst\config\OracleBIServerComponent\coreapplication\NQSConfig.INI

In the [JAVAHOST] section I put:

JAVAHOST_HOSTNAME_OR_IP_ADDRESSES = “x.x.x.x”:9810;

where x.x.x.x is the IP address or fully qualified address of the BI Server.

After restarting the Admin Tool I was able to import the cubes as expected.

1 Comment


Using Compound Layouts in a View Selector (OBIEE 11g)

Posted on September 14, 2011 by Paul McGarrick
Filed Under Answers, Dashboards, OBIEE 11g

It seems that with release 11.1.1.5 of OBIEE that we are able to nest a Compound Layout within a View Selector. This allows the view selector to be used to switch between multiple complex layouts, each comprising multiple views. Previously it was possible to reproduce this effect by hacking the report XML but it’s now standard functionality. It seems that Oracle quietly enabled this feature without telling anyone – or if they did I missed it!

Here you can see how it’s done:

First create a simple request. On the results tab I’ve added 2 additional Compound Layouts. For layout 2 I add some content and set the background colour for ease of identification.

For layout 3 I do a similar thing but use a different colour.

Back on the original (default) Compound Layout I add a view selector. Within the view selector properties we can now choose the other Compound Layouts as well as ‘None’ to show nothing, which I guess people might want as the initial view when arriving on the dashboard page.

Here we can see the result of switching between the views using the view selector:


It’s a nice piece of functionality I think you’ll agree.

4 Comments


Patching OBIEE 11g with OPatch

Posted on September 6, 2011 by Paul McGarrick
Filed Under Installation, OBIEE 11g, OPatch, Patching

It is a good idea to make sure the PATH environment variable contains the %ORACLE_HOME%\OPatch directory amongst the others. Check if this is the case by running the following command at a new command prompt:

opatch version

If you see a version number and OPatch succeeded then the PATH variable is set up correctly. If not, edit the environment variable accordingly. Also check that ORACLE_HOME is set correctly.

Next we need to check the patch inventory is accessible:

opatch lsinv -jre %ORACLE_HOME%\jdk\jre

If this command does not complete successfully then there is a problem and you shouldn’t continue any further. You should see details of any previously applied patches followed by the message OPatch succeeded.

Unzip the patch and copy to the server somewhere [In this example we are installing patch 9884975 which has been placed in D:\incoming\Patches]

Depending on the patch contents you may need to stop the Admin and any Managed servers. I tend to do this anyway irrespective of the patch contents. Once that’s done…

cd D:\incoming\Patches\9884975

opatch apply -jre %ORACLE_HOME%\jdk\jre

(you can optionally add the -verbose switch to the above command if you want more logging and output)

Check the new patch appears in the inventory:

opatch lsinv -jre %ORACLE_HOME%\jdk\jre

Note that logging for OPatch can be found here:

%ORACLE_HOME%\cfgtoollogs\opatch

Finally restart the Admin server and all Managed servers to bring the system back up.

1 Comment


OCM Error when using OPatch with OBIEE 11g

Posted on September 6, 2011 by Paul McGarrick
Filed Under Installation, OBIEE Errors, OPatch, Patching

While applying a one-off patch to an OBIEE environment via OPatch it failed with this message:

The response file for OCM configuration does not exist (or) is not readable. Please provide a valid response file.

In this environment we were not using OCM so it hadn’t been configured. It seems OPatch will create a new instance of OCM at %ORACLE_HOME%\ccr but it won’t have the necessary response file.

The fix was simple – run this command:

%ORACLE_HOME%\ccr\bin\emocmrsp.bat -no_banner -output S:\out.rsp

and then apply the patch by referencing the response file created above:

opatch apply -ocmrf S:\out.rsp -jre %ORACLE_HOME%\jdk\jre

Hope this helps someone out there.

2 Comments


keep looking »