Oracle DRM Blog

13 Oct, 2008

Oracle Hyperion EPM 11.1.1 Installation, Configuration, Tips

Posted by: Daniel In: Hyperion Essbase

Oracle has come out with a simple Oracle EPM 11.1.1 installation tutorial. Try it out if you’re interested in building a simple single machine install of most of your Hyperion app. I have done both an SQL 2005 and Oracle 10g install for Oracle EPM 11.1.1 on a single machine and it’s not too hard at all. It’s much simplified with the new installer which sequences the install for you…almost brainless. Check out how to install this version.

I also found another similar tutorial from Tim Tow here in PDF format. Both are quite valuable.

For production, however, you’ll definitely need to do a much more intense manual deployment.But if you’ve done a 9.3 install, you’ll know what it’s likeand what you’re up against. Some of things you need to watch out for:

1. For multiple server deployment, do you have your DNS or HOST file configured.

2. Remember to download all the right packages. If you’re installing Workspace, ensure you have the migration utility and portlet download as well.

3. If you’re hosting an Oracle DB on DHCP, you’ll also need to install the Microsoft Lookback Adaptor.

4. Make sure your DB has the right privilege. e.g. SQL 2005 requires bulkinsert privilege.

Oracle DRM 11.1 is a separate install though, you’ll not need to go through the installer. If you have done previous version 9 releases, it’s pretty much the same deal.

I am seeing some folks struggling with their MDM 9.3 install, asking for help. What you got to do is you have to be quite careful with the steps and not miss anything. For example, check your anonymous IIS account, check IIS manager web extensions, check theDRM console for errors, check the database login and password. One o the most important thing is to ping your database or server if it doesn’t sit locally to ensure you have connectivity because this one thing account for most of the issues.

An example is you’re installing with an Oracle database on another box. The DBA has it all setup but you forgot to install the Oracle Client and you cannot connect to that database without it, even if you specify it when install DRM.

Visitors who read this post, also read:



32 Responses to "Oracle Hyperion EPM 11.1.1 Installation, Configuration, Tips"

1 | Sameer

October 19th, 2008 at 9:41 pm

Avatar

Hi,

I have installed Hyperion DRM 9.3. But when I am trying to create a new connection from the DRM client. by giving the URL as “http://localhost/mdm_ntier” I am getting the error Cannot connect to the URL.

Request you to help me in knowing what is the cause for this as all my server and client installation is successful.

Thanks in advance

2 | Daniel

November 6th, 2008 at 1:56 pm

Avatar

You have to turn on DRM using the DRM Management Console first. Check that’s running. But the above error likely that your URL is incorrect. Try using the machine name instead of ‘localhost’. Let me know how you went.

3 | Sameer

November 10th, 2008 at 1:41 am

Avatar

Hi Daniel,

Sorry for the delay in reply.

I have tried using the machine name and also the IP address instead of the localhost, but still getting the same error.

Also I have first started the service using DRM Management Console and the service is running successfully.

When I am looking into the tab “Web Server” in DRM Management Console the MDM Gateway is displaying a runtime error page “Server Error in ‘/mdm_ntier’ Application”. Does the issue lie here.

Request you to please suggest on what could be the possible cause as the IIS is also running properly.

Thanks in advance.

4 | pras

December 3rd, 2008 at 1:42 pm

Avatar

I have the same issue while logging in with a new connection on a brand new install of MDM 9.3.1. The machine name has not helped either. MDM gateway is showing up just fine in the console, but when I test the URL while creating the new connection, MDM complains that it cannot connect to it.

However, Sameer, your issue with ‘/mdm_ntier’ Application should be related to the ASP version that you are using. For 9.3.2, it should apparently be version 2+ according to Daniel’s earlier post (and version 1.x for 9.3.1 since it is working for me).

5 | Daniel

December 3rd, 2008 at 5:12 pm

Avatar

Yes it’s been a while and I forgot to ask him the error message which should make it apparent that it’s an ASP issue. I am glad my post helped you overcome the issue.

