Trouble installing Service Release of Hyperion 9.3.1

Hi,
I have 2 questions posted towards the end of this long message.
Currently, in our production environment, we use Hyperion 9.3.1 and specifically we only use the following components.
Hyperion Shared Services
Hyperion Web Analysis
Hyperion Workspace
The backend is Oracle 10g. Therefore, in order to re-construct the BI infrastructure in our development environment, I only had to install the following components.
V11229-01.zip (Hyperion Shared Services)
V11205-01.zip (Hyperion Reporting and Analysis - Client Release)
V11207-01.zip (Hyperion Reporting and Analysis - Services Release)
V11223-01.zip (Hyperion Reporting and Analysis - UI Services Release)
I figured out how to install/configure Hyperion Shared Services on our Windows 2003 development server and am still playing with the Web Analysis components...
I intend to install and configure V11207-01.zip, followed by V11223-01.zip, then, lastly I plan to install V11205-01.zip
When installing V11207-01.zip on our development server (Windows 2003 Server), I ran into an issue already:
According to the instructions on page 28 - 31 of hs_windows_install_reporting&analysis_931.pdf, I need to "Configure Oracle" first, and
this is what I did:
1. Dedicate a tablespace to Reporting and Analysis.
Open a command window:
C:\oracle\product\10.2.0Serve\db_1\BIN> set ORACLE_SID=MYORCL0430
C:\oracle\product\10.2.0Serve\db_1\BIN>sqlplus / as sysdba
2. Create an Oracle account for Reporting and Analysis.
In SQLPlus, did the following:
CREATE TABLESPACE HYPUSERDATA
DATAFILE 'C:\databaseFiles\MYORCL0430\HYPUSERDATA.dbf' SIZE 500M AUTOEXTEND
ON
EXTENT MANAGEMENT LOCAL AUTOALLOCATE
LOGGING
ONLINE
PERMANENT
SEGMENT SPACE MANAGEMENT AUTO
SQL> CREATE USER biplus identified by xxxxxx default tablespace HYPUSERDATA temporary tablespace TEMP;
3. Give the user database connection privileges:
SQL> grant connect, resource, create view to biplus;
Grant succeeded.
4. Set the NLS_LENGTH_SEMANTICS to CHAR.
Log into oracle (sqlplus / as sysdba)
Before I perform any change,
SELECT *
FROM nls_database_parameters shows nls_length_semantics = byte
select * from nls_instance_parameters shows nls_length_semantics=byte
then,
SQL>ALTER SYSTEM SET NLS_LENGTH_SEMANTICS=CHAR scope=both;
Then,
SQL> shutdown immediate
SQL>startup
This will make the change effective.
After the change, I’d get
SELECT *
FROM nls_database_parameters shows nls_length_semantics = byte
select * from nls_instance_parameters shows nls_length_semantics=char
Then, step 5 at the beginning of Page 31 says,
"5. Set the necessary environment variable:
For Core Services and Job Factory Service - Use the System option in the control panel or the Set command from the Windows command prompt to set the LIBPATH environment variable to the locatoin of the oracle client libraries."
My FIRST QUESTION is: I am not sure how to set this. so, I skipped this step completely.
Then, I started the installing of the V11207-01.zip software.
On page 46, step 8, it says
"The new installatoin default path is C:\Hyperion\BIPlus"
but, during my installation, when I reached that screen where the first line reads
"Select Hyperion Home Directory".
The single line edit box below it had
C:\Hyperion in it but the single line edit box is grayed out, and the "Browse" button at the lower right corner is also grayed out,
which means I am unable to change the Hyperion Home Directory location to the C:\Hyperion\BIPlus directory or anything else.
So, I canceled and did not proceed with the install.
My SECOND QUESTION is: Is this normal? if not, what did I do wrong? does this have anything to do with my skipping of
"Set the necessary environment variable" step?
thanks in advance for your help!
ST

