Installation of Hyperion 11.1.2.4 for all foundation and weblogic admin server on Linux and HFM on the window

Hello

We have planned the implementation of several node, where a server under Linux OS has foundation, OSH and weblogic domain.  Server B on window has HFM.  We know now that we can have single domain web-logic since HFM has no binary for Linux (and we must at least HFM web - app to install if we want common weblogic domain).  In this case, what is the common practice.  Should we local domain web-logic on the server HFM window?  Is there a better way?

Thank you.

My understanding is that you need one,

#Separate Weblogic domain for the components installed on the Linux box (Foundation)

#Separate Weblogic domain for the HFM components installed on the Windows machine

Such as Weblogic in Linux can't talk to the components installed on the Windows machine.

Kind regards

Deker P.

Tags: Business Intelligence

Similar Questions

  • HOW TO MAKE ICONS FOR ALL FILES AND FOLDERS IN LARGE WINDOW 7

    HOW TO MAKE ICONS FOR ALL FILES AND FOLDERS IN LARGE WINDOW 7

    You can try this: -.

    Start-> Control Panel-> display
    From there, you can select medium or large. This will be the size of everything on the screen.
  • Missing notification icon for wireless keyboard and mouse in the systray area.

    Missing notification icon for wireless keyboard and mouse in the systray area. Was working before the hard disk crash. Had to reload Windows Vista 64 bit OS. Have computer model gateway GT5678.

    Chances are good the software to include these icons in notification tray cam pre-installed on the bridge.  If you still all original gateway software, try to see if something in the menu start / all programs of the gateway seems as it can contain controls for these settings and run the program to check and see if it does.  If none of the gateway software help (assuming that all this is still installed) and re-installing the drivers did not work and there is no controls at the keyboard or the mouse, so I know what else to think.  These icons are not available with Vista - they were installed by a third-party device or software driver.

    I'm sorry that gateway could not help you.  They are those that you need to do to solve this problem, because it is something that they installed with the original computer which is not re-installled after you change hard drives.  They should know what software for it and power point yoo to a download site, or you send a disk with this software.  We can't really do anything else to help you.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Installation of Weblogic Admin Server as service - service does not start

    I'm installing Weblogic Admin Server as Service in Weblogic 10 in a box of Windows 2008 R2.

    The service installs successfully, but when I start it, it ceases to immeidately with this error:

    "< Service name > service on computer Local started and then stopped." Some services stop automatically if they have no work to do, for example, newspaper service and performance alerts. »

    Also, sometimes it gives me this error:

    "Error 1053: the service did not demand launch or control in a timely.

    Thanks in advance for any help.  Here is my installSvc.cmd:

    off @echo
    SETLOCAL

    Set PRODUCTION_MODE = true

    SET JAVA_VENDOR = BEA
    SET JAVA_HOME = C:\bea10_64\jr

    Set USERDOMAIN_HOME = C:\PA_Prod
    Define SERVER_NAME = AdminServer
    Set DomainName = PA_domain

    assign the HOST = 10.0.1.28
    the PORT value = 7001

    Set WL_HOME=C:\bea10_64\wlserver_10.3
    Call "% WL_HOME%\common\bin\commEnv.cmd".

    @rem check that the WebLogic classes are where we expect they are
    : checkWLS
    If exist checkJava goto '% WL_HOME%\server\lib\weblogic.jar '.
    ECHO the WebLogic Server not found in the directory % WL_HOME%\server.
    ECHO Please edit your script so that the variable WL_HOME points
    echo to the WebLogic installation directory.
    end goto

    @rem check that java is where we expect it to be
    : checkJava
    If exist runWebLogic goto '% JAVA_HOME%\bin\java.exe '.
    echo the JDK was found in the directory % JAVA_HOME %.
    ECHO Please edit your script so that the variable JAVA_HOME
    echo points to the location of your JDK.
    end goto

    : runWebLogic

    If not "JAVA_VM %" == "" goto noResetJavaVM
    If '% JAVA_VENDOR' is 'BEA' set JAVA_VM = jrocket
    If "% JAVA_VENDOR" == "" set JAVA_VM =-Server HP
    If '% JAVA_VENDOR' is 'Sun' set JAVA_VM =-Server

    : noResetJavaVM
    If not "MEM_ARGS %" == "" goto noResetMemArgs
    MEM_ARGS =-Xms32m-Xmx200m set

    : noResetMemArgs

    @echo we

    set the classpath = % WEBLOGIC_CLASSPATH %; CLASSPATH %

    If "% ADMIN_URL" == "" goto runAdmin
    @echo we
    CMDLINE value = "% JAVA_VM % MEM_ARGS % JAVA_OPTIONS %-classpath \"%CLASSPATH%\ " »-Dweblogic.name=%server_name%-Dweblogic.Management.username=%WLS_USER% - Dweblogic.management.server=\"%ADMIN_URL%\ «-Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE%-Djava.Security.policy=\"%WL_HOME%\server\lib\weblogic.Policy\"weblogic. Server '.
    end goto

    : runAdmin
    @echo we
    CMDLINE value = "% JAVA_VM % MEM_ARGS % JAVA_OPTIONS %-classpath \"%CLASSPATH%\ " ' - Dweblogic.Name=%SERVER_NAME%-Dweblogic.management.username=%WLS_USER%-Dweblogic. ProductionModeEnabled = % PRODUCTION_MODE % - Djava.security.policy=\"%WL_HOME%\server\lib\weblogic.policy\"weblogic. Server '.

    : complete
    REM * implemented extrapath for win32 and win64 platform separately
    If '% WL_USE_X86DLL' is 'real' game EXTRAPATH=%WL_HOME%\server\native\win\32;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\32\oci920_8

    If '% WL_USE_IA64DLL' is 'real' game EXTRAPATH=%WL_HOME%\server\native\win\64\;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\64\oci920_8

    If '% WL_USE_AMD64DLL' is 'real' game EXTRAPATH=%WL_HOME%\server\native\win\x64\;%WL_HOME%\server\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%WL_HOME%\server\native\win\x64\oci920_8

    REM * install service
    '% WL_HOME%\server\bin\beasvc' - install - ServiceName: javahome-"beasvc % _ % SERVER_NAME % domain_name": 'JAVA_HOME %' - execdir: '% USERDOMAIN_HOME' - maxconnectretries: '% MAX_CONNECT_RETRIES' - host: "%" HOST - port: '%port%' - extrapath: "% EXTRAPATH" - password: "% WLS_PW" - cmdline: CMDLINE %

    ENDLOCAL

    The problem lies in your additions to the script installSvc.cmd

    We have for example the following as our middleware-home directory
    c:\bea. In this directory, we also installed a JAVA virtual machine say C:\bea\jrockit_160_05_R27.6.2-20.
    When you create a domain (using the config.cmd script) the domain you created
    is placed in the c:\bea\user_projects\domain\base_domain directory (assuming that we have
    called the base_domain of the field).

    Now, we must add the following definitions to installSvc.cmd

    @rem JAVA_VENDOR and JAVA_HOME are set in the call to commEnv.cmd
    @rem JAVA_VENDOR is checked in commEnv.cmd to be Oracle or Sun
    set JAVA_VENDOR=Oracle
    set JAVA_HOME=C:\bea\jrockit_160_05_R27.6.2-20
    
    set USERDOMAIN_HOME=C:\bea\user_projects\domains\base_domain
    set SERVER_NAME=AdminServer
    set DOMAIN_NAME=base_domain
    
    @rem i am assuming it is running on localhost
    set HOST=127.0.0.1
    set PORT=7001
    

    In your case, it becomes (just a guess)

    @rem use Oracle instead of BEA
    set JAVA_VENDOR=Oracle
    @rem the location where your JVM is installed
    set JAVA_HOME=C:\bea10_64\jr
    
    @rem if bea10_64 is your middleware home and PA_domain is your domain name
    set USERDOMAIN_HOME=C:\bea10_64\user_projects\domains\PA_domain
    
    @rem the rest should be alright
    set SERVER_NAME=AdminServer
    set DOMAIN_NAME=PA_domain
    set HOST=10.0.1.28
    set PORT=7001
    

    If you add the following to uninstallSvc.cmd you can uninstall service

    set SERVER_NAME=AdminServer
    set DOMAIN_NAME=base_domain
    
  • dad bought me a computer PORTABLE from NUTRIGEST I HAVE BEEN out of the CITY FOR SOME TIME AND LATER BETWEEN the AUTHENTICITY CODE PRODUCT, AND IT's not SAYIING VALID, BUT I KNOW THAT CANT BE REAL CODE IS

    dad bought me a computer PORTABLE from NUTRIGEST I HAVE BEEN out of the CITY FOR SOME TIME AND LATER BETWEEN the AUTHENTICITY CODE PRODUCT, AND IT's not SAYIING VALID, BUT I KNOW THAT can NOT BE TRUE

    If it is a new machine call or go to circuit city and get them fixed.  If they sold you the laptop, indicating that it included Windows XP then the onus is on them that provide you a valid COA and the product key.

    John

  • How to unlock DEP; Window grey DEP balls; Want To «Turn On DEP for all programs» and Services except those I select

    Under Start, computer, properties, advanced, Control Panel, performance, settings, Data Execution Prevention (DEP)...  The functions of ball in gray and it seems that DEP is locked.  Yet one can disable DEP using bcdedit.exe that MS wrote a short article on how to do it.  I would like to use this select method rather then disable DEP on the entire machine.

    Someone knows how to fix this 'feature '?  Thank you.

    Open in administrator cmd

    If the DEP is grayed out then try this: this RUN cmd

    Activation:

    bcdedit.exe/set {current} nx AlwaysOn
    bcdedit.exe/set {current} nx optin

    To turn off:

    bcdedit.exe/set {current} nx AlwaysOff

    To turn on DEP for all programs and services except those I select.

    Click Add to add the programs (32-bit) that you do not want to use the DEP feature. Navigate to the .exe file of the program you want to add to the DEP exclusion list and select it, and then click Open.Click OK to apply.

    10. restart the computer to apply the changes

  • I bought the products that goes for a year and I put the redemption code, but when I install programs, it says always that I only have a month's trial. That's happened?

    I bought the products that goes for a year and I put the redemption code, but when I install programs, it says always that I only have a month's trial. That's happened?

    Hello

    Please see redemption code help

    If you get the prompt in the first instance, please see the following help documents:

    Applications creative Cloud back in test mode after an update until 2015 for CC

    Solutions to connection errors, activation and connection with creative Cloud applications and Creative Suite

    Kind regards

    Sheena

  • How the AutoComplete feature of fork for all browsers and application

    Hello

    I want to feature Turn off AutoComplete on form fields. This should work for all browsers, and I would like to first of all that as a global property for the entire application.

    I've found autocomplete = "off" property for the input field. But:

    1.) it does not work for Mozilla
    2.) how I set this property for all the fields in my application in one step.

    Thank you

    Martin

    Hello

    1. well, it's a Microsoft extension (see: [http://msdn.microsoft.com/en-us/library/ms533486 (vs.85) .aspx])

    2. you can disable AutoComplete for a FORM tag (which, presumably, disables it for all elements in the form entry). Try adding the following immediately below #FORM_CLOSE # on your page template:

    <script type="text/javascript">
    document.forms[0].autocomplete="off";
    </script>
    

    Andy

  • Windows Installer does not work, and niether do the Windows updates.

    OK, so I recently installed Advanced System Care for a purchase price of 12.28.  After the installation he did in fact speed up my computer but now I cannot make the updates for windows update and I access windows install.  I went through the solutions on "windows setup will not work", and nothing works.  Help, please.

    Alissa.

    Hey alissa,.

    Disable Advanced System Care and see if the update works. If this works, contact the software provider for help on how to make it work with updates.

    Note: run the computer without antivirus software or firewall is a potential threat to the computer; don't forget to activate the security software after completing the troubleshooting steps and after you have identified the problem. Kind regards

    Shinmila H - Microsoft Support

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Iexplore.exe application 0x079B0068 error - I need to turn off DEP for certain programs and services, but I don't know which. I can't open some favorite sites. Micorsoft advice is not to turn off Dep for all programs and services.

    Iexplore.exe application error 0 x 0790068 - I am told that I have to turn off DEP for certain programs and services, which?  I am unable to open some favorite sites from one about Microsoft Update 1 month ago.
    Simplify the answer please, I'm so confused and frustrated and have spent hours to get to this point that I am destroyed so solve my problem!

    Hello

    Do run this as a top list of verification at the bottom.

    EricLaw IEInternals - a peek at Internet Explorer from inside. -Understanding DEP/NX
    http://blogs.msdn.com/ieinternals/archive/2009/10/10/understanding-data-execution-prevention-crashes-in-IE8.aspx

    The problem might actually be an add-on or another program to the origin of the problem and you should check that
    1st.

    What antivirus/antispyware/security products do you have on the machine? Be one you have NEVER on it
    machines, including those that you have uninstalled (they leave leftovers behind which can cause strange problems).

    Start - all programs - Accessores - system tools - IE with no Addons - does this work better?

    IE - Tools - Internet Options - Advanced - tab click on restore, and then click Reset - apply / OK

    IE - Tools - Internet Options - Security - reset all Zones by default level - apply / OK

    not better?

    Close IE and try again IE or IE with no Addons

    IE - tools - manage Addons (for sure disable SSV2 if it is there, it is no longer necessary but Java always install
    "(and it causes problems - you never update Java to go back in and turn it off again)." Search for other possible problems.

    Windows Defender - tools - software explore - look for problems with programs that do not look right. Permit
    are usually OK and "unauthorized" are not always bad. If in doubt about a program to ask about it here.

    Could be that a BHO - BHOremover - free - standalone program, needs no installation, download and run - not all
    are bad, but some can cause your question. (Toolbars are BHO)
    http://securityxploded.com/bhoremover.php

    Startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    Also get Malwarebytes - free - use as scanner only. If you ever suspect malware, and that would be unusual with
    Prevx running except a low occasional (not much), updated cookie, and then run it as a scanner.

    I would add prevx so.

    Prevx - Home - small, fast, exceptional CLOUD free protection, working with other security programs. It comes
    a scan only, VERY EFFICIENT, if it finds something to come back here or use Google to see how to remove.
    http://www.prevx.com/

    PCmag - Prevx - Editor's choice
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    -------------------------------------------------------------------

    Do yourself a big favor and work through 1 above.

    How control DEP but I don't recommend turning it off and certainly not to let power off.

    How to enable DEP on or off for a program under Vista
    http://www.Vistax64.com/tutorials/65790-DEP-turn-off-programs.html

    How to enable or disable DEP in Vista
    http://www.Vistax64.com/tutorials/120778-DEP-enable-disable.html

    I hope this helps.

    Rob - bicycle - Mark Twain said it is good.

  • I can't get updates since SP2 installation and update of the Windows Update Agent.

    I have Vista Home Premium 64-bit.  I have done 3 installs clean for several days and each time I install SP2 and update the Windows Update Agent I can't get updates.  When I click search for updates, it just keeps looking for hours and hours and never stops looking.  I tried several solutions on the internet, including those found here.  Of course, the first thing I did was run the Fixit of Windows Update tool.  He could not solve any problems found.  He gave the error code 0 x 80070005.  I installed the SubInAcl.exe and run several different command text and a text of the batch.  The batch text did nothing.  The texts of order had errors of syntax and a file, he could not access.  I ran the System File Checker, and it finds errors, it could not fix.  I just did a clean install on this machine 6 or 8 months ago because I was going to get rid of the computer, so when I put in place I used the username user.  I came across no problem at all when I installed the operating system and update everything.  Since then, I decided to keep the computer, so I wanted to have it in my name.  As I said, this is my 3rd try.  I am willing to give.  Maybe someone here can help.

    I tried two clean installs and I get the same thing.  Once I have installed SP2 and the new Agent update, I can't get more updates.  It keeps only the search for hours without results or error messages.  I tried all of the suggestions I found on the internet, but nothing works.  I get always the same error code 0x80070005, when I run the Fixit of Windows Update tool.  There must be a way to solve this problem.  Why I was able to do a clean install of 6 or 8 months without any problems, but now I can't.  It makes no sense at all.  I really hope someone who knows the answer reads this.

    Ralph C.

    I finally got it!  I tried two other proposed solutions, then I ran the System File Checker, which is no problem, then I ran Check Disk.  Check disk found and repaired files in the file system of BITS among others.  After that, I'm now completely up to date with Windows Update.  I was ready to give up.  I'm glad I did not.  For anyone else having similar problems, don't give up, the answer is there.

    Ralph C.

  • Can I use this laptop to download the installation of Firefox on a flash drive files, so that I can install it on a computer that has the Windows XP Explorer?

    Another computer runs on Windows XP. I do not want to run the Windows Explorer on it looking for Firefox, so I can install it to use instead. How can I download the required files to the portable flash drive current where Firefox is the search engine?

    Looking for a full version?

  • I update for Firefox 8 and still resembles the old firefox, I did it 3 times already.

    My firefox will not update to the new trim elegant looking for new firefox. I still have the title at the top of the firefox page at the top, then all files at the top, then tab, then new browser arrow and address.

    Why it won't be updated?

    should I uninstall and reinstall?
    Thank you
    Gina

    Make a right click on a box next to open tabs, hide the Favorites bar and the menu bar, and then select the tabs on top.

    Thank you!
    handsomeorlandoman

  • How set permissions to a user "limited" for reading hotmail and access to the printer?

    I created a user 'limited' for me. But now, I have two problems:

    1. in the limited user account, I can't open my hotmail email.

    2. in the limited user account, I don't have access to print on my printer.

    How to set permissions for various situations for my user account limit?

    See these

    http://www.ehow.com/how_6906849_block-account-only-Windows-XP.html

    http://www.ehow.com/how_7320098_change-setting-limited-XP-account.html

    useful?

  • When I change a video loaded down in full screen, the video stops often but audio and small screen are when I again switch to full screen it works for a while and can repeat the problem.

    I don't know what I can add

    Hello Bukers,

    Thank you for your message.  Make sure that you have the latest video drivers for your system.  Go to the web site of the manufacturer of your computer and download/install the latest video driver for your device.
    Please let us know if it did or did not solve your problem.
    See you soon

    Engineer Jason Microsoft Support answers visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • Qosmio F10: D - verse SCART for watching movies?

    Hello I have a problem I used the d - to the SCART and connected socket on my TV of LSD, but it sends no signal to my LCD tv.This cable work?I tried with a video cable s and who does not work either.Can someone help me please I want to use d-cable SC

  • NET framework updates continually try to install

    There are problems with the latest NET Framework updates.  The first time, they have tried to install it several other updates there.  All were installed successfully EXCEPT the NET Framework updates.  Then, I got an error message that they can be in

  • Why can't open or access my i-tunes?

    I can't get my i-tunes to open

  • Public static IP vs. DHCP in Windows 7

    Hello. I'll put up a 2nd machine on a network running Windows 7 Ultimate.  I have other XP and Vista machines on the same network.  I use Remote Desktop frequently to access the machines in other rooms and have never had a problem. I'm now putting in

  • Random blackBerry 10 back hub

    Hey,. I get this problem in my phone when I stayed in the hub and I slip out of him to open an application, a few milliseconds after I slipped out and open the app the app minimizes all of a sudden and the hub opens again, as if I had slipped up and