6 | Sreeni

December 24th, 2008 at 11:58 pm

Avatar

Hi Danial

I installed DRM 9.3.2 on w2k3 sp1, not able to start the services.

I checked the database connectivity using mdm_db (Welcome!), it is working fine.

Both database server and application server are in the same machine.

I installed only mdm_server_setup.exe

The error messages are

Could not create event mgr.

Exception in Data Relationship Management Service: EOleSysError: The server process could not be started because the configured identity is incorrect. Check the username and password

it would be of great help if i can get some clue on the issue.

Thank you very much in advance.

Regards,
TR

8 | carmen

April 9th, 2009 at 2:19 pm

Avatar

I am delayed with the expected installation process where my hyp installer failed the OpenLDAP and HabNet web application and everything else (foundation components & essbase) installed successfully.

The assumption is more configuration is required other than selecting features to install including AD LDS, .Net, IIS 7.0 with 6.0 compatibility for Windows Server 2008.

In order for the outstanding items to install successfully, my thoughts are as follows:

(1) I believe the AD LDS instance created (successfully) should have a successful connection to something and don’t know what yet.
(2) Also, believe something must be configured with IIS 6.0 Manager and don’t know yet what it is.

Please advise.

Thanks.

9 | Chhaya Jain

April 15th, 2009 at 1:28 am

Avatar

I recently installed Hyperion DRM 11.1.1. My issue is similar to the above one somehow. Here are the details –

I logged into Web Publishing Console… tab–>Web Server..Under MDM Gateway it says Access Denied.

i resolved the above mentioned issue by disabling the “anonymous access” from IIS Manager>mdm_web>directory security.

But again it is showing up “Catastrophic failure”

Error is “Error initializing Web Publishing Engine:EOleException – Class not registered”

I tried the below given solutions in one of the Hyperion DRM documents –

When attempting to start Web Publishing after installation, a “Catastrophic error” or “Access is denied” message from the Web Publishing engine has been observed in some environments. These errors can be resolved by one or more of the following suggestions. Make sure to restart Web Publishing after making any changes.
• In DCOM (dcomcnfg.exe), set the MDM_Web_Pub_Engine Object Identity to ‘This User’ and specify the same administrator user that is used for the DRM Server COM objects. Ensure that the authentication domain name precedes the user name, for example, OracleDomain\DRMAdmin.
• In DCOM, verify the MDM_Web_Pub_Engine Object properties Security > Launch and Activation Permissions.
• In DCOM, verify the MDM_Web_Pub_Engine Object properties Security > Access Permissions.
• In IIS Manager, disable Anonymous Access for the mdm_web virtual directory.
• Reset the password for the Internet Guest Account (IUSR) in Windows and then for the same user in the mdm_web virtual directory’s Directory Security > Authentication and Access Control anonymous access.
• Set the mdm_web virtual directory’s Directory Security > Authentication and Access Control anonymous access user to the same administrator user that is used for the DRM Server COM objects.

But it did not helped me.

Can you please suggest how to resolve this issue?

10 | Suma

April 16th, 2009 at 1:45 pm

Avatar

Hi Daniel,

Recently I started reading your blog and it is just like a guide to know more about mdm.I am new to Hyperion DRM concept.
When I tried to download the package from Oracle for installation I got 404 error.Is there any way I can install the product ? Can you please advise from where I have to start to learn MDM.

Thanks for you help and guidance in advance.

11 | Daniel

April 20th, 2009 at 10:15 am

Avatar

Hi Suma,

Please go to edelivery.oracle.com and download from the Oracle Enterprise Performance Management pack for v11.1.1.2. It does work. Have you read my blog on this: http://danielpoon.com/working/2008/07/30/oracle%c2%ae-hyperion-data-relationship-management-fusion-edition-release-1111/

Learning about DRM? You can take the Oracle class, or your can be reading the manual which is part of the installation in the documentation directory. But feel free to drop me a line her eon this blog and I can point you in the right direction.