This is normal.
The "Hyperion Home" is picked up by the installer if the environment variable and/or previous configuration files are found. In your case, "C:\Hyperion" is the Hyperion Home and automatically filled by the installer and can't be changed.
You said this was a service release, so you should be good to go after making a backup of the current installation.

Similar Messages

  • Error while installing Oracle Cluster Ready Services – Release 1 (10.1.0.2)

    Hi all,
    I am trying for RAC – 10gR1 (10.1.0.2) using two machines with Windows 2000 Server. For this I need to install Oracle Cluster Ready Services – Release 1 (10.1.0.2).
    Machine details are as follows:-
    Node 1:
    Computer Name:     RAC1
    Windows 2000 IP Configuration
    Ethernet adapter Local Area Connection 2: (Used for Public Interface)
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 192.168.1.65
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection: (Used for Private Interface between the two nodes)
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.10.10.11
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Node 2:
         Computer Name:     RAC2
    Windows 2000 IP Configuration
    Ethernet adapter Local Area Connection 2: (Used for Public Interface)
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 192.168.1.181
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection: (Used for Private Interface between the two nodes)
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.10.10.12
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    I have made following entries in Hosts file of both the machines:-
    192.168.1.65     RAC1
    192.168.1.181     RAC2
    10.10.10.11     RAC01-PRIV
    10.10.10.12     RAC02-PRIV
    192.168.1.201     RAC01-VIP
    192.168.1.202     RAC02-VIP
    I have completed all the pre-installation steps, i.e. configuring the disk for storage, and both the machine are communicating each other through there Private and Public interfaces. Now the problem appears when I am installing Oracle Cluster Ready Services, at the end of Installation following message appears and the auto configuration steps fails.
    ================================================================================================================
    Output generated from configuration assistant "Oracle Cluster Ready Services Configuration Assistant":
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: rac1 rac01-priv rac1
    node 2: rac2 rac02-priv rac2
    Creating OCR keys for user 'administrator', privgrp ''..
    Operation successful.
    Now formatting voting device: \\.\votedsk
    Successful in setting block0 for voting disk.
    Format complete.
    Step 1: checking status of CRS cluster
    Step 2: configuring OCR repository
    Step 3: configuring safe mode for CRS stack
    Step 4: Starting up CRS stack on all nodes
    RAC1 service OracleCSService in improper PENDING state, err(997)
    RAC2 service OracleCSService in improper PENDING state, err(997)
    Configuration assistant "Oracle Cluster Ready Services Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Oracle Notification Server Configuration Assistant":
    Configuration assistant "Oracle Notification Server Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Oracle Private Interconnect Configuration Assistant":
    PRIF-10: failed to initialize the cluster registry
    Configuration assistant "Oracle Private Interconnect Configuration Assistant" failed
    ===============================================================
    I would be highly obliged if any one tell me why it is happing like this and what could be the possible remedy.
    Waiting for the respone.
    With Regards
    Dinesh
    [email protected]

    Hi user478171,
    I have the same problem with two nodes in Windows 2003 with RAC 10g R2, but I don't have idea to solve.
    Please advice me
    Thanks advances
    regards,
    IvanR

  • I am having trouble installing itunes on my computer. The error says, "Service Apple mobile device failed to start. verify that you have sufficient privileges to start system requirements." this is my home PC.

    I am having trouble installing itunes on my computer. The error says, "service apple mobile device failed to start. Verify that you have sufficient privileges to start system requirements." this is my home PC.

    Hi Iss9243,
    Welcome to the Support Communities!
    You've already tried some great troubleshooting steps, but the article below gives you quite a few more for this issue.  Hope it helps ....
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

  • Trouble installing 9iDS R2 v9.0.2

    We downloaded this new release of 9iDS v9.0.2 but having trouble installing it :
    - Downloaded all 10 parts of this v9.0.2 for Windows on a Win2K machine in c:\9idsr2 directory
    - Run the file10.bat which created 9.0.2ids_win32.exe in the same directory
    - But now when we double click on 9.0.2ids_win32.exe to run it, it invokes the dos window and closes it immediately with following message :
    "This program can not be run in DOS mode."
    We tried it on two different Win2K machines and downloading it twice but same error all the time. Any idea what's wrong ?

    Having same problems. Env: MS Windows 2000 Server with latest service pack on a P4 machine.
    Response I got from Oracle support: They do not support OTN downloads per contract.
    They told me to re-download as the files may be corrupt.
    I chose to order the CD's via order request TAR. For MS Windows Pack Part Number is A91766-01

  • Having trouble installing Photoshop  Elements 13. [was: I wonder if somehow I might have went to Creative cloud because something crossed my screen, but I am not used to doing this so]

    I could really use Customer Service help. I received Photoshop Elements as a gift for Christmas...I waiting until i got a new laptop so that I could use that as i was having trouble with older computer. However, I am having trouble installing the software...I swear the dvd added the programs, and I saw them in files explorer i think, but then I cannot find or I was not even able to add the serial number to my knowledge, because it was blank...no keystrokes were shown...and i don't see the program anywhere...Could I have down something wrong and it is somewhere in the cloud?

    Thank you. That's what I first thought that I didn't need to do anything
    but install from the dvd drive. However after the agreement, it asks me to
    sign in at adobe. (Sorry, I'm a little tired of looking at this right
    now)...I'll try again tomorrow.
    There is no one that I see how to start using the program as I must sign
    in. However, I have never been able to get the number to your firm. Or get
    the correct number... I think I clicked on a learning tutorial or browsed
    Adobe's website to learn more, but got caught up in all the details.
    I never uninstalled virus protection to run it because I thought that it
    would ask. I'll try again tomorrow I am frustrated. Thank you for your
    patience. I appreciate it totally. It's really sad cause I really wanted to
    create. I have wanted this for a very long time and I can't believe how
    difficult this has been. It would be really nice to know what is really
    wrong. I must not be seeing something or I've done something.
    On Mon, Apr 6, 2015 at 10:08 PM, Ned Murphy <[email protected]>

  • TS3694 Error Msg during iTunes install, Service (Apple Moble Device) failed to start. Verify you have sufficient privilages to start system servicess

    Error message during iTunes install onto Win-7 32 system.

    Hello DarkSideWin,
    I found a couple of resources I think will help with the error message you are getting. 
    I recommend first reviewing the following article (the title refers to Bonjour service failing to start, but the steps are relevant to the error message you are getting as well):
    "Bonjour service failed to start, verify you have sufficient privileges" error message when installing
    http://support.apple.com/kb/TS1609
    If you are still not able to install iTunes after following those steps, I recommend reviewing this article next:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Unable to make use of Service "Release Supplier Invoice"

    We have recently installed EHP-3. I have been trying to make use of the following service
    Under Repository Browser --> Package -- > OPS_SE_IVE_XI_PROXY
    Enterprise Services -- > Server Proxies ---> II_IVE_E_INVOICEREPRELRQ (Double Click)
    The Service Release Supplier Invoice with Service Interface name --> InvoiceERPReleaseRequest_In has status Active.
    Everthing seems to in place... But I don't see the Service under SOA Manager.
    Please advice, how to make use of the Service above....
    Thanks in Advnace!!
    Vikas

    I have configured the Logical Port and able to publish other Services... but not able to find this Service itslelf under wspublish too..
    This is the message comes under Dispaly Logs "No service(s) to be published with the given criteria.
    Message no. MSG_CL_ER022"..
    Thanks for your help
    Vikas

  • Trouble Installing Java Add-In

    Hello, I am having trouble installing the Java Add-In to the existing ABAP Web AS 6.40. The installation fails during the step "SAP System Installation". When I check the log files, the error that occured involves a system service not starting. Upon further investigation I found out the the system service SAPSID_Number will not start. This is the system number designated for the Java Add-In. The service for the ABAP system starts up fine. I can not manually turn this service on. Does anyone know why this problem may have occured, and what possible solutions exist?

    Hello Holland,
    Check:
    -what user runs the service
    -maybe the user is locked
    -try to run it manualy and check your event viewer in application and security tabs.
    write down the details you got.
    Kind Regards,
    Dimitry Haritonov

  • Business Connector 4.8 with Core Fix 4 or Service Release 6 ?

    I want to install the Business Connector 4.8. When it´s installed should I install additional the Core Fix 4 or Service Release 6 or both?

    I found the same hints but there is no information that I should implement the core fix or the patch or both.
    Is it possible to implement both without error?

  • Error while installing Service Manager 4.1 (Unsupported major.minor version)

    Hi All,
    I have installed SMP 3.0 and I am installing Service Manager 4.1 on this server.
    I am folliwng the document - CRMSM41_Installation for installation of SM 4.1
    After installation , I configured the JavaBE.ini file and Agentry.ini. . This is the folder structure -
    When I tried to check the connection using ConnectTest.bat file I am getting the below error
    INI file: D:\SAP\MobilePlatform3\Server\configuration\com.sap.mobile.platform.se
    rver.agentry.application\JavaBE.ini
    *** Caught exception: com/syclo/agentry/Server : Unsupported major.minor version
    51.0
    release::releasing connection
    release::complete.
    Press any key to continue . . .
    At present I have JDK1.6.0_51,. Do I need to modify the Java version ?
    Please advise how to corect this issue
    Thanks and Regards
    Neha Mahanty

    Hi Bill,
    Yes after the correct JDK the connection test was successful. I will now deploy the application in the server. I need to go through the deployment steps to proceed further.
    The connection test looks like -
    INI file: D:\SAP\MobilePlatform3\Server\configuration\com.sap.mobile.platform.se rver.agentry.application\JavaBE.ini
    Encoding: ASCII
    reading user credentials from [SERVICE_LOGON] section
    connecting as...
    clientNum=100
    sysNum=01
    host=<My Host Name>
    name=sycloadm
    openCustomConnection::begin
    *** Caught exception: null
    release::releasing connection
    closeConnection::begin
    release::complete.
    Press any key to continue . . .
    Thanks
    Neha

  • I am having trouble installing a Roland UM-One driver that is supposed to be compatible with this OS (10.7.1).  Any suggestions?

    I am having trouble installing a Roland UM-One midi interface driver  that is supposed to be compatible with this OS (10.7.2).  Any suggestions?

    Well, let's hope that nothing was jiggled out of place when you were installing the new hard drive. Your optical drive may just be out of alignment or the disc you have is "dirty." Get a lint-free cloth and some rubbing alcohol, then clean the disc as thoroughly as you can starting from the center and working outward in a concentric circlular motion. See if that helps. In particular clean the inner portion well.
    If this does not help, then you have a problem. You have opened the computer yourself. That action voids all support from Apple. If you take the computer in for service the store may refuse to service the computer. This is not related to your now expired warranty.

  • Unable to use Service - Release Supplier Invoice

    We have recently installed EHP-3. I have been trying to make use of the following service
    Under Repository Browser --> Package -- > OPS_SE_IVE_XI_PROXY
    Enterprise Services -- > Server Proxies ---> II_IVE_E_INVOICEREPRELRQ (Double Click)
    The Service Release Supplier Invoice with Service Interface name --> InvoiceERPReleaseRequest_In has status Active.
    Everthing seems to in place... But I don't see the Service under SOA Manager.
    Please advice, how to make use of the Service above....
    Thanks in Advnace!!
    Vikas

    Vikas,
    To analyse your issue below, I would appreciate that you open an OSS ticket under component CA-SOA-WS with a detailed issue description (screenshots are very welcome).
    Thanks,
    Claudius

  • Trouble installing iTunes9 on Windows Vista

    Hi,
    I'm having trouble installing ITunes9 on a P- Windows Vista. Getting messages:
    "Service Apple Mobile Devices could not be installed. CHekc if you have enough privilages." I'm installing as admin...
    Same message about iPod...
    Installed a driver I found info about here in Discussions-usbaapl.sys-Uninstalled QuickTIme and all iTunes files and tried installing again but still no chance, same message
    I've updated WIndows etc...
    Can the issue be that I don't have an iTunes account? DO I need one to synch my gmail and contacts with my address book on my PC? I don't think so.
    Really frustrating.
    Can any help
    Thanks
    MArketa

    The most thorough discussion of how to correct this is in the user tip: https://discussions.apple.com/docs/DOC-6562

  • Labview won't close down properly after installing Service Pack 2

    Hi,
    We installed Service Pack 2 for Windows XP recently and ever since, I've had trouble closing down Labview. I'm using Labview 6.1 and whenever I try to close it down, it won't fully close down and I have to use Task Manager to shut it down.
    What happens is that I get a minimised window on the bottom of the screen that won't go away.
    Has anybody seen this before and can anybody help.
    Thanks,
    Kenneth

    tbob wrote:
    In my experience, SP2 for XP introduced a whole lot of bugs and mishaps. You would be better off uninstalling SP2 if you can. If you want to keep SP2, you may have to uninstall Labview, then re-install it.
    I personally can't confirm this statement. I have XP SP2 with the latest patches applied and I have not really problems with LabVIEW 6.0, 6.1, 7.0, and 7.1. Only NI-Max likes to crash sometimes but since it is a notebook I have little reason to run NI-Max until now.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • UCCX 7 Service Release 4

    Hello all,
    Does someone install the last service release on UCCX 7 SR3 cluster. The service release is available since the 22th of septembre.
    With SR3, I have some issues on historical report. Some filters are not working properly.
    Many thanks for your reply,
    Regards,
    Farid

    I tried to do it without any SR, but i have the following error:
    xception occured while contacting the Call Manager com.cisco.archive.ArchiveException:
    Unable to process restore request; nested exception is:
    com.cisco.archive.ArchiveException: Exception thrown while downloading Recordings to the
    Recording Folder:C:\Program Files\Cisco\Desktop_Audio
    Exception=com.cisco.archive.impl.ArchiveFailureException: Unable to contact Call Manager.
    Please make sure that the Call Manager is running and connected to the network
    com.cisco.wf.spanlinkBackupRestore.SLRcrdgArchiveComponent; nested exception is:
    com.cisco.archive.ArchiveException: Unable to process restore request; nested exception
    is:com.cisco.archive.ArchiveException: Exception thrown while downloading Recordings to the
    Recording Folder:C:\Program Files\Cisco\Desktop_Audio
    This is a registered Cisco Bug ID CSCsr56145
    The workaround is to patch the 7.0(1) system with the latest Service Release (SR) and run the restore again.
    I think i could try to do it with the SR1, what you think?
    Thanks a lot!!

Maybe you are looking for

  • How to export Tabel? (Exporting and Importing of RFCDES table)

    Hi, We are doing system Refresh on qualitysystem, I want to export the Tables and reimport them after system refresh Tables like: RFCDES How can export this table ? How to import the table? It is very urgent, Please give me the solution as soon as po

  • Hard drive crash, trying to get back to OSX 10.8

    I had a recent hard drive crash and had to reinstall from my disk. I am up to OSX 10.6.8. I purchased OSX 10.8 when it came out. It shows in my app store purchases. Does anyone know how I can get to it to bring my machine up to speed?

  • Where to drop EXS24 samples and corresponding instrument files?

    Forgive the ultra-noobness of this question. Searching has given no answers. I want to install third party EXS samples of trumpet sounds. I understand that the EXS instrument file has a corresponding .wav or .aiff sample file. Where should they be st

  • Can't Preview Template in Browser

    Everytime I try to preview my template in browser (F12), a dialog pops up asking if I want to open or save this file, which I have already done...then nothing happens. Is there something I am missing in order to preview my template in browser? Thanx.

  • Saving position in flash

    HI, I Have some open source flash game with me with the source code.I just wanted to save the position of the game. So when the user start the game, the game will start from where he has stopped playing last time. So he will not loose anything and he