Regards,
Daniel…

13 | James Wong

April 24th, 2009 at 10:43 am

Avatar

Hi Daniel,
I’m new to DRM. I have just installed it on my Windows 2003 server. Everything else seems to work except the web publishing engine. I got the following error:
Error initializing Web Publishing Engine: EOleException – Interface not supported
The database is Oracle 10.2.0.1.0.
Please help?
Thanks,
James

14 | Chhaya Jain

May 13th, 2009 at 4:41 am

Avatar

Hi Daniel

I am trying a create a new connection. Connection is created and it says successfully connected to DRM Application server http://localhost/mdm_ntier.

But when trying to login using user “mdm_admin” and password “Welcome!”..it says “Class not registered..Exception from HRESULT:0×80040154 (Regdb_E_classnotreg) “.. and DRM console shows that user is logged in.

How to resolve this issue. Any idea?

15 | Chhaya Jain

May 13th, 2009 at 4:56 am

Avatar

continued…

some com object is not registered acc to me. but which one..no idea. Please help

16 | Tony Henley

June 22nd, 2009 at 12:25 pm

Avatar

Hi, Daniel
I am new to Oracle and Hyperion and the company I just went to work for wants to send me to class for Hyperion Essbase 11.1.1 system administration and they are currently on 9.3.1. What they want me to try and find out before I go to class is whether or not we can upgrade directly on top of the 9.3.1 or do we need to set up a different box and put 11.1.1 on it and then migrate from 9 to 11. Finances doesn’t make it easy to set up a different server, so they would like to upgrade directly onto the current server, but if it next to impossible to do that they will try to find the budget to get it done. Please advise with your thoughts or any experiences you have had or heard about.

17 | Daniel

June 22nd, 2009 at 3:15 pm

Avatar

Yes, you do need a different box because otherwise the 11.1.1 services will overwrite the 9.3.1′s and you won’t be able to do a parallel. 11.1.1 has a new installer and much different to 9.3. On top you’ll need tablespace and tables for the install and I don’t think it’ll work without issues. What you may want to consider is use the same box but put on a VMWare Virtual Machine.

19 | sridhar

July 28th, 2009 at 4:15 pm

Avatar

Hi,
I installed EPM 11.1.1.2 for ESSBase , HFR and Smartview too and want to use SqlServer S2005 as the beackend as data source. The installation is successful now While I do the configuration, Do I need to have the ‘DataBaseName’ loaded with data to configure to the SqlServer2005 from Hyperion??

I mean, If I want to configure from EPM to SqlServer2005, Do I need to have the Data loaded already ??

If I configure with the existing the Sampledata(which comes with SS205 install), in future if I want to configure to real data, Will it give me any problem.
I did once and I needed to change the port #s and all that stuff. So, what do you suggest me?
Shall I configure with sample data or else wait till I get the real data???

Please, suggest me!!

20 | Daniel

July 31st, 2009 at 5:00 am

Avatar

No during configuration stage you do not need to load the data into the database first. You can build your database later and then use it as a datasource. Hope that helps.

21 | Shrinath

October 1st, 2009 at 11:10 am

Avatar

Hello,

We are in the process of installing EPM V11 server and are at the “Shared Services and Registry Database Configuration:” Screen and this is a new install. Question is whether a new database is created on the server this is installed or we need to point to an existing database? Will this database hold the repository?

Thanks,
Shrinath

22 | Daniel

October 1st, 2009 at 2:08 pm

Avatar

Yes that’s what it does. You either have a database on the same machine or on another machine. So you should setup a database somewhere (Oracle or MS SQL Server) and then note down the connection string, login and password etc. And then start installing Oracle DRM v11.

23 | Vince

October 13th, 2009 at 5:31 pm

Avatar

I’m about to install EPM 11.1.1.3 using Oracle 10g rdbms. Any tips on which 10g client components (Runtime or Custom install via the Universal Installer? This is going on three servers and I’d like to know if there are any additional 10g client components besides the SQL*Net client (Runtime)?

Thanks,

24 | Daniel

October 14th, 2009 at 5:53 am

Avatar

Any client would be fine as long as it also installs the 10g ODBC drivers also. I normally go with the administrator option instead of runtime.

25 | amarnath

October 22nd, 2009 at 10:33 am

Avatar

Can you please clarify on the below points.

If I want to use Essbase Native security and the only reason why I need EAS console is only to connect to Essbase. In such scenario, I don’t have to (Want to) configure it to shared services.

Is it the same with Version 11 or Do I have to configure it to shared services? Is this mandatory?
Can you please provide me the link to any document that actually have this description?

26 | amarnath

October 22nd, 2009 at 10:34 am

Avatar

The version I was mentioning earlier was for system 9

27 | admin

October 22nd, 2009 at 11:43 pm

Avatar

Version 11 works the same, you can have stand-alone Essbase with no need to configure Shared Services. But you do need to select this option during install to be stand alone.

28 | pranab kumar

January 20th, 2010 at 9:36 am

Avatar

I have a 32 bit machine with 4 GB of Ram and I understand it will utilize only 3.5 GB of RAM. If I install all the Oracle EPM 11.1.3. products in 1 machine and also the Oracel XE database, then will it not cause memory problems. Can we install everything in 1 machine?

29 | Daniel

January 27th, 2010 at 9:04 am

Avatar

No it won’t cause memory problem. I can’t imagine your hierarchy will be in gigabytes size… You can install everything in one machine but I guess best practice is to have the database server on a different box.

30 | mash

August 12th, 2010 at 11:45 am

Avatar

Hi Daniel,

we are facing issue where in users from few locations are not able to see DRM web publishing screen completetly. Only oracle logo is visible and there is blank screen below that. This is owrking fine for other locations.

Can you pls tell us what could be the reason?
Thanks

31 | Daniel

August 24th, 2010 at 10:31 am

Avatar

Mash, the users must use IE to see the hierarchies. I have experienced this while using Firefox.

32 | Arun Kumar

October 12th, 2010 at 4:37 am

Avatar

Hi Daniel,
I have installed hyperion DRM fusion edition in windows 2003 machine. I have installed mdm_server and configured with engine login credentials and database credentials and it is successfully connecting with the database.
We are installing all the things in the same machine. I have installed mdm_client and while doin the configuration, testing the connection , am getting the error “Unable to connect to http server”http://xxxx/mdm_ntier”.check the url”
But i am able to hit the server through browser. I am sure DRM server is srated and it is connected to the database.

In application event log, i am getting like this

“The description for Event ID ( 1 ) in Source ( MDM NTier Service ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Data Relationship Management NTier Service Started.”.

While checking the component services–> com+applications , icouldn’t seen MDM process manager icon in that. i am sure IIS is working fine.

Suggest me some solutions and expecting at the earliest.

Thanks
Arun

Comment Form


  • Daniel: Naren, depending on the system version you are using, before v11 you are likely to use HAL to integrate DRM into HFM. In v11 you use ODI.
  • Daniel: Kalyan, yes DRM can manage any hierarchy beyond Oracle because it does not have pre-build interfaces. It exports to database or text format that can w
  • Kalyan: Hi Daniel, I am looking for some info on DRM.Can you please help. 1. Can DRM manage the hierarchies of non-Oracle products. (For example, does i

About This Blog

My name is Daniel Poon. I am a multi-disciplined business intelligence professional with a strong dynamic career leading Financial Processes, People, BI Systems and Global Projects to accomplishments. Known for passion in implementing process excellence, quality BI solutions and creative innovations. Thanks for visiting my special interest blog.

 Subscribe This Blog For Free Now

Disclaimer: The words, ideas and opinions here are my own. Please don't assume they represent the opinion of my employer, any other person or organization. Do read the Terms of Use. If you would like to quote me, please ask me first or provide a link back.